开发者_运维百科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.
开发者_运维百科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.
精彩评论