flutter_sound_suite

a flutter sound suite for record and play voice easily!

dependencies:

dio: ^4.0.0

intl: ^0.17.0

uuid: ^3.0.4

provider: ^5.0.0

path_provider: ^2.0.2

flutter_sound: ^8.1.4

Actually, the following codecs are supported by flutter_sound:

| | AAC ADS | Opus OGG | Opus CAF | MP3 | Vorbis OGG | PCM raw| PCM WAV | PCM AIFF | PCM CAF | FLAC | AAC MP4 | AMR-NB | AMR-WB | | :-------------- | :-----: | :------: | :------: | :-- | :--------- | :-- | :-----: | :------: | :-----: | : --: | :-----: | :----: | :----: | | iOS encoder | Yes | Yes() | Yes | No | No | No | Yes | No | Yes | Yes | Yes | NO | NO | | iOS decoder | Yes | Yes() | Yes | Yes | No | No | Yes | Yes | Yes | Yes | Yes | NO | NO | | Android encoder | Yes | No | No | No | No | Yes | Yes | No | No | No | No | YES | YES | | Android decoder | Yes | Yes | Yes() | Yes | Yes | Yes | Yes | Yes() | Yes(*) | Yes | Yes | YES | YES |

This table will eventually be upgrated when more codecs will be added.

Yes(*) : The codec is supported by Flutter Sound, but with a File Format Conversion. This has several drawbacks :

  • Needs FFmpeg. FFmpeg is not included in the LITE flavor of Flutter Sound
  • Can add some delay before Playing Back the file, or after stopping the recording. This delay can be substancial for very large records.

permission_handler: ^8.0.1