[Cs-dev] Linux performance
Date | 2006-01-13 15:22 |
From | Victor Lazzarini |
Subject | [Cs-dev] Linux performance |
Csound RT performance on this machine I have updated is not that great. I was running a fairly heavy orc doing phase vocoder demix, which should have been OK and I got a stream of dropouts on the two modules (less on Alsa, which reported constant buffer underruns). I had a look at what the processors were doing (it's a dual machine) and they were at 45-6%, so it was not a problem for the machine. No matter how much I upped the buffer size (up to a reasonable level), I still got underruns. Any suggestions? Should I try some kernel patching? Victor Lazzarini Music Technology Laboratory Music Department National University of Ireland, Maynooth ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2006-01-13 15:31 |
From | Istvan Varga |
Subject | Re: [Cs-dev] Linux performance |
Attachments | None |
Date | 2006-01-13 15:40 |
From | Victor Lazzarini |
Subject | Re: [Cs-dev] Linux performance |
I used the default outdevice (-odac) and anything from -b64 -B512 up to -b2048 -B4096 Victor At 15:31 13/01/2006, you wrote: >On Friday 13 January 2006 16:22, Victor Lazzarini wrote: > > > Csound RT performance on this machine I have updated is not that > > great. I was running a fairly heavy orc doing phase vocoder demix, > > which should have been OK and I got a stream of dropouts on the > > two modules (less on Alsa, which reported constant buffer underruns). > > I had a look at what the processors were doing (it's a dual machine) and > > they were at 45-6%, so it was not a problem for the machine. No matter > > how much I upped the buffer size (up to a reasonable level), I still got > > underruns. > > > > Any suggestions? Should I try some kernel patching? > >What output device and buffer settings did you use ? > > >------------------------------------------------------- >This SF.net email is sponsored by: Splunk Inc. Do you grep through log files >for problems? Stop! Download the new AJAX search engine that makes >searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! >http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click >_______________________________________________ >Csound-devel mailing list >Csound-devel@lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/csound-devel Victor Lazzarini Music Technology Laboratory Music Department National University of Ireland, Maynooth ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2006-01-13 15:50 |
From | Istvan Varga |
Subject | Re: [Cs-dev] Linux performance |
Attachments | None |
Date | 2006-01-13 16:02 |
From | Victor Lazzarini |
Subject | Re: [Cs-dev] Linux performance |
I tried -o dac:hw:0 and I could not run it, as csound says "unable to set sample format requested", whereas with -o dac:plughw:0 it runs as before. The same orc runs on my Windows machine OK (with -b1024). What kernel are you running? Do you have a low-latency patch? Victor At 15:50 13/01/2006, you wrote: >On Friday 13 January 2006 16:40, Victor Lazzarini wrote: > > > I used the default outdevice (-odac) and anything from > > -b64 -B512 up to -b2048 -B4096 > >Try using -o dac:hw:0 with -+rtaudio=alsa (-o dac:hw:1 for >the second card, etc.). Also, PVOC with a large FFT size may >not be friendly to low latency real time audio, due to the >uneven CPU usage. > > >------------------------------------------------------- >This SF.net email is sponsored by: Splunk Inc. Do you grep through log files >for problems? Stop! Download the new AJAX search engine that makes >searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! >http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click >_______________________________________________ >Csound-devel mailing list >Csound-devel@lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/csound-devel Victor Lazzarini Music Technology Laboratory Music Department National University of Ireland, Maynooth ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2006-01-13 19:41 |
From | Iain Duncan |
Subject | Re: [Cs-dev] Linux performance |
> Csound RT performance on this machine I have updated is not that > great. I was running a fairly heavy orc doing phase vocoder demix, > which should have been OK and I got a stream of dropouts on the > two modules (less on Alsa, which reported constant buffer underruns). > I had a look at what the processors were doing (it's a dual machine) and > they were at 45-6%, so it was not a problem for the machine. No matter > how much I upped the buffer size (up to a reasonable level), I still got > underruns. > > Any suggestions? Should I try some kernel patching? Hmm, I got really good results using --sched and --expression-opt and -+rtaudio=alsa even without the kernel patch. But the Ingo Molnar kernel patches definitely make a big difference too. Iain ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |