Ambiera ForumDiscussions, Help and Support. |
|
|
|||||
|
I compiled my application with 0 errors but when I try to run my mp3 I get irrKlang sound library version 1.6.0 Loaded plugin: ikpMP3.so Using ALSA driver irrKlang sound library version 1.6.0 Loaded plugin: ikpMP3.so Using ALSA driver irrKlang sound library version 1.6.0 Loaded plugin: ikpMP3.so Using ALSA driver Assertion 'pa_atomic_load(&(s)->_ref) >= 1' failed at ../pulseaudio/src/pulse/stream.c:342, function pa_stream_get_state(). Aborting. Aborted (core dumped) The code I used to get and play the mp3 looks like this:
I run the code in a while loop(because sdl stuff) and call it by AUDIO_play("file.mp3",false); so why is it segfaulting and is there a possible way to fix this? |
||||
|
fixed it |
|