flutter_sound_suite 2.1.0 copy "flutter_sound_suite: ^2.1.0" to clipboard
flutter_sound_suite: ^2.1.0 copied to clipboard

a flutter sound suite for record and play voice easily, dependencies on dio 4.0.0, intl 0.17.0, uuid 3.0.4 and so on

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 #

6
likes
130
points
54
downloads

Publisher

verified publisherultimate.icu

Weekly Downloads

a flutter sound suite for record and play voice easily, dependencies on dio 4.0.0, intl 0.17.0, uuid 3.0.4 and so on

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

dio, flutter, flutter_sound, intl, path_provider, permission_handler, provider, uuid

More

Packages that depend on flutter_sound_suite