praat / praat

Praat: Doing Phonetics By Computer

Home Page:http://www.praat.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[feature request] please support save sound to disk as mp3 (in Menu: View & Edit>FIle>Save sound to disk)

thelou1s opened this issue · comments

commented

The conversion can be done easily by tools such as ffmpeg.

I'm not a contributor, but I guess that implementation of mp3 file writing in pure C/C++ without the ffmpeg dependency may be complex and may lead to many new bugs in the future versions.

If this is not that hard, I'll be happy to see the feature being implemented. But in the current version, convert the format by yourself is a good idea.

I will try to support the writing of mp3 in the near future.