The τ Player API
feedFromStream().
feedFromStream()
feedFromStream()
Dart API: feedFromStream().
This is the verb that you use when you want to play live PCM data synchronously. This procedure returns a Future. It is very important that you wait that this Future is completed before trying to play another buffer.
Example:
This example shows how to play Live data, with Back Pressure from Flutter Sound
This example shows how to play some real time sound effects synchronously.
</div>
Last updated
Was this helpful?