Giter VIP home page Giter VIP logo

rguitartuner's Introduction

rGuitarTuner

A tuner which covers the tone range of guitar strings.


  • simple
    • autodetect the pitch so it needs a relatively quiet environment
  • accurate
    • 1 second window for better pitch precision and update every 0.1s
  • portable
    • android and linux
  • localized
    • english and french

  • for ubuntu 18.04 :
    • to build :
	sudo apt install git
	git clone https://github.com/rafirafi/rGuitarTuner
	sudo apt install libfftw3-dev pkg-config libopenal-dev qt5-default qtbase5-dev qtdeclarative5-dev
	cd src
	qmake rGuitarTuner.pro
	make
    • to run :
	sudo apt install libfftw3-single3 libopenal1 libqt5core5a libqt5gui5 libqt5qml5 qml-module-qtquick-controls qml-module-qtquick-layouts qml-module-qtquick-window2 qml-module-qtquick-extras 
	./rGuitarTuner
  • for android :
    • tested with android-ndk-r17c and Qt 5.12
    • prebuilt libraries and headers are available in the prebuilt directory
    • a debug armv7 apk is available for testing

Libraries used :


Pitch detection method adapted from "A smarter way to find pitch" (2005) by Philip Mcleod, Geoff Wyvill


License GPLv2

Copyright 2019 Rafael Gandolfi

rguitartuner's People

Contributors

rafirafi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.