Skip to content

Instantly share code, notes, and snippets.

@rashaabdulrazzak
Last active May 29, 2021 09:32
Show Gist options
  • Save rashaabdulrazzak/6a3fe2464cfba26329ba2466969d907d to your computer and use it in GitHub Desktop.
Save rashaabdulrazzak/6a3fe2464cfba26329ba2466969d907d to your computer and use it in GitHub Desktop.
config
const config = {
encoding: 'LINEAR16',
sampleRateHertz: 44100,
languageCode: 'tr-TR', // For turkish language
audioChannelCount: 2, // Number of audio channel
enableSeparateRecognitionPerChannel: flase, // to not get the result of each channel separately
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment