tihu-nlp / tihu

Persian Text-To-Speech
http://lilak-project.com/tihu_demo.php
Other
84 stars 11 forks source link

Compressing output audio #15

Open b00f opened 5 years ago

b00f commented 5 years ago

Using Lame library we can compress raw PCM data to mp3. Look at this function: lame_encode_buffer I have built lame inside travis successfully.