flpf
flpf
1. You are right, if different sample rates (SR) could be played by the same stream there would be no need to open/close a new stream. On the other hand,...
My ALSA-version is: ``` cat /proc/asound/version Advanced Linux Sound Architecture Driver Version k3.16.1-1-ARCH. ``` and my portaudio version is: ``` PortAudio V19-devel (built Jan 31 2014 21:19:35)% ``` Sometimes, the...
I can't reproduce this error because the play()-function didn't work anymore after I updated the AudioIO-package and julia a couple of weeks ago. I figured it has something to do...
@ssfrr, @shashi Hi, after solving #41 I still have the same error as described above. I just want to let you know that today I noticed that julia is constantly...
Yes, the error message fills the REPL even when julia is idle. I understand the design decision and think this problem is basically my audio setup. I really like to...
Ok. I just did that. The warning messages are gone but I still receive the alsa info: ``` julia using AudioIO WARNING: deprecated syntax "{a=>b, ...}" at /home/fl/.julia/v0.4/AudioIO/src/portaudio.jl:40. Use "Dict{Any,Any}(a=>b,...
Understood. I think I am on the latest portaudio release: ``` julia julia> AudioIO.Pa_GetVersion() 1899 ``` From a portaudio software: ``` PortAudio version number = 1899 PortAudio version text =...
Removing gnome alongside portaudio did not help. Building PortAudio from source reduced the number of warnings but they are still present. I think for now I take the easy way...
Ok. Thank you for looking into this. I'll change that argument and rebuild portaudio.
I was wondering if it would be possible to include something like Octaves 'sound()' or 'soundsc()'function in AudioiO. I just wrote a small script using AudioIO-functions to illustrate the idea....