Skip to main content
1 of 3
MC68020
  • 8.6k
  • 3
  • 25
  • 52

Some sink refers to some flow of data. (in some particular sound-server terminology)

Without any sound server, an audio app would output directly to the hardware audio device. No need of any sink concept in these cases.

The sink concept appeared with some particular sound server (never read it used regarding the jack audio connection kit sound server of choice.).
When a sound-server is used, the audio app sends its data to the sound server. This, according to its terminology makes one sink.
The sound server can output to the device, using that sound server terminology, this would make another sink
But it could also sink the audio samples to some post-processing application, itself sinking to the sound-server incidentally sinking to the sound device.

On a side note, that sound-server was absurdly made capable to also sink to… another sound server… :-)

MC68020
  • 8.6k
  • 3
  • 25
  • 52