Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(windows): Support for BytesSource on Windows #1601

Merged
merged 8 commits into from
Sep 23, 2023

Conversation

dogukangulyasar
Copy link
Contributor

@dogukangulyasar dogukangulyasar commented Aug 12, 2023

Description

This PR will support "setSourceBytes" method for Windows OS.

Checklist

  • The title of my PR starts with a Conventional Commit prefix (fix:, feat:, refactor:,
    docs:, chore:, test:, ci: etc).
  • I have read the Contributor Guide and followed the process outlined for submitting PRs.
  • I have updated/added tests for ALL new/updated/fixed functionality.
  • I have updated/added relevant documentation and added dartdoc comments with ///, where necessary.
  • I have updated/added relevant examples in example. // There is no specific usage for it, just like "setSourceUrl".

Breaking Change

  • Yes, this is a breaking change.
  • No, this is not a breaking change.

Related Issues

#1269
Closes #1600
Closes #1467

@dogukangulyasar
Copy link
Contributor Author

@spydon for your interest.

@spydon spydon requested a review from Gustl22 August 12, 2023 14:01
Copy link
Collaborator

@Gustl22 Gustl22 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for taking care of that. I added some comments :D

You may also want to adapt the feature parity table for windows to support byte array.

packages/audioplayers_windows/windows/audio_player.cpp Outdated Show resolved Hide resolved
packages/audioplayers_windows/windows/audio_player.cpp Outdated Show resolved Hide resolved
# Conflicts:
#	packages/audioplayers_windows/windows/audio_player.h
#	packages/audioplayers_windows/windows/audioplayers_windows_plugin.cpp
@Gustl22 Gustl22 changed the title feat: Windows ByteSource support added feat(windows): Support for BytesSource on Windows Sep 23, 2023
@Gustl22 Gustl22 merged commit a9e1471 into bluefireteam:main Sep 23, 2023
7 checks passed
Gustl22 pushed a commit that referenced this pull request Sep 26, 2023
# Description

This PR will support "setSourceBytes" method for Windows OS.

## Related Issues
#1269
Closes #1600
Closes #1467

---------

Co-authored-by: Gustl22 <git@reb0.org>
(cherry picked from commit a9e1471)
Gustl22 added a commit that referenced this pull request Nov 14, 2023
# Description

This PR will support "setSourceBytes" method for Windows OS.

## Related Issues
#1269 
Closes #1600
Closes #1467

---------

Co-authored-by: Gustl22 <git@reb0.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants