Michael Clemens

Results 3 comments of Michael Clemens

@VicentAM The brew command you're trying to use doesn't work, simply because you haven't installed Homebrew so bash doesn't know what you're referencing. You can go to the [homepage](https://brew.sh) and...

This library provides basically hooks into the Native SDK, but nothing as complex as what you're suggesting. Here are the methods implemented in the Audio class for example: ``` js...

It really depends on what type of "filter" you're trying to create. "Filter some frequencies" sounds a lot like an EQ to me which Superpowered [already has implemented](https://github.com/superpoweredSDK/Low-Latency-Android-iOS-Linux-Windows-tvOS-macOS-Interactive-Audio-Platform/blob/master/Superpowered/Superpowered3BandEQ.h) in their...