Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EZAudioPlot #388

Open
iDevelopper opened this issue May 19, 2021 · 4 comments
Open

EZAudioPlot #388

iDevelopper opened this issue May 19, 2021 · 4 comments

Comments

@iDevelopper
Copy link

Hello,

I am using your awesome library for EZAudioPlot. AudioKit is very very slow to draw a plot! But I wonder why there is a gap (a blank) at the end of the plot, while there is indeed a sound in this part. If you have an idea, I'm a taker.

The audio plot is configured like that:

    @IBOutlet weak var audioPlot: EZAudioPlot! {
        didSet {
            EZAudioUtilities.setShouldExitOnCheckResultFail(false)
            audioPlot.plotType = EZPlotType.buffer
            audioPlot.isOpaque = false
            audioPlot.backgroundColor = appDelegate.secondaryBackgroundColor()
            audioPlot.color = appDelegate.labelColor()
            audioPlot.shouldFill   = true
            audioPlot.shouldMirror = true
        }
    }

And displayed in a scroll view.

Simulator Screen Shot - iPod touch (7th generation) - 2021-05-19 at 11 44 54

Same behavior with a .caf and a .m4a file.

Thanks!

@iDevelopper
Copy link
Author

I know this library is deprecated but I love it. Please do not remove it.

@pareshios
Copy link

pareshios commented Mar 15, 2023

@iDevelopper
What we can use to achieve the same in AudioKit, Could you please share some detail?

@iDevelopper
Copy link
Author

I do not use AudioKit, I tried it a while ago with no success about performance. I am using EZAudioPlot.

@pareshios
Copy link

Thanks, @iDevelopper, EZAudioPlot is good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants