https://...?key=<the generated access token>
https://...?auth=apiKey&key=<your API key>
Press on the "Start recording button" to start the recording per microphone - permission by the user is required.
To end the recording press on "Stop recording".
The compression and input-sample-rate options are only applicable for FLAC file format download.
The input sample rate in Chrome is - as of now - 44100 Hz. If you change that, the recorded sample may be played slower or faster than expected.
Important:
If running the HTML page directly from the file system, then Chrome needs to be started with flag
--allow-file-access-from-files
.
Otherwise the web worker cannot be loaded.
If you want to use the Google Speech Recognition web service, you may need to start Chrome with the flag
--disable-web-security
; WARNING: you should not browse the Internet when this flag is active.