Skip to content

Instantly share code, notes, and snippets.

@noetits
noetits / speech_noise.py
Created December 28, 2021 14:25 — forked from johnmeade/speech_noise.py
Use VAD to separate out regions without speech content, and estimate mean power of background noise
"""
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
"""
@noetits
noetits / html5-editable-table.markdown
Created November 19, 2019 10:29
HTML5 Editable Table

HTML5 Editable Table

Create and edit an HTML5 table without the use of a library. Uses HTML5's contenteditable and minimal JavaScript.

A Pen by noetits on CodePen.

License.