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
伊谢尔伦2017-07-05 10:37:26
You can use lame
through the command line, such as:
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.