-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates to v3.7.38 (FlyleafLib) / v1.2.34 (FlyleafME) / v1.0.20 (Flyl…
…eafHost.WinUI) - Engine.Audio: Adds support for endpoints with the same FriendlyName but different Id - Engine.Audio: Fixes a deadlock issue duing device removal when the device was assigned to a player - Config: Introduces Decoder.AudioCodecOpt/VideoCodecOpt/SubtitlesCodecOpt to support all codec options per codec type - Config: Introduces Decoder.LowDelay which improves low latency and will be auto-enabled with Player.MaxLatency - FlyeafME: Adds Current Default Device in Audio tab [Breaking Changes] - Engine.Audio.GetDeviceId/GetDeviceName methods removed - Engine.Audio.Devices changed from ObservableCollection<string> to ObservableCollection<AudioEndPoint> - Player.Audio.Device changed from string to AudioEndPoint (can be found in Engine.Audio.Devices) - Player.Audio.DeviceId has been removed
- Loading branch information
Showing
4 changed files
with
17 additions
and
10 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