I searched a lot on Baidu and Google, and finally found two examples on stackoverflow, but neither worked. Example URL: Link description Example:
Are there any other methods, or other modules
You can use lame through the command line, such as:
lame
lame --ti /path/to/file.jpg audio.mp3
If there is no suitable class library, you can use python’s subprocess to encapsulate it yourself.
python
subprocess
You can use
lame
through the command line, such as:If there is no suitable class library, you can use
python
’ssubprocess
to encapsulate it yourself.