Ich habe viel auf Baidu und Google gesucht und schließlich zwei Beispiele auf Stackoverflow gefunden, aber keines von beiden hat funktioniert Gibt es noch andere Methoden oder andere Module
通过命令行的话可以用 lame 如:
lame
lame --ti /path/to/file.jpg audio.mp3
如果没有合适的类库的话,可以 用 python 的 subprocess 自己封装一下。
python
subprocess
通过命令行的话可以用
lame
如:如果没有合适的类库的话,可以 用
python
的subprocess
自己封装一下。