Welcome! Log In Create A New Profile

Advanced

Sound library for c++

Posted by henke37 
Sound library for c++
August 25, 2008 10:31AM
I am working on a sound library for c++, I am having some issues with the MP3 playback, so I am not publicly releasing it until that works, but if you still want to test it, contact me. No c++ vs c arguments please.
Re: Sound library for c++
August 29, 2008 11:41PM
Yeah, I am still having issues with it. For some reason, it keeps corrupting the heap memory, and I can not find where that happens. So I am asking for some help in hunting down the location of the corruption.
I have tracked it down to occur somewhere between line 151 and line 207, since the crash is on line 208 and the data was fine after leaving the loop at line 151.

Pastes:
mp3player.cpp
mp3player.h
Re: Sound library for c++
October 20, 2008 11:05PM
I have put up a svn repo of my code, check it out! (lame pun intended).
The address is svn://henke37.cjb.net/
Re: Sound library for c++
October 21, 2008 05:00PM
I haven't looked at it yet, what sound formats does it support and is it usable right now?

EDIT: I seriously hate soundlib and the mp3 support in libogc.



Edited 1 time(s). Last edit at 10/21/2008 05:01PM by Arikado.
Re: Sound library for c++
October 21, 2008 07:50PM
I wouldn't call it usable right now, there is no file format loaders that are working properly right now. But I have two attempts at a mp3 codec, both horribly mangling the sound.
Sorry, only registered users may post in this forum.

Click here to login