Lines Matching full:sound
6 QEMUSoundCard: models a given emulated sound card
31 SOUND PLAYBACK DETAILS:
43 buffer and write into a platform-specific sound buffers (e.g. WinWave-managed buffers
63 send samples from the stereo buffer to the host sound card/server. This method
67 - A 'write' method callback used to write a buffer of emulated sound samples from
78 - a 'conv()' function used to read sound samples from the emulated sound card and
84 stereo buffer, not emulated hardware sound samples, which can have different
125 SWVoiceOut: emulated hardware sound buffers:
137 backend-specific sound buffers
141 a pulse to perform sound buffer transfers and mixing. More specifically for audio
158 - takes a 'free' parameter which is the number of stereo sound samples that can
160 of sound samples in the SWVoiceOut emulated hardware sound buffer).
162 - must call AUD_write(sw, buff, count), where 'buff' points to emulated sound
171 - audio_pcm_sw_write() returns the number of sound sample *bytes* that have
176 every sound timer ticks:
189 SOUND RECORDING DETAILS:
192 Things are similar but in reverse order. I.e. the HWVoiceIn acquires sound samples
193 in its stereo sound buffer, and the SWVoiceIn objects must consume them as soon as