-
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixes issues with seek and speed (#109)
* Add support for AudioRecording Options * delete raw file on android after recording stopped and throw exception on ios * ensure recordings and other audio can be played on iOS after a recording session. EnableRate on iOS to ensure speed value can be changed. * fixes #32 : load audio from files on android * fix navigation issue in setter * fixes issues with seek and speed * stream support for android * Try fix CI * Revert "Try fix CI" This reverts commit 10cda9b. * Update Plugin.Maui.Audio.Sample.csproj Co-authored-by: Gerald Versluis <[email protected]> * Update AudioRecorderPageViewModel.cs Co-authored-by: Gerald Versluis <[email protected]> * Update AudioPlayer.macios.cs Co-authored-by: Gerald Versluis <[email protected]> * Update AudioPlayer.macios.cs Co-authored-by: Gerald Versluis <[email protected]> * Update AudioRecordingOptions.cs Co-authored-by: Gerald Versluis <[email protected]> * Update AudioRecordingOptions.cs Co-authored-by: Gerald Versluis <[email protected]> * Update AudioRecordingOptions.cs Co-authored-by: Gerald Versluis <[email protected]> * Update AudioRecordingOptions.cs Co-authored-by: Gerald Versluis <[email protected]> * Update AudioRecordingOptions.cs Co-authored-by: Gerald Versluis <[email protected]> * support for windows recording options * trace error message * bug fixes on windows & support of Alac & Flac * reset csproj * replace observable collections with lists * fix error on ios and final merges * remove redundant code * merging * fix navigation while playing * delay only on windows * workaround for state machine issues on windows * merge * restore some lost changes * Update Plugin.Maui.Audio.Sample.csproj * Update samples/Plugin.Maui.Audio.Sample/ViewModels/MusicPlayerPageViewModel.cs Co-authored-by: Shaun Lawrence <[email protected]> * resolve @bijington's comments --------- Co-authored-by: Gerald Versluis <[email protected]> Co-authored-by: Gerald Versluis <[email protected]> Co-authored-by: Shaun Lawrence <[email protected]>
- Loading branch information
1 parent
d88f00d
commit 1cfdf4c
Showing
10 changed files
with
353 additions
and
184 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.