ryanheise
ryanheise
I'm sorry the `visualizer` branch is a bit behind `master`. I had intended to merge @Eittipat 's FFT implementation first and then bring it in line with `master`, however there...
I've just merged the latest code into the `visualizer` branch, including the equalizer.
Hopefully this weekend I can do some testing.
Unfortunately for CI at the moment I think you'll have to fork the repo, make the necessary changes so that dependency overrides aren't necessary, and then use your fork as...
> The trick is to KVObserve the status of the AVPlayerItem; when it's ready to play That sounds familiar... I thought I was already doing something like that where `ensureTap`...
Hi all, @Eittipat 's PR is now merged into the `visualizer` branch which adds an iOS implementation of FFT. Thanks to @Eittipat 's work this now reaches feature parity between...
Yes, this probably will be written in Swift.
@nt4f04uNd Do you mean breaking in terms of stability, or breaking in terms of codec support?
That's true, although just to play devil's advocate: * New Flutter projects have been Swift by default now for more than a year. * People are converting older Objective C...
(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...