Learn how to transcribe streaming audio in C#.
Ctrl+C
.
RealtimeTranscriber
with your API key and a sample rate of 16 kHz. Replace YOUR_API_KEY
with your copied API key.sampleRate
is the number of audio samples per second, measured in hertz (Hz). Higher sample rates result in higher quality audio, which may lead to better transcripts, but also more data being sent over the network.We recommend the following sample rates:8_000
(8 kHz)16_000
(16 kHz)48_000
(48 kHz)