rust-portaudio icon indicating copy to clipboard operation
rust-portaudio copied to clipboard

PortAudio bindings and wrappers for Rust.

Results 43 rust-portaudio issues
Sort by recently updated
recently updated
newest added

I experienced an issue where portaudio is not detected during the build process (even if pkgconfig and portaudio), which results in an attempt to build portaudio, which fails on systems...

My understanding is if I don't have a prior portaudio installation on my system, this build should download it and we're good to go. That doesn't seem to be the...

When running the example non_blocking, I get: ``` ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side ALSA lib pulse.c:243:(pulse_connect) PulseAudio:...

The callback is passed a `'static` reference to the audio buffer ([here](https://github.com/RustAudio/rust-portaudio/blob/9b7dfad9f15cf136c7e739f021f194663cabc680/src/stream.rs#L463) and [here](https://github.com/RustAudio/rust-portaudio/blob/9b7dfad9f15cf136c7e739f021f194663cabc680/src/stream.rs#L143); also see `Output` and `Duplex`), which allows the reference to outlive the duration of the callback....

Installation portaudio on windows-msvc. Users must put Git, devenv, and msbuild through the system path. As for msbuild and devenv, maybe there's a way to get rid of the path,...

Per the banner at the top of https://travis-ci.org, travis-ci.org is shutting down in a few weeks. CI should be migrated to travis-ci.com or maybe GitHub Actions. For both of these...

I tried running the blocking api example [1] in a test project and it crashed. It crashes inside an alsa lib function after calling `stream.get_stream_write_available` in the example code. This...

As found in `RustAudio/synth` -> https://github.com/RustAudio/synth/issues/50 At [this line of the example](https://github.com/RustAudio/synth/blob/master/examples/test.rs#L100) whenever a synth is started sounds never stop playing as the time and the counter do not flow:...

looks like jack functions are no longer there? should I be using a specific version of portaudio? ``` bburdette@BB-5520:~/code/cyclofraust$ apt list --installed | grep portaudio WARNING: apt does not have...

``` error: linking with `gcc` failed: exit code: 1 note: "gcc" "-Wl,--enable-long-section-names" "-fno-use-linker-plugin" "-Wl,--nxcompat" "-nostdlib" "-m64" "E:\\Rust stable GNU 1.9\\lib\\rustlib\\x86_64-pc-windows-gnu\\lib\\crt2.o" "E:\\Rust stable GNU 1.9\\lib\\rustlib\\x86_64-pc-windows-gnu\\lib\\rsbegin.o" "-L" "E:\\Rust stable GNU 1.9\\lib\\rustlib\\x86_64-pc-windows-gnu\\lib" "E:\\Scripts\\audiomosaic\\target\\debug\\audiomosaic.0.o"...