Does HDAudio support parallel playback of multiple audio samples?
-
- Member
- Posts: 34
- Joined: Sat May 04, 2024 7:48 am
- Libera.chat IRC: wishedtobe
Does HDAudio support parallel playback of multiple audio samples?
The Buffer Descriptor List has many entries, is it played serially?
Re: Does HDAudio support parallel playback of multiple audio samples?
Yes, it's the values that are sent to the audio DAC. It's typically an array of left and right channel data in PCM format.wishedtobe wrote: ↑Fri Jan 31, 2025 3:59 am The Buffer Descriptor List has many entries, is it played serially?
If you have several sources/audio streams, you must use a mixer, or create your own mixer in software.
-
- Member
- Posts: 34
- Joined: Sat May 04, 2024 7:48 am
- Libera.chat IRC: wishedtobe