Skip to content

Releases: pion/mediadevices

v0.3.11

24 Aug 12:12
3bec69b
Compare
Choose a tag to compare

What's Changed

  • Fix opus codec panic on read after close by @at-wat in #440
  • Utilize audio property latency in microphone AudioRecord by @edaniels in #439

Full Changelog: v0.3.10...v0.3.11

v0.3.10

16 Aug 09:15
8ad810e
Compare
Choose a tag to compare

What's Changed

  • Update libopus static library to correct arch for darwin arm64 by @edaniels in #428
  • Properly close microphone before malgo chunk channel by @edaniels in #436
  • fix PLI and FIR handling, wrongly triggering track.OnEnded by @EmrysMyrddin in #420

Full Changelog: v0.3.9...v0.3.10

v0.3.9

07 Aug 07:56
Compare
Choose a tag to compare

What's Changed

  • Fix closing a camera not closing the associated track by @EmrysMyrddin in #414
  • fix nil reference when a read error occur with copyFrame enabled by @EmrysMyrddin in #417
  • fix race condition in i420 video converter leading to video artefacts by @EmrysMyrddin in #418
  • allow to close the avfoundation device multiple time by @EmrysMyrddin in #419
  • rename opus C function to be compatible with other opus modules by @EmrysMyrddin in #425
  • Fix crash when capturing AudioTracks by @Sean-Der in #427

Full Changelog: v0.3.8...v0.3.9

v0.3.8

25 Jul 15:00
d038133
Compare
Choose a tag to compare

What's Changed

v0.3.7

23 Jun 01:37
5b99500
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.6...v0.3.7

v0.3.6

02 May 04:58
69f9cbe
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.5...v0.3.6

v0.3.5

06 Apr 01:08
0d09f7f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.4...v0.3.5

v0.3.4

04 Apr 07:09
5ba49e0
Compare
Choose a tag to compare

What's Changed

  • Release AVFoundation ReadCloser on camera close by @edaniels in #375
  • Update webcam module to set the camera framerate by @f-fl0 in #390
  • Update golang.org/x/image digest to a8550c1 by in #392
  • Update module github.com/pion/rtp to v1.7.9 by in #386
  • Update module github.com/pion/webrtc/v3 to v3.1.27 by in #369

Full Changelog: v0.3.3...v0.3.4

v0.3.3

18 Mar 06:15
548cdac
Compare
Choose a tag to compare

What's Changed

  • Fixing Stride Handling for OpenH264 by @adamroach in #381
  • Update actions/checkout action to v3 in #383
  • Update actions/setup-go action to v3 in #384
  • Update golang.org/x/image digest to 723b81c in #370
  • Fix scaling functions by @f-fl0 in #385

New Contributors

Full Changelog: v0.3.2...v0.3.3

v0.3.1

21 Nov 14:12
be5f684
Compare
Choose a tag to compare

Bug fixes

  • Allow double close of codecs (#364)

Dependency updates

  • Update module github.com/pion/webrtc/v3 to v3.1.10 (#363)