QTuneroid is a musical instrument tuner, designed to tune musical instruments on PC using a microphone or directly connecting the instrument to the PC's sound card.
This program actually is a fork of Tuneroid by Jozef Kosoru (check his page at "http://www.uid0.sk/zyzstar/?tuneroid" ) which i made because i needed a good tuner, but dont want to use huge and sluggish KDE desktop, nor even install KDE libraries. So i 'ported' Tuneroid to pure Qt and tweaked UI slightly...
- Requirements
alsa-lib >= 0.9.1 <www.alsa-project.org> qt toolkit >= 3.1.0 <www.trolltech.com>
Compilation and installation:
See INSTALL file for (unneeded) details. Basically you have to type:
% ./configure
% make
% make install
Of course don't forget to log as root before installation.
microFAQ
Q: qtuneroid gives me "ALSA error: cannot set sample resolution" message :(
A: usually it means that your audio card doesn't support given sample format.
in that case you need to setup sample conversion plugin in ~/.asoundrc file.
add to ~/.asoundrc something like:
---<cut>---
pcm.fconv {
type plug
slave {
pcm "hw:0,0" #your device
format S32_LE #sample format of your device
}
}
---<cut>---
and then use "fconv" (without quotes) in qtuneroid "PCM name" option
Boo-boo (boo_boo@inbox.ru)
