ZaraclaJ / audio_recorder

Other
180 stars 128 forks source link

Incompatible with Google Speech-To-Text API guidelines. #36

Open junaidShaikh opened 4 years ago

junaidShaikh commented 4 years ago

@ZaraclaJ I have been beating my head around the neighborhood trying to find an audio recorder that is compatible with Google Speech-to-text cloud API. Sadly none of the formats that are supported in your recorder, qualify for the conversion. With a lot of apps being created with firebase and flutter combo, this seems to be a bottleneck, technology-wise. Ref: https://cloud.google.com/speech-to-text/docs/encoding Some handy additions would be:

  1. FLAC (best case scenario)
  2. OGG_OPUS (size efficient + widely used in WhatsApp and telegram as well)
  3. LINEAR16 (very handy to use)
  4. MP3 (lossy yet most widely used globally)
dhsont commented 4 years ago

will this plugin support mp3 anytime soon ?