JeffFessler / Sound.jl

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

Use `framerate` not 8192 as default sampling rate #7

Closed JeffFessler closed 2 years ago

JeffFessler commented 2 years ago

Addresses #5 and jettisons the very historical default rate of 8192 Hz. This will force the caller to specify the sampling rate for signal types (like Vectors) that do not have an associated type.

codecov[bot] commented 2 years ago

Codecov Report

Merging #7 (3733cd1) into main (239c4de) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main        #7   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines           13        14    +1     
=========================================
+ Hits            13        14    +1     
Impacted Files Coverage Δ
src/Sound.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 c6a3e3b...3733cd1. Read the comment docs.