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 ..

Read more

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 ..

Read more

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 ✔️ ✔️ ✔️ ..

Read more

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 ..

Read more

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. ..

Read more

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 ..

Read more

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 ..

Read more

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 ..

Read more

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, ..

Read more