v1.1.2
PortAudio v1.1.2
Closed issues:
- BoundsError with large resampling (#5)
- Add source build fallback to BinDeps config (#7)
- Pkg.build("Portaudio") install not working on Arch (#8)
- Error buffer overflow handles accesses invalid
name
field (#12) - un-closed stream can segfault on julia quit (#14)
- flush stale audio on read (#15)
- Include PortAudio DLL with ASIO Support (#16)
- Additional options for lower latency / realtime use (#21)
- switch back to depending on Suppressor.jl (#22)
- Not supporting Julia 1.0 (#34)
- some strange buffer issues (#35)
- Simultaneous write and read (#37)
- Support for PulseAudio (#42)
- Needs windows testing (#45)
- Segfault with input-only stream (#46)
- Register package? (#54)
- Remove circular type definition (#57)
- Get sound working on more CI platforms (#62)
Merged pull requests:
- Update for PortAudio.jl architecture and Julia 1+ (#47) (@wherrera10)
- CompatHelper: add new compat entry for "SampledSignals" at version "2.1" (#61) (@github-actions[bot])
- Combine tests (#65) (@bramtayl)
- Update badges (#68) (@rob-luke)
- Revert "CompatHelper: add new compat entry for "SampledSignals" at version "2.1"" (#69) (@bramtayl)
- add alsa_plugins (#70) (@bramtayl)
- handle C_NULL errors (#71) (@bramtayl)
- Don't prefill empty output (#72) (@bramtayl)
- Add a pull request template (#73) (@rob-luke)
- Send debug to debug (#74) (@bramtayl)
- More coverage (#76) (@bramtayl)
- Run JuliaFormatter (#77) (@bramtayl)
- Avoid circular type definition (#78) (@bramtayl)
- Use Clang wrappers and reduce thread spawning and separate out SampledSignals (#79) (@bramtayl)