Skip to content

Commit

Permalink
v. 0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
solyarisoftware committed Dec 20, 2020
1 parent 8213377 commit 9a68430
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 23 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v. 0.3.6
## v. 0.3.7

- README documentation updated with some references and the pedal options.

Expand Down
28 changes: 6 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9a68430

Please sign in to comment.