Results 1 to 8 of 8
ok i dont think redhat 9 will paly ogg files sooo. is there any way to convert them?
once again
fragment
I00I0I...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-04-2003 #1Just Joined!
- Join Date
- Sep 2003
- Location
- southern california
- Posts
- 66
sound files
ok i dont think redhat 9 will paly ogg files sooo. is there any way to convert them?
once again
fragment
I00I0I
- 09-04-2003 #2Linux Engineer
- Join Date
- Jan 2003
- Location
- Lebanon, pa
- Posts
- 994
Play them with xmms.
- 09-04-2003 #3Linux Engineer
- Join Date
- Nov 2002
- Location
- Queens, NY
- Posts
- 1,319
XMMS in Red Hat 9 should be able to support ogg formats. It's mp3 library files that weren't shipped with it so you need to manually get them if you want to use mp3s. But in reality, why bother with mp3's? =)
The best things in life are free.
- 09-04-2003 #4Just Joined!
- Join Date
- Sep 2003
- Location
- southern california
- Posts
- 66
i should probally mention
im not trying to play em like that i got some cool sound files off knoppix and wanted to use them when my redhat boots up and shuts down. but when i try to play them from the menu where i can choose the file to play on a certin task it wount play those files so i wanted to make em into wav format so they could play.
and am i right when i say there are no file extension on linux.
thanks once again for all the help
fragment
I00I0I
- 09-04-2003 #5Linux Engineer
- Join Date
- Jul 2003
- Location
- Uppsala, Sweden
- Posts
- 1,278
"and am i right when i say there are no file extension on linux."
You mean file extensions as in program.exe or documents.txt? linux recognises files by content not file extension but extensions are still used so that you know whats what. also filename extensions in linux are not limited to 3 characters so you might see names such as:
textfiles.tar.gz
or
software.so
"but when i try to play them from the menu where i can choose the file to play on a certin task it wount play those files so i wanted to make em into wav format so they could play"
i dont use redhat do you have to enter a specific command in the dialog box where you enter the sound..
"play /home/fragment/soundfile.ogg"
or do you click a menu button like "browse" to select a file then press save or whatever?Proud to be a GNU/Gentoo Linux user!
- 09-04-2003 #6Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
There's also the program ogg123 to play OGG files, but for quick shell commands, I agree that play would be a better choice.
- 09-05-2003 #7Just Joined!
- Join Date
- Sep 2003
- Location
- southern california
- Posts
- 66
well redhat 9 has a shell that comes up and allows me to scrool through and pick the action i want to assign a sound to. and it only seems to play wav files. so im looking for a ogg to wav converter.
good looking out
fragment
I00I0I
Ps thanks for all your help.
- 09-05-2003 #8Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
You can use sox to convert OGG/Vorbis to WAV. Use it like this:
Code:sox file.ogg file.wav


Reply With Quote
