JeffFessler / Sound.jl

Provide `sound` & `record` functions for playing & recording audio in Julia. Also Julia version of phase vocoder.
MIT License
25 stars 1 forks source link

Use system-wide default audio devices #12

Closed JeffFessler closed 2 years ago

JeffFessler commented 2 years ago

Following helpful advice here: https://github.com/JuliaAudio/PortAudio.jl/issues/108

codecov[bot] commented 2 years ago

Codecov Report

Merging #12 (cefca48) into main (57c35f4) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main       #12   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines           55        63    +8     
=========================================
+ Hits            55        63    +8     
Impacted Files Coverage Δ
src/sample-buf.jl 100.00% <ø> (ø)
src/record.jl 100.00% <100.00%> (ø)
src/soundsc.jl 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 57c35f4...cefca48. Read the comment docs.