VitaFFT: Difference between revisions
From GameBrew
More actions
No edit summary |
m Text replacement - "GameBrew!" to "GameBrew" |
||
| Line 1: | Line 1: | ||
{{#seo: | {{#seo: | ||
|title=Vita Homebrew Apps (Music Apps) - GameBrew | |title=Vita Homebrew Apps (Music Apps) - GameBrew | ||
|title_mode=append | |title_mode=append | ||
|image=vitafftvita.jpg | |image=vitafftvita.jpg | ||
Revision as of 03:26, 5 December 2022
| VitaFFT | |
|---|---|
| File:Vitafftvita.jpg | |
| General | |
| Author | pyroesp |
| Type | Music Apps |
| Version | 0.1.6 |
| License | Mixed |
| Last Updated | 2017/09/08 |
| Links | |
| Download | |
| Website | |
| Source | |
This homebrew is a fast Fourier transformation (FFT) for the PSVita, which uses the internal microphone to read audio, formerly known as audio spectrum analyzer.
The FFT is setup as a 512 point FFT, see the libfft to know how to increase or decrease the points.
TODO
- Fix amplitude value so it isn't longer than the height of the screen.
Screenshot
Changelog
(v0.1.6)
- Also added a Y-offset to the dB so the attenuation can be seen too.
(v0.1.5)
- Added zoom factor when changing view to dB
- Changed arrow to cursor controlled with analog stick
- Changed Triangular window to Blackman window
- Changed colors
(v0.1.4)
- This release uses the triangular window.