Csound Csound-dev Csound-tekno Search About

[Csnd-dev] is this a bug?

Date2015-11-11 21:30
Fromjpff
Subject[Csnd-dev] is this a bug?
It is certainly causing me a lot of agrievation!

./csound -n -o test.wav date.csd
....
--Csound version 6.06 (double samples) Nov  7 2015
graphics suppressed, ascii substituted
0dBFS level = 32768.0
orch now loaded
audio buffered in 256 sample-frame blocks
ALSA lib pcm_dsnoop.c:618:(snd_pcm_dsnoop_open) unable to open slave
 *** Cannot open device 'default' for audio input: No such file or directory
Failed to initialise real time audio input
inactive allocs returned to freespace
end of score.              overall amps:      0.0
           overall samples out of range:        0
1 errors in performance
Elapsed time at end of performance: real: 0.005s, CPU: 0.005s
no sound written to disk

I am writing to disk (or not) so why is it concerned about opening
ALSA access?  This is seriously impinging on my work now as I cannot
test anything

Date2015-11-11 21:46
FromVictor Lazzarini
SubjectRe: [Csnd-dev] is this a bug?
never seen this before. It should not even have tried opening the device.

Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland

> On 11 Nov 2015, at 21:30, jpff  wrote:
> 
> It is certainly causing me a lot of agrievation!
> 
> ./csound -n -o test.wav date.csd
> ....
> --Csound version 6.06 (double samples) Nov  7 2015
> graphics suppressed, ascii substituted
> 0dBFS level = 32768.0
> orch now loaded
> audio buffered in 256 sample-frame blocks
> ALSA lib pcm_dsnoop.c:618:(snd_pcm_dsnoop_open) unable to open slave
> *** Cannot open device 'default' for audio input: No such file or directory
> Failed to initialise real time audio input
> inactive allocs returned to freespace
> end of score.              overall amps:      0.0
>           overall samples out of range:        0
> 1 errors in performance
> Elapsed time at end of performance: real: 0.005s, CPU: 0.005s
> no sound written to disk
> 
> I am writing to disk (or not) so why is it concerned about opening
> ALSA access?  This is seriously impinging on my work now as I cannot
> test anything
> 

Date2015-11-11 21:53
FromVictor Lazzarini
SubjectRe: [Csnd-dev] is this a bug?
you can try adding -+rtaudio=null to avoid loading alsa

Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland

> On 11 Nov 2015, at 21:30, jpff  wrote:
> 
> It is certainly causing me a lot of agrievation!
> 
> ./csound -n -o test.wav date.csd
> ....
> --Csound version 6.06 (double samples) Nov  7 2015
> graphics suppressed, ascii substituted
> 0dBFS level = 32768.0
> orch now loaded
> audio buffered in 256 sample-frame blocks
> ALSA lib pcm_dsnoop.c:618:(snd_pcm_dsnoop_open) unable to open slave
> *** Cannot open device 'default' for audio input: No such file or directory
> Failed to initialise real time audio input
> inactive allocs returned to freespace
> end of score.              overall amps:      0.0
>           overall samples out of range:        0
> 1 errors in performance
> Elapsed time at end of performance: real: 0.005s, CPU: 0.005s
> no sound written to disk
> 
> I am writing to disk (or not) so why is it concerned about opening
> ALSA access?  This is seriously impinging on my work now as I cannot
> test anything
>