Searched refs:audio (Results 1 – 4 of 4) sorted by relevance
/cmsis-dsp-latest/Testing/PatternGeneration/ |
D | MFCC.py | 107 def mfcc(self,audio): argument 115 audioWin = audio * self._window 229 audio=np.random.randn(nb) 230 audio = Tools.normalize(audio) 232 audio=debug 233 inputsNoise += list(audio) 234 refNoise=mfccConfig.mfcc(audio) 251 audio=noisySineSignal(0.1,0.8,nb) 252 audio = Tools.normalize(audio) 253 inputsSine += list(audio) [all …]
|
/cmsis-dsp-latest/PythonWrapper/examples/kws_example/kws/ |
D | kws.ino | 42 // Number of audio samples read
|
/cmsis-dsp-latest/PythonWrapper/examples/kws_example/ |
D | kws.ipynb | 202 …" # Warning : if you change the window duration and audio offset, you'll need to change the val… 442 " <audio controls=\"controls\" >\n", 443 …audio/wav;base64,UklGRiR9AABXQVZFZm10IBAAAAABAAEAgD4AAAB9AAACABAAZGF0YQB9AAC8AvEDnwMWBCUFdgWHBX0Fw… 444 " Your browser does not support the audio element.\n", 445 " </audio>\n", 458 "audio=Audio(data=data,rate=samplerate,autoplay=False)\n", 459 "audio" 478 " # Zero-padding for an audio waveform with less than 16,000 samples.\n", 1642 "* A source to get audio samples from the Arduino PDM driver\n", 1649 "* Like in the Python code above we need a sliding window for audio\n", [all …]
|
/cmsis-dsp-latest/PythonWrapper/examples/ |
D | Noise suppression.ipynb | 80 "## Loading the audio file" 166 "The two next cell is loading the audio data from the uploaded file" 206 " <audio controls=\"controls\" >\n", 207 …audio/wav;base64,UklGRgCBBQBXQVZFZm10IBAAAAABAAEAgD4AAAB9AAACABAAZGF0YdyABQAAAAMA//8GAPr/BQD//wEA/… 208 " Your browser does not support the audio element.\n", 209 " </audio>\n", 222 "audio=Audio(data=filedata,autoplay=False)\n", 223 "audio" 231 "A NumPy array is created from the audio and a Q15 and Q31 versions are created." 255 "The audio waveform is plotted" [all …]
|