Skip to content

startStream issues #414

@JinYi-Tsinghua

Description

@JinYi-Tsinghua

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions