Create an iterator that generates frequency-domain spectrogram Tensors from
microphone audio stream with browser's native FFT. This API only works in
browser environment when the device has microphone.
Note: this code snippet only works when the device has a microphone. It will
request permission to open the microphone when running.
Create an iterator that generates frequency-domain spectrogram
Tensor
s from microphone audio stream with browser's native FFT. This API only works in browser environment when the device has microphone.Note: this code snippet only works when the device has a microphone. It will request permission to open the microphone when running.