Liam0102 / Star-Wars-Vehicles

Star Wars Vehicles addon for Garrys Mod (Code only)
3 stars 2 forks source link

Converting .mp3 and .wav to .ogg; Significant compression ratio for wavs and auditory improvement for mp3. #9

Open Servius opened 7 years ago

Servius commented 7 years ago

I'd like to convert all of the .wavs and .mp3 sound files to .ogg. The .wav and .ogg file types both have the same functionality but the .ogg's have a small file size compared to that of a .wav file.

.mp3 files actually have a slight delay (around half a second) and have issues being played multiple times at the same time. Converting them to .ogg would solve this and also would avoid negatively affecting the overall download size.

Liam0102 commented 7 years ago

That would be fine with non-looping sounds, but the looping WAVs have loop point metadeta

Liam0102 commented 7 years ago

Just make sure that the EmitSound function works with .ogg

Servius commented 7 years ago

Alright. Ill make sure thats functional. I found a variation of .ogg that should support looping: http://www.vorbis.com/

Liam0102 commented 7 years ago

See if it works with the current looping sounds

Servius commented 7 years ago

Will do. Gotta head up to work now so i'll screw around with this in an hour or so. Ill post results when I've tested.