howler.dart icon indicating copy to clipboard operation
howler.dart copied to clipboard

Dart audio library for the modern web. Dart port of Howler.js (https://github.com/goldfire/howler.js)

Results 2 howler.dart issues
Sort by recently updated
recently updated
newest added

Actually the plugin only accepts a path What if the sound is already in memory? Just proposing. I have found a nice method in another plugin https://github.com/ukasz123/soundpool `Future loadUint8List(Uint8List rawSound,...