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

User-selectable output device #11

Closed JeffFessler closed 2 years ago

JeffFessler commented 2 years ago

Previously it just used the default; this gives the user more control.

codecov[bot] commented 2 years ago

Codecov Report

Merging #11 (42b2659) into main (871ea87) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main       #11   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines           32        55   +23     
=========================================
+ Hits            32        55   +23     
Impacted Files Coverage Δ
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 871ea87...42b2659. Read the comment docs.