Video: Qt based Audelicious App: Music Visualization/Appreciation for the Nokia N900
Advertisements
Here’s a pretty cool find, an app built by iPhone blogger and coder Melfar (Vsevolod Buzinov)Â with Qt. Audelicious: Music Appreciation app.
I’m not sure if they are visualizations for music being played through the music player though that’s what I’m assuming.
You’ve got a couple of spectrum analyzers and an amplitude meter. All three can be viewed simultaneously as well as possibly sensitivity, range and colour settings. Each can then go into full screen mode.
[youtube=http://www.youtube.com/watch?v=s9VdPPs9CqA]
Here’s a Vimeo version:
[vimeo=http://vimeo.com/10537944]
Installation instructions:
- Install and setup scratchbox
- Download fftw3 (build-time dependency) and install to /usr:
(on your desktop:)
wget http://www.fftw.org/fftw-3.2.2.tar.gz tar xzf fftw-3.2.2.tar.gz && cd fftw-3.2.2
(in scratchbox dev environment:)
./configure --prefix=/usr make && make install
- You need Qt 4.6 installed in scratchbox to proceed.
qmake && make
- CopyÂ
AudeliciousQT
file to the device, make sure you have Qt 4.6 installed on the device. If you have both 4.5 and 4.6, move 4.5 away from/usr/lib
to a temporary directory and set envÂLD_LIBRARY_PATH
to qt4.6 directory. NOTE: you won’t need to worry about it on PR 1.2 🙂 - runÂ
./AudeliciousQT
from the terminal or installÂ.desktop
file to application manager. Enjoy!
Advertisements
Connect
Connect with us on the following social media platforms.