Checklist
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
Checklist
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
Affected platforms
Windows
Platform details
Audio Files/URLs/Sources
example.zip
Mockups
No response
Related issues / more information
#1269
Working on PR
yeah