2

The idea is to receive an audio stream from the network and write /redirect this stream to an audio input device. As the device is not physical, i will need a virtual input. Now for virtual input device i found this code example made available by apple but not rigorously documented, but how do i write the audio stream from an application to that virtual device?

Raffaella
  • 23
  • 1
  • 4

1 Answers1

4

BlackHole is open source. There are many useful comments in the code which might help you.