Skip to content

Source Bytes for Windows #1600

@dogukangulyasar

Description

@dogukangulyasar

Checklist

  • I made sure that the issue I am raising doesn't already exist

Use case / Problem

As discussed in #1269, there is no implementation byte source for Windows. This feature will implement bytes source for Windows for .mp3 formatted files.

Proposal / Solution

Using byte source in Windows operating system.

Example Code

Example Code
void main() {
    final player = AudioPlayer();
    player.play(BytesSource(data)); // which is data is UInt8List type stream.
}

Affected platforms

Windows

Platform details

  • It should be implemented on Linux/MacOS/Web as well. I will try it when I become available again.
  • Should be used platform-specific media player APIs.
  • There is no required package or anything else for this implementation.

Audio Files/URLs/Sources

example.zip

Mockups

No response

Related issues / more information

#1269

Working on PR

yeah

Metadata

Metadata

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions