{"id":13380277,"url":"https://github.com/Canardoux/flutter_sound","last_synced_at":"2025-11-21T13:30:16.629Z","repository":{"id":37813295,"uuid":"144598581","full_name":"Canardoux/flutter_sound","owner":"Canardoux","description":"Flutter plugin for sound. Audio recorder and player.","archived":false,"fork":false,"pushed_at":"2024-10-03T18:04:28.000Z","size":880318,"stargazers_count":877,"open_issues_count":300,"forks_count":573,"subscribers_count":13,"default_branch":"master","last_synced_at":"2024-10-29T14:19:47.046Z","etag":null,"topics":["audio-player","audio-recorder","flutter"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Canardoux.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-13T15:27:04.000Z","updated_at":"2024-10-25T09:49:14.000Z","dependencies_parsed_at":"2024-05-29T14:45:06.149Z","dependency_job_id":"82a6a4c3-c533-40ce-adad-e636c02b1d7d","html_url":"https://github.com/Canardoux/flutter_sound","commit_stats":{"total_commits":2041,"total_committers":55,"mean_commits":37.10909090909091,"dds":0.4541891229789319,"last_synced_commit":"72b5309d533e3630ce29c05ef80b06ba4e84c627"},"previous_names":["dooboolab/flutter_sound"],"tags_count":337,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Canardoux%2Fflutter_sound","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Canardoux%2Fflutter_sound/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Canardoux%2Fflutter_sound/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Canardoux%2Fflutter_sound/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Canardoux","download_url":"https://codeload.github.com/Canardoux/flutter_sound/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239598998,"owners_count":19665923,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["audio-player","audio-recorder","flutter"],"created_at":"2024-07-30T09:00:26.764Z","updated_at":"2025-11-21T13:30:16.507Z","avatar_url":"https://github.com/Canardoux.png","language":"HTML","funding_links":[],"categories":["Components"],"sub_categories":["Media"],"readme":"---\ntitle: Flutter Sound\ndescription: The Flutter Sound Project README\npermalink: fs-README.html\nsummary: The Flutter Sound Project README.\n---\n## Documentation\n\n- ## Flutter Sound user : your doc [is here](https://tau.canardoux.xyz/fs-README.html)\n- ## The CHANGELOG [is here](https://tau.canardoux.xyz/fs-CHANGELOG.html)\n\n## Flutter Sound stands for Ukraine\n\n{% include image.html file=\"2-year-old-irish-girl-ukrainian.jpg\"  caption=\"Peace for Ukraine\" %}\n{% include image.html file=\"banner.png\"  caption=\"Stand up For Ukraine : Street Art\" %}\n\n![pub version](https://img.shields.io/pub/v/flutter_sound.svg?style=flat-square)\n\n## Flutter Sound as a τ Project\n\nFlutter Sound is a set of libraries which deal with audio :\n\n- A player for audio playback\n- A recorder for recording audio\n- Several utilities to handle audio files\n\n![Demo](https://user-images.githubusercontent.com/27461460/77531555-77c9ec00-6ed6-11ea-9813-320f943b08cc.gif)\n\n## Overview\n\nFlutter Sound is a library package allowing you to play and record audio for :\n\n* iOS\n* Android\n* Web\n\nThe Flutter Sound package supports playback from:\n\n* Dart buffers\n* Assets\n* Files\n* URL\n* Streams\n\nThe Flutter Sound package supports recording to:\n\n* Dart buffers\n* Files\n* Streams\n\n## SDK requirements\n\n* Flutter Sound requires an iOS 10.0 SDK \\(or later\\)\n* Flutter Sound requires an Android 21 \\(or later\\)\n\n## Examples \\(Demo Apps\\)\n\nFlutter Sound comes with several [Demo/Examples]((https://github.com/Canardoux/flutter_sound/tree/master/example/lib)).\n\nYou can run a live view of these examples [here](TODO).\n\n## Features\n\nThe Flutter Sound package includes the following features :\n\n* Play and Record τ or music with various codecs. \\(See [the supported codecs here](fs_guides_codec.html)\\)\n* Play local or remote files specified by their URL.\n* Play assets.\n* Record to a live stream Stream\n* Playback from a live Stream\n* Support for releasing/resuming resources when the app pauses/resumes.\n* Record to a Dart Stream\n* Playback from a Dart Stream\n\n## Flutter Sound and Streams\n\nStreams support are a main Flutter Sound feature that you must not overview.\n\n- Flutter Sound can record to a dart stream of audio data (PCM Float32 or PCM Int16). This let you process live audio data in dart, or send these data to a remote host.\n- Flutter Sound can playback from a dart stream of audio data (PCM Float32 or PCM Int16). This let play live audio data generated from dart\n(sequencer, sound generator, ...) or from a remote host.\n\nYou can look to the [FS Streams guide](fs_guides_streams.html).\n\n## License\n\n- Flutter Sound is published under the MPL-2.0 License.\n- Flutter Sound is copyrighted by Dooboolab and Canardoux.\n- Flutter Sound is now released under the permissive Mozilla license which has a **weak** *copyleft* clause: if you modify some of Flutter Sound code you must publish your modifications under the MPL license too. But you may publish your App with any license you want. Even a Proprietary/Closed-Sources License (shame on you!).\n\n## Taudio\n\nThe current Flutter Sound version is 9.x. [Taudio](TODO) is a new name for Flutter Sound 10.0. Taudio is actually in a developement state. It is an Alpha version. Even not a Beta version. There are many things to do before you can use it. Specially:\n- A documentation (TODO)\n- A support of the three main platforms:\n   - Web\n   - iOS (TODO)\n   - Android (TODO)\n\nTaudio is (will be) released under the Gnu Public Licence v3 (GPL v3). This mean that if you don't want, cannot or maynot release your App under a GPL License, you must stuck with Flutter Sound 9.x. This is not a big deal: Flutter Sound v 9.x will be maintain for a forseable future.\n\nTaudio is a complete rewritten of Flutter Sound 9.x. It keeps compatibility with the Flutter Sound 9.x API but adds a new wrapper above [Etau](TODO]).\n\n## Etau\n\nThis is (will be) an implementation on flutter of the [W3C Web Audio API](TODO).\nEtau is actually in a developement state. It is an Alpha version. Even not a Beta version. There are many things to do before you can use it. Specially:\n\n- A documentation (TODO)\n- A support of the three main platforms:\n   - Web\n   - iOS (TODO)\n   - Android (TODO)\n\nThe Web Audio API is terrific:\n\n- It is a W3C recommandation\n- It has a great [documentation from Moziilla](TODO)\n- It is really powerful\n- It is simple to use\n\nBecause the Web Audio API is a W3C recommandation, you can find very good documentations on the Web. Of course, the Mozilla documentation but also from other sources.\nIn a few words, the Web Audio API let you assembly `nodes` as a string, from a Source Node (perhaps the mic), to a Destination Node (perhaps the speaker), threw several nodes able to process the sound (echo, analyzer, panner, distorder, ...). But you should look to the Mozilla documentation which is very good.\n\nYou will have to ask yourself if you must use Taudio (which is a wrapper around Etau), or directly Etau.\nThe W3C recommandation is powerful but simple to use. There are probably not many reason to use Taudio.\n\nEtau is (will be) released under the Gnu Public Licence v3 (GPL v3).\n\n## We need help\n\n{% include important.html content=\"\nWe greatly appreciate any contributions to the project which can be as simple as providing feedback on the API or documentation.\n\"%}.\n\nActually, I am almost alone to maintain and develop three important projects :\n- Flutter Sound 9.x\n- Taudio (flutter Sound 10.0)\n- Etau\n\nThis is too much on my shoulders. We desesperatly need at least one other developer.\n\n## Thanks\n\n{% include note.html content=\"\nIf you like my work, you can click on the `Thumb up` button of the top of the pub.dev page.\nThis is free and this will reassure me that **I do not spend most of my life for nobody**.\n\" %}","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCanardoux%2Fflutter_sound","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FCanardoux%2Fflutter_sound","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCanardoux%2Fflutter_sound/lists"}