You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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:
FLAC (best case scenario)
OGG_OPUS (size efficient + widely used in WhatsApp and telegram as well)
LINEAR16 (very handy to use)
MP3 (lossy yet most widely used globally)
The text was updated successfully, but these errors were encountered:
@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:
The text was updated successfully, but these errors were encountered: