SourceFiles.org - Use the Source, Luke
Home | Register | News | Forums | Guide | MyLinks | Bookmark

Related Sites

Latest News
  General News
  Reviews
  Press Releases
  Software
  Hardware
  Security
  Tutorials
  Off Topic


Back to files

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)


Other Sites

Discussion Groups
  Beginners
  Distributions
  Networking / Security
  Software
  PDAs

About | FAQ | Privacy | Awards | Contact
Comments to the webmaster are welcome.
Copyright 2006 Sourcefiles.org All rights reserved.