开发者

How can I use Perl to record MP3 files on Windows?

开发者 https://www.devze.com 2022-12-13 11:44 出处:网络
开发者_运维百科Is there any Perl module for recording mp3 files specially on Win32? If yes could someone provide an example.You can use Win32::SoundRec to record to WAV format. You can use lame to enc

开发者_运维百科Is there any Perl module for recording mp3 files specially on Win32? If yes could someone provide an example.


You can use Win32::SoundRec to record to WAV format. You can use lame to encode WAV to MP3.

0

精彩评论

暂无评论...
验证码 换一张
取 消