openaiSupportedSTTFormats constant

List<String> const openaiSupportedSTTFormats

Implementation

static const List<String> openaiSupportedSTTFormats = [
  'flac',
  'm4a',
  'mp3',
  'mp4',
  'mpeg',
  'mpga',
  'oga',
  'ogg',
  'wav',
  'webm',
];