-
Notifications
You must be signed in to change notification settings - Fork 345
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MythMusic: Improve Spectrum and Squares (#771)
* MythMusic: Improve Spectrum and Squares to work better. By borrowing lessons learned from Spectrogram: process the whole signal, use the same 16k FFT and MelScale, upgrade to 128 display bars, separate left and right channels. On the menu, Spectrum is renamed to SpectrumBars and SpectrumDetail becomes then new Spectrum to sit next to the related Spectrogram. * MythMusic: better variable names in LogScale, MelScale
- Loading branch information
Showing
2 changed files
with
141 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
77a0593
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't know for sure if this is the culprit but something is causing MythMusic to use 100% cpu which causes the audio to stutter and the UI to slow to a crawl when ever the Spectrum visualiser is selected either embedded or fullscreen doesn't seem to matter. All the other visualiser work OK.