0

Any way to know if an AUSampler contained in an AUGraph is producing any sound ? Thanks !

Aladin
  • 115
  • 2
  • 10

1 Answers1

0
  1. If you can hear the output
  2. If you attach a render callback and can see the audio data is not all 0's
  3. If you run the output of the sampler into a mixer unit and turn on volume metering and have a volume level
Aran Mulholland
  • 23,555
  • 29
  • 141
  • 228