[Csnd] Best Linux on RPi for Csound
Date | 2013-12-16 18:11 |
From | Dominic Melville |
Subject | [Csnd] Best Linux on RPi for Csound |
To those using Csound on a Raspberry Pi, which version of Linux have you found to give the best overall performance? Someone, I can't recall who, mentioned a few weeks ago that Arch was better for CPU usage over the standard Raspian distro, but I'm curious if anyone has found any particular version to provide the best overall performance with Csound.
Thanks Dominic
|
Date | 2013-12-16 18:44 |
From | Tarmo Johannes |
Subject | Re: [Csnd] Best Linux on RPi for Csound |
Hi, 2013 12 16 20:11 kirjutas kuupäeval "Dominic Melville" <dcamelville@gmail.com>:
To those using Csound on a Raspberry Pi, which version of Linux have you found to give the best overall performance? |
Date | 2013-12-16 19:36 |
From | Richard van Bemmelen |
Subject | Re: [Csnd] Best Linux on RPi for Csound |
Hello Dominic, I use Raspbian Wheezy with modest overclocking. Of course the analog output is only 11 bit so a USB audio device is highly recommended. Here are some tips for getting the most out of audio on the RPi:
Richard
2013/12/16 Dominic Melville <dcamelville@gmail.com> To those using Csound on a Raspberry Pi, which version of Linux have you found to give the best overall performance? |
Date | 2013-12-16 19:51 |
From | Dominic Melville |
Subject | [Csnd] Re: Best Linux on RPi for Csound |
Hi Richard, How much are you overclocking the RPi by? I know a few people pushing it quite far with added heatsinks with no ill effects so far, but they're not doing intensive audio work. I'm actually designing my own DAC for it at the moment using a TI IC. The eventual plan is to release it as both a diy kit and a built product in small numbers, it was purely personal but I've been asked about it so much it makes sense to open it up to others.
I'm going to try a few of the available distros but am curious what others have found good so far. Thanks Dominic On Monday, December 16, 2013, Richard van Bemmelen wrote:
|
Date | 2013-12-16 20:04 |
From | Richard van Bemmelen |
Subject | Re: [Csnd] Re: Best Linux on RPi for Csound |
I'm using 800 MHz, the first step after the standard 700 MHz, but I have no data how this improves things.
Keep us posted about your project! Richard 2013/12/16 Dominic Melville <dcamelville@gmail.com> Hi Richard, |
Date | 2013-12-16 20:14 |
From | Dominic Melville |
Subject | [Csnd] Re: Best Linux on RPi for Csound |
Thanks for that. I'll give it a try. I'm keen to squeeze as much as I can out of the RPi as I can see so many possible uses for it with Csound. And I'll be sure to post to the list as soon as my DAC is ready, looking like it'll be mid to late February with my current projects. The DAC isn't the issue as I've built them before, it's the driver that's going to take time as I've never written one from scratch before. That said I've got some great resources and some good example generic drivers and code to work from.
Thanks again Dominic
On Monday, December 16, 2013, Richard van Bemmelen wrote:
|
Date | 2013-12-16 21:52 |
From | Paul Batchelor |
Subject | Re: [Csnd] Re: Best Linux on RPi for Csound |
Raspian (the default raspberry Pi OS) is a port of Debian for the Pi. It is quite a stable distro, and most documentation found online is for the Pi uses Raspian. It works fine for me and is the one I use (for now!) Arch Linux has the distinction of using systemd, which is a new way of handling services. The advantage is that the bootup time is quite fast on the Pi. Documentation can all be found on the Arch wiki.
Apparently there is also a CCRMA pi image you can download and use. This would probably have the realtime kernel for better audio performance. Not sure about this one... -P On Mon, Dec 16, 2013 at 3:14 PM, Dominic Melville <dcamelville@gmail.com> wrote: Thanks for that. I'll give it a try. I'm keen to squeeze as much as I can out of the RPi as I can see so many possible uses for it with Csound. |
Date | 2013-12-16 22:39 |
From | Dave Seidel |
Subject | Re: [Csnd] Re: Best Linux on RPi for Csound |
I have the CCRMA Satellite release, and I like it, but I haven't yet had a chance to dig into real-time performance, or to look at performance very much in general. But it's a distro oriented towards making electronic music, so it has a lot of good tools, and it is intended for use in installations and in conjunction with Arduino. - Dave On Mon, Dec 16, 2013 at 4:52 PM, Paul Batchelor <pbatchelor@berklee.edu> wrote:
|
Date | 2013-12-16 22:55 |
From | Dominic Melville |
Subject | [Csnd] Re: Best Linux on RPi for Csound |
I'll have to check out the satellite release in that case. I've got some projects that are using an RPi connected to a couple of Arduino boards. Cheers for all the comments everyone. Very helpful.
Dominic
On Monday, December 16, 2013, Dave Seidel wrote:
|
Date | 2013-12-18 14:11 |
From | Dominic Melville |
Subject | [Csnd] Re: Best Linux on RPi for Csound |
Wow, satellite is awesome! Loving it so far. Not got Csound on yet, just been playing with PD extended, but it works well. What build of Csound are any of you using on satellite?
Thanks Dominic
On Monday, December 16, 2013, Dominic Melville wrote: I'll have to check out the satellite release in that case. I've got some projects that are using an RPi connected to a couple of Arduino boards. |
Date | 2013-12-18 14:23 |
From | Dave Seidel |
Subject | Re: [Csnd] Re: Best Linux on RPi for Csound |
I built it myself from git. On Wed, Dec 18, 2013 at 9:11 AM, Dominic Melville <dcamelville@gmail.com> wrote: Wow, satellite is awesome! Loving it so far. Not got Csound on yet, just been playing with PD extended, but it works well. |
Date | 2013-12-18 14:31 |
From | Dominic Melville |
Subject | [Csnd] Re: Best Linux on RPi for Csound |
Just a straightforward build or anything I should be aware of? Thanks for that. Can't wait to get Csound running on the RPi. Cheers Dominic
On Wednesday, December 18, 2013, Dave Seidel wrote:
|
Date | 2013-12-18 14:41 |
From | Dave Seidel |
Subject | Re: [Csnd] Re: Best Linux on RPi for Csound |
It was pretty straightforward as I recall (I can't go look at the moment). The main thing I had to do was to edit /etc/apt/sources.list so I could do "apt-get build-dep" to install the Csound dependencies. If you haven't done this before, just edit the file as root, duplicate the first (probably only) line, and on the duplicated line change "deb to "deb-src". - Dave On Wed, Dec 18, 2013 at 9:31 AM, Dominic Melville <dcamelville@gmail.com> wrote: Just a straightforward build or anything I should be aware of? Thanks for that. Can't wait to get Csound running on the RPi. |
Date | 2013-12-18 14:52 |
From | Dominic Melville |
Subject | [Csnd] Re: Best Linux on RPi for Csound |
Thanks for the tip. It's been a while since I did a Csound build, so very helpful. Thanks Dominic
On Wednesday, December 18, 2013, Dave Seidel wrote:
|