irrKlang

Post your questions, suggestions and experiences regarding game design, integration of external libraries here. For irrEdit, irrXML and irrKlang, see the
ambiera forums
PitOnVMK
Posts: 6
Joined: Sat Jul 29, 2006 2:04 pm

Post by PitOnVMK »

Hellow all!
I have two questions, please help :oops: :
1) would irrKlang be open sourse library?
2) are you planing to support mp3 files loading?
thanks)

By the way, may be someone know how to easily support fast mp3 playback?
PitOnVMK
Posts: 6
Joined: Sat Jul 29, 2006 2:04 pm

Post by PitOnVMK »

Hellow Niko!!
niko wrote:Yes, would be nice, but maybe later. It's code doesn't look that nice yet. :)
I hoped that mp3 support whould be in 0.2 release, but unfortunatly it doesn't :cry: :cry: :cry:

So, I am trying to implement it by my self :wink:

I desided to add mp3 loader by

Code: Select all

virtual void registerAudioStreamLoader(IAudioStreamLoader* loader) ;
I have a question, what must be placed to the target?

Code: Select all

IAudioStream :: readFrames(void* target, s32 frameCountToRead);
As I understand, target must point to already decompressed buffer. so, how we can decompress mp3 to yours format? :roll: :oops:

Thanks!
Post Reply