Framework SRM (Sound Recognizer ME) written in Java Micro Edition capable of recognize abstract sounds and isolated words announcer dependent on mobile devices.
License
Educational Community License, Version 2.0Follow Framework SRM
Other Useful Business Software
$300 Free Credits to Build on Google Cloud
Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query petabytes in BigQuery, or build agents with Gemini Enterprise Agent Platform. Once your credits are used, keep building with 20+ always-free tier products including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. No commitment required—just sign up and start building.
Rate This Project
Login To Rate This Project
User Reviews
-
This work consists in developing a framework written in Java Micro Edition, for the recognition of abstract sounds and isolated words announcer dependent on mobile devices. Where was reached excellent recognition results, reaching – in the best case – an accuracy hits 94%. Through this framework, developers can use mobile applications and also work generally sound recognition in various scenarios. In making this proposal was discussed the MMAPI API to capture and execution of PCM audio encoding, already in phase of signal information extraction was used to extract the Mel-Cepstrais coefficients (MFCC) derived from the Fast Fourier Transform (FFT), and for the recognition was employed through comparison of Dinamic Time Warping (DTW). In this work were proposed two techniques of sound signal processing: the first called signal Inversion (IS), and the second corresponds to a low-cost algorithm for detecting extremes responsible for detection of beginning and end of an utterance. And also was proposed and integrated functionality that allows graphical representation of the audio spectrum on screens of mobile devices.