JuliaAudio / PortAudio.jl

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

Add tone with buffer example #117

Closed JeffFessler closed 2 years ago

JeffFessler commented 2 years ago

Seems like none of the existing examples illustrate how to use repeated calls to write with a buffer of samples at a time. This is quite basic, but hopefully still helpful for beginners.

codecov[bot] commented 2 years ago

Codecov Report

Merging #117 (290f01e) into master (19a4993) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #117   +/-   ##
=======================================
  Coverage   97.40%   97.40%           
=======================================
  Files           2        2           
  Lines         347      347           
=======================================
  Hits          338      338           
  Misses          9        9           

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 19a4993...290f01e. Read the comment docs.

bramtayl commented 2 years ago

Looks good to me!