Hi, I'm try to play sounds using ASNDlib, but non sounds is played and non errors from ASND_Set... functions. I attach source file and audio file (PCM 8bit mono 11025Hz). Here the main loop: if(ASND_SetInfiniteVoice(0, VOICE_MONO_8BIT, 11025, 0, (void *)sounds[0], sound_size[0], MAX_VOLUME, MAX_VOLU...