-
Notifications
You must be signed in to change notification settings - Fork 89
Issues: RustAudio/rust-portaudio
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Failing build on osx with no prior portaudio installation (rust 1.5 nightly)
#100
opened Oct 15, 2015 by
yupferris
Change return type of
Callback
from CallbackResult
to Result<CallbackResult, Error>
#113
opened Dec 30, 2015 by
mitchmindtree
Crash when
frames
argument passed to blocking stream write
method exceeds internal buffer size
bug
#119
opened Jan 18, 2016 by
kriomant
Change the buffer types within the callback args from
&[S]
to &[[S; N_CHANNELS]]
enhancement
#121
opened Jan 22, 2016 by
mitchmindtree
Add
setter
methods to StreamSettings
to make setting flags easier.
enhancement
#122
opened Jan 22, 2016 by
mitchmindtree
Not installing portaudio correctly (no prior installation) on Windows 10 anniv.
#145
opened Aug 22, 2016 by
ottworks
Previous Next
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.