Skip to content

Releases: sipsorcery-org/SIPSorceryMedia.SDL2

SIPSorceryMedia.SDL2 V1.2 Release

01 Jul 09:47
f784f4b

Choose a tag to compare

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

09 Jun 12:06
8236555

Choose a tag to compare

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

04 May 09:30
5c5e644

Choose a tag to compare

Enhance Audio Source encoding.
Audio Codecs tested: PCMU (G711), PCMA (G711), G722, G729 and Opus

v1.0.0

06 Apr 15:33

Choose a tag to compare

v1.0.0