ryanheise

Results 1670 comments of ryanheise

(Copying this comment from another issue to get broader interest) > Is this supported on iOS currently? The waveform visualizer is implemented on iOS but not pitch. You can track...

The plan is now to implement this as part of #398 .

I have finally completed #398 , a generalised API for audio effects. Initially, I have implemented two Android audio effects: `Equalizer` and `LoudnessEnhancer`, but this generalised API forms the basis...

The Android implementation is now published in release 0.8.0.

@zatovagul at the moment, the best way to understand how to use it is to study the example in the `example/lib` directory.

Yes there has been some progress in #334 with a contributed AVAudioEngine-based implementation, and the good news is that the equalizer has been implemented for iOS.

No it's not merged yet since it is still in development and it does not yet implement all of the features in just_audio's platform interface. However, you can follow the...

When I open that URL in my web browser it also gives an error, so I would not expect to work through this plugin either.

I can't test it if I only have a few seconds to access it. Why don't you supply a test URL that has a longer expiration date?

> In the audio_service there is the thing that I described above, but I don't want to reinvent the wheel, just use just_audio and have ability to customise. I assume...