Releases: sipsorcery-org/SIPSorceryMedia.SDL2
SIPSorceryMedia.SDL2 V1.2 Release
Audio Source/End Point: event triggered if the current device is stopped while in use
Details:
SDL2AudioSource: check if device is not "stopped" while grabbing audio stream (for example if the device is unplugged). If it's the case the event OnAudioSourceError is triggered
SDL2AudioEndPoint: check if device is not "stopped" while playing back audio stream (for example if the device is unplugged). If it's the case the event OnAudioSinkError is triggered
SDL2Helper: Add new methods: IsDeviceStopped, IsDevicePlaying, IsDevicePaused, GetQueuedAudioSize, DequeueAudio and Delay
SIPSorceryMedia.SDL2 v1.1.1
Small improvement and remove compilation warnings
-
Call StartAudio when SetAudioSourceFormat is used.
-
Call StartAudioSink when SetAudioSinkFormat is used.
-
Remove unnecessary reference to package Microsoft.Extensions.Logging.Abstractions.
-
Update code to remove compilation warnings
SIPSorceryMedia.SDL2 V1.1.0 Release
Enhance Audio Source encoding.
Audio Codecs tested: PCMU (G711), PCMA (G711), G722, G729 and Opus
v1.0.0
v1.0.0