This android app analyzes the audio stream incoming through your device's microphone to display the current frequency as music note. Easy way to tune your instrument or retrieving the music note fitting with the sound you hear
The app is in 'Closed Test' phase at Google Play : only members of the google group qva-tuner have access. However : The google group is open for everybody without any needed extra communication.
This is a sample of an android app using nothing but local assets and so being offline available. Those local assets contain the built angular webapp Qva-Tuner. Interaction between the webapp, shown in a WebView, and the android app and manifest settings, providing microphone availability, may be the educative part of this repo.
This QvA tuner app relies on open source MIT licensed code [The tuner algorithm]
Copyright (c) 2014 Chris Wilson
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.