We are implementing a feature that requires PCM data from some events to drive some game mechanics but we dont want these events to actually be audible. What would be the best way to achieve this?
For obtaining the PCM data, we are thinking of making a custom plug-in, and use the PCM read callback.
Thanks!