dimitris-c / AudioStreaming

An AudioPlayer/Streaming library for iOS written in Swift using AVAudioEngine.
MIT License
266 stars 56 forks source link

Audio Plot Request #20

Closed iDevelopper closed 3 years ago

iDevelopper commented 3 years ago

Hi,

What about an audio plot graph?

Is it possible? It would be extra!

Cheers,

dimitris-c commented 3 years ago

This falls outside of this library scope, I believe this can be achieved using frame filters

iDevelopper commented 3 years ago

Ah! Can you pride an example?

dimitris-c commented 3 years ago

Have a look at https://github.com/AudioKit/AudioKitUI there are great resources and examples that you can adapt and use with AVAudioEngine.

iDevelopper commented 3 years ago

I already tried. Showing a plot with this library takes a long time! About 15-30 seconds for a 5 minute song.

iDevelopper commented 3 years ago

It would be interesting to all the users that your library should be completed by integrating an audio analyzer (for a visualization by bars and others) and a plot.

Cheer,

dimitris-c commented 3 years ago

All of what you're describing can be achieved using the frame filters functionality that I've added.

I understand your requests would be helpful to you and possibly others but unfortunately I don't have the time to work on such requests, also these requests falls outside of the main scope of this library, which is live audio streaming.

iDevelopper commented 3 years ago

Ok, never mind, thank you.