Create and edit an HTML5 table without the use of a library. Uses HTML5's contenteditable and minimal JavaScript.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Estimate background noise power level of a speech waveform. | |
Requires some non-speech regions in the wave. | |
Requirements: | |
pip install numpy librosa soundfile webrtcvad | |
MIT License John Meade 2021 | |
""" |