diff --git a/CHANGELOG.md b/CHANGELOG.md index d487812..664b19c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## v. 0.3.6 +## v. 0.3.7 - README documentation updated with some references and the pedal options. diff --git a/README.md b/README.md index 09c6a15..600605e 100644 --- a/README.md +++ b/README.md @@ -870,30 +870,14 @@ Any contribute is welcome. Maybe you want to: ## References / related projects -- Silence detection - - [Web Audio API: how can I detect speech and record until silence, with or without a Push-To-Talk button](https://stackoverflow.com/questions/62114251/web-audio-api-how-can-i-detect-speech-and-record-until-silence-with-or-without/62212935#62212935) - - -- How to use AudioWorklets - - https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API/Using_AudioWorklet - -- Volume detection using FFT - - https://github.com/otalk/hark - -- Volume detection using P5 -- - https://p5js.org/reference/#/p5.Amplitude - +- Silence detection [Web Audio API: how can I detect speech and record until silence, with or without a Push-To-Talk button](https://stackoverflow.com/questions/62114251/web-audio-api-how-can-i-detect-speech-and-record-until-silence-with-or-without/62212935#62212935) +- How to use [AudioWorklets](https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API/Using_AudioWorklet) +- Volume detection using FFT https://github.com/otalk/hark +- Volume detection using P5 https://p5js.org/reference/#/p5.Amplitude - Hotkeys - - [Speechly Guidelines for Creating Productive Voice-Enabled Apps](https://www.speechly.com/blog/voice-application-design-guide/) - [Why hasn’t the iPhone moment happened yet for voice UIs](https://www.speechly.com/blog/real-time-voice-user-interfaces/) - + - [Speechly Guidelines for Creating Productive Voice-Enabled Apps](https://www.speechly.com/blog/voice-application-design-guide/) + - [Why hasn’t the iPhone moment happened yet for voice UIs](https://www.speechly.com/blog/real-time-voice-user-interfaces/) - Wake word detection - some solutions - - Howl https://github.com/castorini/howl https://arxiv.org/pdf/2008.09606.pdf