Frictional Games Forum (read-only)

Full Version: music error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(08-20-2012, 08:54 PM)tokugawa1 Wrote: [ -> ]
(08-20-2012, 08:46 PM)andyrockin123 Wrote: [ -> ]Your volume is set at 0, try putting it to 1.0f.
still not working. Well the audio file was mp3 and i changed it to .ogg does that make any difference?
How did you change it?
(08-20-2012, 08:54 PM)tokugawa1 Wrote: [ -> ]still not working. Well the audio file was mp3 and i changed it to .ogg does that make any difference?

You pretty much told the game to look for OGG file headers instead of MP3. So it looks for specific file headers, doesn't find what it is looking for, then returns safely in the background.
(08-20-2012, 10:01 PM)Your Computer Wrote: [ -> ]
(08-20-2012, 08:54 PM)tokugawa1 Wrote: [ -> ]still not working. Well the audio file was mp3 and i changed it to .ogg does that make any difference?

You pretty much told the game to look for OGG file headers instead of MP3. So it looks for specific file headers, doesn't find what it is looking for, then returns safely in the background.
so that means i should download a .ogg song instead of mp3?
(08-20-2012, 10:50 PM)tokugawa1 Wrote: [ -> ]
(08-20-2012, 10:01 PM)Your Computer Wrote: [ -> ]
(08-20-2012, 08:54 PM)tokugawa1 Wrote: [ -> ]still not working. Well the audio file was mp3 and i changed it to .ogg does that make any difference?

You pretty much told the game to look for OGG file headers instead of MP3. So it looks for specific file headers, doesn't find what it is looking for, then returns safely in the background.
so that means i should download a .ogg song instead of mp3?
You can download a music file (MP3 for example), then use "
http://audio.online-convert.com/convert-to-ogg "
to convert the music from a different format to OGG. That is what I did with my CS "Haunted Hallways" and it works 100% perfectly. Make sure you choose "normalize audio" as an option before converting. Should create a compact file.
Pages: 1 2