https://github.com/freaktechnik/audioanalyzer
A Java based chromatic tuner. Programmed as part of a school project but still continued every now and then.
https://github.com/freaktechnik/audioanalyzer
Last synced: over 1 year ago
JSON representation
A Java based chromatic tuner. Programmed as part of a school project but still continued every now and then.
- Host: GitHub
- URL: https://github.com/freaktechnik/audioanalyzer
- Owner: freaktechnik
- Created: 2012-05-02T07:32:24.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2013-09-27T22:21:04.000Z (almost 13 years ago)
- Last Synced: 2025-02-14T20:46:56.406Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 578 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PerfectTone
=============
This is my Matura Work.
The goal is to create a program, which works like a chromatic tuner:
It should extract the absolute tone name from an AudioStream and display, how exact the Tone is.
Compatibility
=============
Tested and working:
Windows 7 x86_64 with Java 7
(Linux) Elementary OS Lune preview x86 with some Graphic issues, caused by the Graphicsacceleration
Download of the built Project
==============
https://www.dropbox.com/s/0pjhfbt0br7tiar/PerfectTone.jar
or click on the Downloads on the Github page.
Running instructions
==============
If you can't run the .jar file by double-clicking it, you open a console and type "java -jar 'path/to/jar/PerfectTone.jar'".
Build-Instructions
==============
I only checked compiling with Netbeans 7. It works fine for me on Windows.
The main-class is AnalyzeAudio.java