Home
last modified time | relevance | path

Searched refs:sound_sample_id (Results 1 – 1 of 1) sorted by relevance

/dports/games/fkiss/fkiss-0.33/
H A Dsound.c106 int sound_sample_id; /* ESD sample ID */ member
533 esd_sample_free(esd, (cache_list+i)->sf.sound_sample_id); in sound_end()
534 esd_sample_stop(esd, (cache_list+i)->sf.sound_sample_id); in sound_end()
631 cp->sf.sound_sample_id = esd_sample_cache(esd, format,
639 if (confirm_id != cp->sf.sound_sample_id) {
641 confirm_id, cp->sf.sound_sample_id);
766 fprintf(stderr, "* loop %d\n", sfp->sound_sample_id);
767 esd_sample_loop(esd, sfp->sound_sample_id);
769 esd_sample_play(esd, sfp->sound_sample_id);