Guitartune

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(New page: {{ApplicationBox| Name=Guitartune| Description= Tune Musical Instruments.| Screenshot= | Homepage=http://guitartune.googlecode.com| TestedOn=FSO MS 5| PackageName=guitartune_0.30_arm.i...)
 
Line 8: Line 8:
 
}}
 
}}
  
download source:http://code.google.com/p/guitartune/source/checkout
+
Download source:http://code.google.com/p/guitartune/source/checkout
  
 
==Introduction==
 
==Introduction==
Line 16: Line 16:
 
The sampling and processing is done in a separate thread. The GUI shows the detected note, the required freq, the detected freq, a graphical indication of whether the detected freq is above or below the required one and a Tune Up / Down message.
 
The sampling and processing is done in a separate thread. The GUI shows the detected note, the required freq, the detected freq, a graphical indication of whether the detected freq is above or below the required one and a Tune Up / Down message.
  
Libraries
+
==Libraries==
  
 
Guitartune requires gtk+, libglade and libfftw3 (for transforming time domain data to frequency domain).  
 
Guitartune requires gtk+, libglade and libfftw3 (for transforming time domain data to frequency domain).  

Revision as of 18:19, 18 February 2009

[[Image:|150px]] Guitartune

Tune Musical Instruments.


Homepage: http://guitartune.googlecode.com
Package: guitartune_0.30_arm.ipk
Tested on: FSO MS 5


Download source:http://code.google.com/p/guitartune/source/checkout

Introduction

Guitartune does a Fast Fourier Transform followed by a Harmonic Product Spectrum to calculate the fundamental frequency of sampled audio data.

The sampling and processing is done in a separate thread. The GUI shows the detected note, the required freq, the detected freq, a graphical indication of whether the detected freq is above or below the required one and a Tune Up / Down message.

Libraries

Guitartune requires gtk+, libglade and libfftw3 (for transforming time domain data to frequency domain). libfftw3 can be obtained from http://www.angstrom-distribution.org/feeds/2007/ipk/glibc/armv4t/base/libfftw3-3_3.1.2-r1_armv4t.ipk

To Install

opkg install libglade-2.0 gtk+ http://www.angstrom-distribution.org/feeds/2007/ipk/glibc/armv4t/base/libfftw3-3_3.1.2-r1_armv4t.ipk http://www.opkg.org/packages/guitartune_0.30_arm.ipk

Personal tools
[[Image:|150px]] Guitartune

Tune Musical Instruments.


Homepage: http://guitartune.googlecode.com
Package: guitartune_0.30_arm.ipk
Tested on: FSO MS 5


download source:http://code.google.com/p/guitartune/source/checkout

Introduction

Guitartune does a Fast Fourier Transform followed by a Harmonic Product Spectrum to calculate the fundamental frequency of sampled audio data.

The sampling and processing is done in a separate thread. The GUI shows the detected note, the required freq, the detected freq, a graphical indication of whether the detected freq is above or below the required one and a Tune Up / Down message.

Libraries

Guitartune requires gtk+, libglade and libfftw3 (for transforming time domain data to frequency domain). libfftw3 can be obtained from http://www.angstrom-distribution.org/feeds/2007/ipk/glibc/armv4t/base/libfftw3-3_3.1.2-r1_armv4t.ipk

To Install

opkg install libglade-2.0 gtk+ http://www.angstrom-distribution.org/feeds/2007/ipk/glibc/armv4t/base/libfftw3-3_3.1.2-r1_armv4t.ipk http://www.opkg.org/packages/guitartune_0.30_arm.ipk