aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add READMEHEADtrunkReiner Herrmann2017-08-13
|
* Add .gitignore fileReiner Herrmann2017-08-13
|
* Lower noise floor works better for low frequencies of some acoustic guitarsReiner Herrmann2017-08-13
|
* Increase displaying width because of recent output changeReiner Herrmann2017-08-13
|
* Don't lookup notes for low background frequenciesReiner Herrmann2017-08-13
|
* Add install/uninstall targetsReiner Herrmann2017-08-13
|
* Increase required accuracy for matching a noteReiner Herrmann2017-08-11
|
* Return more exact note names (instead of just standard tuning)Reiner Herrmann2017-08-11
|
* Minor output improvementReiner Herrmann2017-04-09
|
* Remove superfluous hps callReiner Herrmann2017-04-09
|
* Filter out noise which was amplified by HPSReiner Herrmann2017-04-09
|
* Simplify tones by switching to float formatReiner Herrmann2017-04-09
|
* Apply Harmonic Product Spectrum to emphasize fundamental frequenciesReiner Herrmann2017-04-09
|
* Change license to GPL2+ because of fftwReiner Herrmann2017-04-09
|
* Minor cleanup and pretty printingReiner Herrmann2017-04-09
|
* Look up note corresponding to frequencyReiner Herrmann2017-04-09
|
* Calculate FFT over audio samples and print peak frequencyReiner Herrmann2017-04-08
|
* Add capturing skeleton for new tuner programReiner Herrmann2017-04-08
|
* Initialize inputs memoryReiner Herrmann2017-04-04
|
* Print errors to stderrReiner Herrmann2017-04-04
|
* Handle SIGINT/SIGTERM to properly clean upReiner Herrmann2017-04-04
|
* Hide/restore cursorReiner Herrmann2017-04-04
|
* Dynamically recalculate period from current bpm settingReiner Herrmann2017-04-04
|
* Print instructions and enable changing bpmReiner Herrmann2017-04-04
|
* Move _GNU_SOURCE definition to source fileReiner Herrmann2017-04-04
| | | | Otherwise some linting tools (like vim-ale) are getting confused.
* Non-blocking input handlingReiner Herrmann2017-04-04
|
* Rename function to clarify purposeReiner Herrmann2017-04-04
|
* Sleeping not required; snd_pcm_writei is blockingReiner Herrmann2017-04-02
|
* Use default alsa deviceReiner Herrmann2017-04-02
|
* Add command line parsingReiner Herrmann2017-04-02
|
* Initial commitReiner Herrmann2017-04-02