Hellow all!
I have two questions, please help :
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?
irrKlang
Hellow Niko!!
So, I am trying to implement it by my self
I desided to add mp3 loader by
I have a question, what must be placed to the target?
As I understand, target must point to already decompressed buffer. so, how we can decompress mp3 to yours format?
Thanks!
I hoped that mp3 support whould be in 0.2 release, but unfortunatly it doesn'tniko wrote:Yes, would be nice, but maybe later. It's code doesn't look that nice yet.
So, I am trying to implement it by my self
I desided to add mp3 loader by
Code: Select all
virtual void registerAudioStreamLoader(IAudioStreamLoader* loader) ;
Code: Select all
IAudioStream :: readFrames(void* target, s32 frameCountToRead);
Thanks!