pion / mediadevices

Go implementation of the MediaDevices API.
https://pion.ly/
MIT License
521 stars 120 forks source link

Utilize audio property latency in microphone AudioRecord #439

Closed edaniels closed 1 year ago

edaniels commented 1 year ago

This was causing issues with recording when miniaudio interpreted the latency on its own to 10ms.

codecov[bot] commented 1 year ago

Codecov Report

Merging #439 (d8f3cd5) into master (58dc90d) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #439   +/-   ##
=======================================
  Coverage   47.81%   47.81%           
=======================================
  Files          67       67           
  Lines        4476     4476           
=======================================
  Hits         2140     2140           
  Misses       2209     2209           
  Partials      127      127           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.