I basically need to be able to load the entirety of a wav file into an array in memory. Maybe I'm missing it, but is there any libs that could help with this? Or do i need to dig into wav file structure and do it the old fashion way?
↧
I basically need to be able to load the entirety of a wav file into an array in memory. Maybe I'm missing it, but is there any libs that could help with this? Or do i need to dig into wav file structure and do it the old fashion way?