Page 1 of 1

sound

PostPosted: Fri Jan 02, 2015 05:55
by leeminer
Anyone have good suggestions for sound software? Create ogg files or convert other formats to ogg files?

Re: sound

PostPosted: Fri Jan 02, 2015 08:25
by Krock
Do you mean something like Audacity?
You can import and export sounds to many different types.

Re: sound

PostPosted: Fri Jan 02, 2015 09:35
by Linuxdirk
Create Ogg (i think you mean Ogg/Vorbis) files from what source?

You can easily convert almost anything with mpv/mplayer/mencoder or ffmpeg. With oggenc, oggdec and ogg123 you get dedicated tools right from the vorbis-tools collection.

Re: sound

PostPosted: Fri Jan 02, 2015 14:56
by leeminer
Thanks all. This will help with my new mod... stay tuned!

Re: sound

PostPosted: Fri Jan 02, 2015 22:50
by leeminer
Hey all, I found this cool webpage... I translates text to speach, then you can download the audio file...

may be usefull for modding?

http://ctrlq.org/listen/

Or this one

http://www.naturalreaders.com/index.php?gclid=CKbs9o239sICFaVDMgoddlUAOQ

Re: sound

PostPosted: Fri Jan 02, 2015 23:42
by Linuxdirk
Replace mpv with any media player that is capable of playing URLs.

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
mpv "http://translate.google.com/translate_tts?tl=en&q=or+try+this+i'm+pretty+sure+you+can+store+the+output+instead+of+playing+it"

Re: sound

PostPosted: Sat Jan 03, 2015 11:03
by Calinou
This may be useful too: http://www.drpetter.se/project_sfxr.html

(tweaked source)

You can then use some software to convert the generated .wav to .ogg files. Of course, Audacity will be useful to add effects and convert the files.

Re: sound

PostPosted: Sat Jan 03, 2015 13:06
by leeminer
You guys rock. This is why I love open source