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 `soundsc` #3

Closed JeffFessler closed 2 years ago

JeffFessler commented 2 years ago

Add soundsc function to emulate Matlab and scale signals to be in the range [-1,1].

codecov-commenter commented 2 years ago

Codecov Report

Merging #3 (f07b70d) into main (ba07cc0) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main        #3   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines            8        10    +2     
=========================================
+ Hits             8        10    +2     
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 ba07cc0...f07b70d. Read the comment docs.