JuliaAudio / PortAudio.jl

PortAudio wrapper for the Julia programming language, compatible with the JuliaAudio family of packages
Other
115 stars 19 forks source link

work with vector buffers #109

Closed bramtayl closed 2 years ago

bramtayl commented 2 years ago

Allows both vector and matrix buffers

codecov[bot] commented 2 years ago

Codecov Report

Merging #109 (1fa1dd0) into master (9c70141) will decrease coverage by 0.27%. The diff coverage is 75.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #109      +/-   ##
==========================================
- Coverage   97.66%   97.38%   -0.28%     
==========================================
  Files           2        2              
  Lines         342      344       +2     
==========================================
+ Hits          334      335       +1     
- Misses          8        9       +1     
Impacted Files Coverage Δ
src/PortAudio.jl 97.40% <75.00%> (-0.36%) :arrow_down:

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 9c70141...1fa1dd0. Read the comment docs.

bramtayl commented 2 years ago

Not sure how to get coverage on this though...