VitaFFT: Difference between revisions
From GameBrew
More actions
No edit summary |
m Text replacement - "https://vitadb.rinnegatamante.it/" to "https://www.rinnegatamante.eu/vitadb/" |
||
| Line 72: | Line 72: | ||
* GitHub - https://github.com/pyroesp/vitaFFT | * GitHub - https://github.com/pyroesp/vitaFFT | ||
* Wololo - https://wololo.net/talk/viewtopic.php?f=52&t=48443 | * Wololo - https://wololo.net/talk/viewtopic.php?f=52&t=48443 | ||
* VitaDB - https:// | * VitaDB - https://www.rinnegatamante.eu/vitadb/#/info/303 | ||
Latest revision as of 04:39, 5 January 2025
| vitaFFT | |
|---|---|
| General | |
| Author | pyroesp |
| Type | Music Apps |
| Version | 0.1.6 |
| License | CC BY-SA 4.0 |
| Last Updated | 2017/09/09 |
| Links | |
| Download | |
| Website | |
| Source | |
vitaFFT is a fast Fourier transformation (FFT) for the PS Vita, 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.
User guide
There's a little arrow and a frequency in the top left corner. These indicate which frequency the arrow is pointing at.
There's also a sensitivity value in the menu box. This just multiplies the audio input samples read by the microphone with the sensitivity value, acting a bit like an audio amplifier.
Controls
L - Show/Hide menu
Left/Right - Move the arrow
Select - Exit
Screenshots
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.
v0.1.3
- Show dB or magnitude added to vitaFFT.
v0.1.2
- Updated libfft submodule.
v0.1.1
- Proof of Concept of an FFT running on a PSVita.
v0.1
- vitaFFT Proof of Concept.
Credits
Thanks to:
- Everyone who worked on the vitasdk and vitasdk samples.
- xerpi for his vita2d library.