Dhvani: Difference between revisions

How to create Audio books using Dhvani
Line 439: Line 439:
# [http://144.16.67.13/~ramesh  Ramesh Hariharan]
# [http://144.16.67.13/~ramesh  Ramesh Hariharan]
# [[User:Santhosh|Santhosh Thottingal]]
# [[User:Santhosh|Santhosh Thottingal]]
==''How to create Audio books using Dhvani''==
One of the important feature of dhvani is , it can be used for creating audio books out of utf-8 formatted texts in supported languages.
To create an audiobook follow these steps
* dhvani -o audiobook.wav  textfile
* oggenc -B 16 -C 1 -R 16000 audiobook.wav
Now you have a file called audiobook.ogg. If you prefer ogg, then your audiobook is ready. If you want the file in mp3 format
* oggdec  audiobook.ogg (This will create a file named audiobook.ogg.wav )
* lame --preset 192 -ms -h audiobook.ogg.wav (install [http://lame.sourceforge.net/ lame] if it is not present using our package manager)
Now your mp3 file is ready. Transfer it to your music player and enjoy!


==''Download''==
==''Download''==