Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/micahbales/audio-logger
A processing algorithm for logging audio data depending on who is speaking
https://github.com/micahbales/audio-logger
Last synced: about 1 month ago
JSON representation
A processing algorithm for logging audio data depending on who is speaking
- Host: GitHub
- URL: https://github.com/micahbales/audio-logger
- Owner: micahbales
- License: other
- Created: 2018-11-16T01:42:15.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-16T01:42:30.000Z (about 6 years ago)
- Last Synced: 2024-10-14T21:51:12.746Z (3 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Audio Logger
A processing algorithm for logging audio data depending on who is speaking.
## Assumptions for this project:
* We'll be guaranteed one detection per user per time
* Detections can, and will, come out of order by time and value
* The printed output should be displayed in order by time, showing which user had the highest score for that time
* Output should be printed as soon as possible, once all the data is available
* The ResultProcessor will receive all four of its detections within 10 seconds (otherwise the app might crash)