-
Notifications
You must be signed in to change notification settings - Fork 258
Closed
Description
Package version
5.1.2
Environment
- OS: Android
Describe the bug
.listen has no data unless encoder: AudioEncoder.pcm16bits
is used, yet no error is triggered. All other AudioEncoders fail silently, despite working just fine when start() is used instead of startStream().
Furthermore, even if pcm16bits is used with startStream(), there is no documented way to play it back.
Furthermore, when pcm16bits is used with start(), it produces a file that cannot be played back via AudioPlayer(), unlike all other AudioEncoder formats.
If I am wrong and startStream is not unusable (either with pcm16bits or other), then an example file needs to be written to show how to utilize startStream to produce an output that can be played back with AudioPlayer().
Metadata
Metadata
Assignees
Labels
No labels