Promptme Flutter project to prompt yaml inputs for audio recording and give cool features like : Play / Pause / Jump back / Jump forth at any time Edit prompted text on pause Saves modifications to the yaml file Record audio directly from the app (play, pause, resume and stop. outputs are saved as .m4a) ..
Category : Audio
P2P Audio Room A simple audio room using peer to peer technology with WebRTC mesh network. Download the app from here Here I have used:- flutter_webrtc for peer to peer connection. A signalling server running socket.io A public STUN/TURN server Screenshots Download P2P Audio Room app source code on GitHub FlutterappworldProvides the list of the ..
audio_chat A Flutter project to replicate audio chat functionality as seen in popular instant messaging applications. Dependencies The project makes use of the following open source packages just_audio – To interact with audio files from application document storage. font_awesome_flutter – Font Awesome provides a great set of Icon to use in your application. permission_handler – A package to ..
on_audio_query on_audio_query is a Flutter Plugin used to query audios/songs infos [title, artist, album, etc..] from device storage. Help: Any problem? IssuesAny suggestion? Pull request Extensions: on_audio_room – Used to store audio [Favorites, Most Played, etc..]. Topics: Gif Examples How to Install Platforms How to use Examples Gif Examples: Songs Albums Playlists Artists Platforms: Methods Android IOS Web querySongs ✔️ ✔️ ✔️ ..
just_audio just_audio is a feature-rich audio player for Android, iOS, macOS and web. Mixing and matching audio plugins The flutter plugin ecosystem contains a wide variety of useful audio plugins. In order to allow these to work together in a single app, just_audio “just” plays audio. By focusing on a single responsibility, different audio plugins ..
TFlite Audio Plugin for Flutter Audio classification Tflite package for flutter (iOS & Android). Can support Google Teachable Machine models. If you are a complete newbie to audio classification, you can read the tutorial here. Credit to Carolina for writing a comprehensive article. To keep this project alive, please consider being a contributor. A star is also appreciated. ..
SoundCloud Audio Player for Flutter SoundCloud style audio player in Flutter Features Requirements FAQ License Features SoundCloud Audio Player Value types powered by built_value and built_collection State management by bloc Load data from local assets Requirements Flutter: the latest version on flutter dev channel Dart: 2.10.0+ Xcode: 11.5+ Android Studio 4.0.0+ Ruby: 2.4+ CocoaPods: 1.10.0+ Flutter & Dart plugins: Visual ..
flutter_tflite_audio This plugin allows you to use tflite to make audio/speech classifications. Currently supports android, however will update with an IOS version soon. How to add tflite_audio as a dependency: Add tflite_audio as a [dependency in your pubspec.yaml file] How to add tflite model and label to flutter: Place your custom tflite model and labels into the ..
Flutter AudioBooks An audiobook listener and downloader in flutter using librivox API (WIP). Why? I wanted to make a beautiful AudioBook app, free forever as librivox audiobooks are free too. I open-sourced it, as I thought people can learn from it, and also they can help me build it to make it better. Screenshots Download ..
Flutter Sound This plugin provides simple recorder and player functionalities for both Android and iOS platforms. Features Play and Record sounds or music with various codecs. (See the supported codecs here) Play local or remote files specified by their URL. The App playback can be controled from the device lock screen or from an Apple watch ..
just_audio A Flutter plugin to play audio from URLs, files, assets and DASH/HLS streams. This plugin can be used with audio_service to play audio in the background and control playback from the lock screen, Android notifications, the iOS Control Center, and headset buttons. Features Feature Android iOS MacOS Web read from URL Yes Yes Yes Yes read ..
AudioPlayers A Flutter plugin to play multiple simultaneously audio files, works for Android, iOS and macOS. Install This was orginally forked from rxlabz’s audioplayer, but the name was changed to audioplayers (mind the ‘s’); so, to add the dependency: dependencies: audioplayers: ^0.14.0 Discord channel We have created a channel for audioplayers help on Fireslime’s discord, ..