musicg
musicg copied to clipboard
Automatically exported from code.google.com/p/musicg
``` Tried to run the RenderSpectrogramDemo but I got an error. It seems that a method is missing from the class Spectrogram. See below for details. Exception in thread "main"...
``` i want to use whistle demo but i have problem when i want to convert buffer from byte [] to wave to compare it by using fingure print !!...
``` What steps will reproduce the problem? 1. WhileApi works fine on Samsung S3 and other like Samsung Galaxy Pocket(android Version 4.0.4) but on Samsung S5(android version 4.2.4), Alpha and...
``` What steps will reproduce the problem? 1. Recorder thread is working perfect. 2. Detector thread is checking boolean status for WhistleApi.isWhistle(buffer); which is always returning false for some specific...
``` Google Code it very good hosting but I want to fork and research you code GitHUB it very good for taht operation. ``` Original issue reported on code.google.com by...
``` What steps will reproduce the problem? 1. Install the demo app 2. Tap the button to start listening 3. Just this What is the expected output? What do you...
``` What steps will reproduce the problem? 1.Whistle demo and Surprise do not work on a Galaxy S3. Tested and confirmed. Also tested on a Nexus 7 and it worked...
``` What steps will reproduce the problem? 1. Install on an Android device having IceCream Sandwich. 2. Open the app, start the listening for whistling. 3. Whistle is not detected....
``` What steps will reproduce the problem? 1. Making two Wave() object 2. Comparing the above two object using wave1.getFingreprintSimilarity(wave2) 3. It crashes giving an out of memory exception What...