Home
last modified time | relevance | path

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

/dports/audio/mhwaveedit/mhwaveedit-1.4.24/src/
H A Dsound-portaudio.c36 off_t played_bytes; member
173 portaudio_data.played_bytes += i; in portaudio_output_callback()
182 portaudio_data.played_bytes = 0; in portaudio_output_select_format()
H A Dsound-jack.c49 volatile off_t played_bytes; member
379 mhjack.played_bytes += sz2; in mhjack_process_callback()
558 mhjack.played_bytes = 0; in mhjack_output_select_format()
/dports/audio/mhwaveedit/mhwaveedit-1.4.24/
H A DChangeLog735 played_bytes to zero before calling Pa_OpenStream.