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

Make the spectrogram fixed instead of dynamic #2

Open
yilin-zhang opened this issue Mar 2, 2020 · 1 comment
Open

Make the spectrogram fixed instead of dynamic #2

yilin-zhang opened this issue Mar 2, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@yilin-zhang
Copy link
Collaborator

No description provided.

@yilin-zhang yilin-zhang added the enhancement New feature or request label Mar 2, 2020
@yilin-zhang
Copy link
Collaborator Author

Static spectrogram has been implemented in this commit: bee95e1

The whole spectrogram will be recalculated every time the audio buffer gets changed. If the audio buffer is very long, it will introduce a very noticeable latency in the editing process. Probably calculating spectrogram another thread can reduce the latency.

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

No branches or pull requests

1 participant