123
-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|455|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-
Socoder -> Off Topic -> Wav music

Sat, 05 Mar 2016, 12:28
Hotshot
Does anyone know where I can download .wav music for free?
Sat, 05 Mar 2016, 12:28
GfK
get mp3s from www.incompetech.com - convert it to WAV yourself. Though, no idea why you'd want to.
Sat, 05 Mar 2016, 12:45
Dabz
Yep... I'd convert it to ogg vorbis (.ogg), that will cover license issues with MP3, I'm presuming you want to play this using C++, which means you'll have to decode it (Using the ogg vorbis SDK), then pass it on to an api that will play it (OpenAl), which just so happens is a guide to do it here:-

www.gamedev.net/page/resources/_/technical/game-programming/introduction-to-ogg-vorbis-r2031

Might seem a bit of a piss on over standard winapi functions... But it is worth it really!

Edit: forgot to mention, in the guide there it uses (ov_open()), you'll need to check out the reference item for it, in Windows it uses something else... One is sure there is a comment about it!

Dabz

-=-=-
Intel Core i5 6400 2.7GHz, NVIDIA GeForce GTX 1070 (8GB), 8Gig DDR4 RAM, 256GB SSD, 1TB HDD, Windows 10 64bit