ooga04_speaker 0.0.10 copy "ooga04_speaker: ^0.0.10" to clipboard
ooga04_speaker: ^0.0.10 copied to clipboard

outdated

Playing audio file

speaker #

Play the specified resource as audio.

Feature #

  • Speaking resources over HTTP(S)
  • Plays audio even when the app is in the background
  • You can define what happens when playback ends (normal or abnormal)
  • There is no way to stop it if it starts in the current version
  • iOS isn't support.

Usage #


  var _speaker = Speaker(onSpeakEnd: () async {
    // Write processing at the speak end.
  });

  await _speaker.play("speaking resource");


  var _speaker = Speaker(onSpeakEnd: () async {
    // Write processing at the all speak end.
  });

  await _speaker.plays(["speaking resource1", "speaking resource2"]);

0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Playing audio file

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on ooga04_speaker