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

Add elementary `record` method #9

Closed JeffFessler closed 2 years ago

JeffFessler commented 2 years ago

Seems like a package with the broad name Sound should have at least one sound input method...

codecov[bot] commented 2 years ago

Codecov Report

Merging #9 (84009a9) into main (c2128cd) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main        #9   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         4    +2     
  Lines           14        30   +16     
=========================================
+ Hits            14        30   +16     
Impacted Files Coverage Δ
src/Sound.jl 100.00% <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 c2128cd...84009a9. Read the comment docs.