Ok for small projects, but you're not going to interface a real stage mic or guitar easily. Would be much better if the next pi version comes with an onboard usb controller, which is the main problem for usb audio on the current pi. For now, the UDOO is where it's at for that.
On Mar 12, 2014, at 7:10 PM, pd-list-request@iem.at wrote:
From: "me.grimm" megrimm@gmail.com Subject: [PD] [OT] Raspberry Pi Wolfson Audio Card Date: March 12, 2014 at 6:38:43 PM EDT To: pd_list Listserve pd-list@iem.at
You all see this?
http://www.element14.com/community/community/raspberry-pi/raspberry-pi-acces...
what do you think?
Dan Wilcox @danomatika danomatika.com robotcowboy.com
Hey Dan,
Looks like the UDOO is much better indeed from what you recently posted here. Could you tell us what latency you're achieving ? And which version you're using (with or w/o wifi) ?
Cheers,
Pierre.
2014-03-13 0:49 GMT+01:00 Dan Wilcox danomatika@gmail.com:
Ok for small projects, but you're not going to interface a real stage mic or guitar easily. Would be much better if the next pi version comes with an onboard usb controller, which is the main problem for usb audio on the current pi. For now, the UDOO is where it's at for that.
On Mar 12, 2014, at 7:10 PM, pd-list-request@iem.at wrote:
*From: *"me.grimm" megrimm@gmail.com *Subject: **[PD] [OT] Raspberry Pi Wolfson Audio Card* *Date: *March 12, 2014 at 6:38:43 PM EDT *To: *pd_list Listserve pd-list@iem.at
You all see this?
http://www.element14.com/community/community/raspberry-pi/raspberry-pi-acces...
what do you think?
Dan Wilcox @danomatika danomatika.com robotcowboy.com
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
I don't know the latency. I can try testing that at let you know, but it's definitely good enough for what I need. It is at least lower than 20ms. Acceptable latency for guitar is 12ms, and I think I got around 16ms out of my old setup running on the Pentium III 500Mhz wearable.
The main deal with the UDOO, is that it's multiple cores (2 or 4 depending on the board you buy). This way, the kernel has a core, pd has a core, and there are 2 cores left over for other things (my HID-OSC device daemon, etc).
On Thu, Mar 13, 2014 at 4:32 AM, Pierre Massat pimassat@gmail.com wrote:
Hey Dan,
Looks like the UDOO is much better indeed from what you recently posted here. Could you tell us what latency you're achieving ? And which version you're using (with or w/o wifi) ?
Cheers,
Pierre.
2014-03-13 0:49 GMT+01:00 Dan Wilcox danomatika@gmail.com:
Ok for small projects, but you're not going to interface a real stage mic or guitar easily. Would be much better if the next pi version comes with an onboard usb controller, which is the main problem for usb audio on the current pi. For now, the UDOO is where it's at for that.
On Mar 12, 2014, at 7:10 PM, pd-list-request@iem.at wrote:
*From: *"me.grimm" megrimm@gmail.com *Subject: **[PD] [OT] Raspberry Pi Wolfson Audio Card* *Date: *March 12, 2014 at 6:38:43 PM EDT *To: *pd_list Listserve pd-list@iem.at
You all see this?
http://www.element14.com/community/community/raspberry-pi/raspberry-pi-acces...
what do you think?
Dan Wilcox @danomatika danomatika.com robotcowboy.com
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
While I'm sure that Dan is right that the UDOO is the better choice for USB audio, I do have to say that I've had decent success using my Raspberry Pi as a guitar effects processor, with the Behringer UCG102 interface.
There's definitely a lot of quirkiness to getting it running... for example ALSA gets in an infinite restart loop when attempting low latency on pd-extended, but vanilla starts up fine under the same settings. And then there's the fact that an issue in the kernel screws up USB audio on major distros like Raspbian.
I'm using the Satellite CCRMA distro right now with much better success. So far I've got various delays, a looper, and a waveshaper distortion running within the same patch, at <20ms latency with very few noticeable dropouts. Parameters are adjustable with a QuNeo MIDI controller and with a button attached to the GPIO pins.
The Pi is a bit more affordable than the UDOO boards, but then again I had to buy a powered USB hub. Ultimately for one audio input the Raspberry Pi could probably serve most purposes, while the UDOO is more likely to scale to bigger installations.
Anyone wants to share their experience with the BeagleBoneBlack?
On Thu, Mar 13, 2014 at 3:11 PM, Brian Fay ovaltinevortex@gmail.com wrote:
While I'm sure that Dan is right that the UDOO is the better choice for USB audio, I do have to say that I've had decent success using my Raspberry Pi as a guitar effects processor, with the Behringer UCG102 interface.
There's definitely a lot of quirkiness to getting it running... for example ALSA gets in an infinite restart loop when attempting low latency on pd-extended, but vanilla starts up fine under the same settings. And then there's the fact that an issue in the kernel screws up USB audio on major distros like Raspbian.
I'm using the Satellite CCRMA distro right now with much better success. So far I've got various delays, a looper, and a waveshaper distortion running within the same patch, at <20ms latency with very few noticeable dropouts. Parameters are adjustable with a QuNeo MIDI controller and with a button attached to the GPIO pins.
The Pi is a bit more affordable than the UDOO boards, but then again I had to buy a powered USB hub. Ultimately for one audio input the Raspberry Pi could probably serve most purposes, while the UDOO is more likely to scale to bigger installations.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Am Donnerstag, 13. März 2014, 16:01:20 schrieb Rafael Vega:
Anyone wants to share their experience with the BeagleBoneBlack?
Yes.
Since autumn, i am trying to set up an kit hardware+software with BBB for computer-musicians as stomp box, works quite well, after successfully installed it in a long term sound installation (headless):
some points short:
system:
sound:
I just made a blog on this, but it is not public only for intern usage, if anyone is interested in the IEM-embedded-Sound-Kit (doing some audio over ethernet stuff) i can make it open (after some polishing, especially the english) and release the PD-lib (GPIO,AD,I2C,... interfacing) for these devices.
This dev's should also work for Cubie-boards, Wand-boards, UDOO and other arm based boards.
mfg winfried
PS: Maybe we can start an own thread on this.
On Thu, Mar 13, 2014 at 3:11 PM, Brian Fay ovaltinevortex@gmail.com wrote:
While I'm sure that Dan is right that the UDOO is the better choice for USB audio, I do have to say that I've had decent success using my Raspberry Pi as a guitar effects processor, with the Behringer UCG102 interface.
There's definitely a lot of quirkiness to getting it running... for example ALSA gets in an infinite restart loop when attempting low latency on pd-extended, but vanilla starts up fine under the same settings. And then there's the fact that an issue in the kernel screws up USB audio on major distros like Raspbian.
I'm using the Satellite CCRMA distro right now with much better success. So far I've got various delays, a looper, and a waveshaper distortion running within the same patch, at <20ms latency with very few noticeable dropouts. Parameters are adjustable with a QuNeo MIDI controller and with a button attached to the GPIO pins.
The Pi is a bit more affordable than the UDOO boards, but then again I had to buy a powered USB hub. Ultimately for one audio input the Raspberry Pi could probably serve most purposes, while the UDOO is more likely to scale to bigger installations.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hi,
I've been tried to reduce the size of my setup for a while now, hoping that the RPi would be the solution. I'm definitely interested in your work.
Cheers,
Pierre.
2014-03-18 12:02 GMT+01:00 Winfried Ritsch ritsch@iem.at:
Am Donnerstag, 13. März 2014, 16:01:20 schrieb Rafael Vega:
Anyone wants to share their experience with the BeagleBoneBlack?
Yes.
Since autumn, i am trying to set up an kit hardware+software with BBB for computer-musicians as stomp box, works quite well, after successfully installed it in a long term sound installation (headless):
some points short:
system:
- BBB moved to Debian since this year (good)
- USB Audio works fine und better now with kernel >= 3.12
- Network performance works better with kernel >= 3.12
- IO support doenst use device-tree overlays anymore on kernel > 3.8
- an iio-backend for Jack2 to use the internal AD's in jack for processing sensor data in PD ;-))) but tricky
sound:
- down to 10ms with PD and cheap 8 channel out, 2 in USB soundcard Logilink 7.1 (EUR 19.90)
- 5ms with Logilink stereo USB (EUR 3,90)
- success with audio-cape (stereo, but too expensive for the quality)
- sound quality is normally as bad as on most notebooks, tablets and so on
- but with a trick: filtered 5V supply for the USB-card not the USB power it seems to get reasonable quality (They have all the same chips like expensive USB cards: C-Media)
I just made a blog on this, but it is not public only for intern usage, if anyone is interested in the IEM-embedded-Sound-Kit (doing some audio over ethernet stuff) i can make it open (after some polishing, especially the english) and release the PD-lib (GPIO,AD,I2C,... interfacing) for these devices.
This dev's should also work for Cubie-boards, Wand-boards, UDOO and other arm based boards.
mfg winfried
PS: Maybe we can start an own thread on this.
On Thu, Mar 13, 2014 at 3:11 PM, Brian Fay ovaltinevortex@gmail.com
wrote:
While I'm sure that Dan is right that the UDOO is the better choice for USB audio, I do have to say that I've had decent success using my Raspberry Pi as a guitar effects processor, with the Behringer UCG102 interface.
There's definitely a lot of quirkiness to getting it running... for example ALSA gets in an infinite restart loop when attempting low
latency
on pd-extended, but vanilla starts up fine under the same settings. And then there's the fact that an issue in the kernel screws up USB audio
on
major distros like Raspbian.
I'm using the Satellite CCRMA distro right now with much better
success.
So far I've got various delays, a looper, and a waveshaper distortion running within the same patch, at <20ms latency with very few
noticeable
dropouts. Parameters are adjustable with a QuNeo MIDI controller and
with
a button attached to the GPIO pins.
The Pi is a bit more affordable than the UDOO boards, but then again I
had
to buy a powered USB hub. Ultimately for one audio input the Raspberry
Pi
could probably serve most purposes, while the UDOO is more likely to
scale
to bigger installations.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
--
Ritsch, Winfried, Ao.Univ.Prof. Dipl.-Ing. Institut 17 Elektronische Musik und Akustik 8010 Graz, Inffeldgasse 10/III E-Mail ritsch@iem.at Homepage http://iem.at/ritsch Mobil ++436642439369
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hi,
Thanks for the response.
I am trying to get some free time this weekend for publicate this work for collaboration.
mfg winfried
Am Dienstag, 18. März 2014, 12:43:40 schrieb Pierre Massat:
Hi,
I've been tried to reduce the size of my setup for a while now, hoping that the RPi would be the solution. I'm definitely interested in your work.
Cheers,
Pierre.
2014-03-18 12:02 GMT+01:00 Winfried Ritsch ritsch@iem.at:
Am Donnerstag, 13. März 2014, 16:01:20 schrieb Rafael Vega:
Anyone wants to share their experience with the BeagleBoneBlack?
Yes.
Since autumn, i am trying to set up an kit hardware+software with BBB for computer-musicians as stomp box, works quite well, after successfully installed it in a long term sound installation (headless):
some points short:
system:
- BBB moved to Debian since this year (good)
- USB Audio works fine und better now with kernel >= 3.12
- Network performance works better with kernel >= 3.12
- IO support doenst use device-tree overlays anymore on kernel > 3.8
an iio-backend for Jack2 to use the internal AD's
in jack for processing sensor data in PD ;-))) but tricky
sound:
down to 10ms with PD and cheap 8 channel out, 2 in
USB soundcard Logilink 7.1 (EUR 19.90)
5ms with Logilink stereo USB (EUR 3,90)
success with audio-cape (stereo, but too expensive for the quality)
- sound quality is normally as bad as on most notebooks, tablets and so
on
but with a trick: filtered 5V supply for the USB-card not the USB power
it seems to get reasonable quality (They have all the same chips like expensive USB cards: C-Media)
I just made a blog on this, but it is not public only for intern usage, if anyone is interested in the IEM-embedded-Sound-Kit (doing some audio over ethernet stuff) i can make it open (after some polishing, especially the english) and release the PD-lib (GPIO,AD,I2C,... interfacing) for these devices.
This dev's should also work for Cubie-boards, Wand-boards, UDOO and other arm based boards.
mfg
winfried
PS: Maybe we can start an own thread on this.
On Thu, Mar 13, 2014 at 3:11 PM, Brian Fay ovaltinevortex@gmail.com
wrote:
While I'm sure that Dan is right that the UDOO is the better choice for USB audio, I do have to say that I've had decent success using my Raspberry Pi as a guitar effects processor, with the Behringer UCG102 interface.
There's definitely a lot of quirkiness to getting it running... for example ALSA gets in an infinite restart loop when attempting low
latency
on pd-extended, but vanilla starts up fine under the same settings. And then there's the fact that an issue in the kernel screws up USB audio
on
major distros like Raspbian.
I'm using the Satellite CCRMA distro right now with much better
success.
So far I've got various delays, a looper, and a waveshaper distortion running within the same patch, at <20ms latency with very few
noticeable
dropouts. Parameters are adjustable with a QuNeo MIDI controller and
with
a button attached to the GPIO pins.
The Pi is a bit more affordable than the UDOO boards, but then again I
had
to buy a powered USB hub. Ultimately for one audio input the Raspberry
Pi
could probably serve most purposes, while the UDOO is more likely to
scale
to bigger installations.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
--
Ritsch, Winfried, Ao.Univ.Prof. Dipl.-Ing.
Institut 17 Elektronische Musik und Akustik 8010 Graz, Inffeldgasse 10/III
E-Mail ritsch@iem.at Homepage http://iem.at/ritsch Mobil ++436642439369
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On 18/03/14 22:02, Winfried Ritsch wrote:
Am Donnerstag, 13. März 2014, 16:01:20 schrieb Rafael Vega:
Anyone wants to share their experience with the BeagleBoneBlack?
Yes.
Since autumn, i am trying to set up an kit hardware+software with BBB for computer-musicians as stomp box, works quite well, after successfully installed it in a long term sound installation (headless):
some points short:
system:
- BBB moved to Debian since this year (good)
that is very good to hear!
and the rest means they seem a good choice for embedded, the USB implementation on the Pis really is a pain,and means you need to be very selective about what you try to do.
Simon
Am Mittwoch, 19. März 2014, 00:24:25 schrieb Simon Wise:
On 18/03/14 22:02, Winfried Ritsch wrote:
Am Donnerstag, 13. März 2014, 16:01:20 schrieb Rafael Vega:
Anyone wants to share their experience with the BeagleBoneBlack?
Yes.
Since autumn, i am trying to set up an kit hardware+software with BBB for computer-musicians as stomp box, works quite well, after successfully installed it in a long term sound installation (headless):
some points short:
system:
- BBB moved to Debian since this year (good)
that is very good to hear!
and the rest means they seem a good choice for embedded, the USB implementation on the Pis really is a pain,and means you need to be very selective about what you try to do.
it is also not very clean on others, but improved.
I have never tested a Pi, which kernel version does you use, since there have been updates on USB since 3.12
mfg winfried
On 19/03/14 23:27, Winfried Ritsch wrote:
Am Mittwoch, 19. März 2014, 00:24:25 schrieb Simon Wise:
On 18/03/14 22:02, Winfried Ritsch wrote:
Am Donnerstag, 13. März 2014, 16:01:20 schrieb Rafael Vega:
Anyone wants to share their experience with the BeagleBoneBlack?
Yes.
Since autumn, i am trying to set up an kit hardware+software with BBB for computer-musicians as stomp box, works quite well, after successfully installed it in a long term sound installation (headless):
some points short:
system:
- BBB moved to Debian since this year (good)
that is very good to hear!
and the rest means they seem a good choice for embedded, the USB implementation on the Pis really is a pain,and means you need to be very selective about what you try to do.
it is also not very clean on others, but improved.
I have never tested a Pi, which kernel version does you use, since there have been updates on USB since 3.12
a couple of projects last year used usb, but trying several different dongles found ones that worked well enough, so we left it at that. My current project is HDMI only (plus ethernet for setting up only), so I'm not so worried ... they are not here at the moment so can't check, but notes suggest 3.13 probably, I've not updated since last year. I'll upgrade tolatest raspbian when they are back.
Simon.
Thank you, Winfried!! :D
in jack for processing sensor data in PD ;-))) but tricky
I'm quite interested in this. Will you make this available in your blog?
- but with a trick: filtered 5V supply for the USB-card not the USB power
it seems to get reasonable quality (They have all the same chips like expensive USB cards: C-Media)
You mean hooking up the sound card to a different powers supply? I guess the ones you are using are not USB powered?
and release the PD-lib (GPIO,AD,I2C,... interfacing) for these devices.
Awesoooommeee!!! :D :D
hi, nice! one question:
On 18 Mar 2014, at 12:02, Winfried Ritsch ritsch@iem.at wrote:
Am Donnerstag, 13. März 2014, 16:01:20 schrieb Rafael Vega:
Anyone wants to share their experience with the BeagleBoneBlack?
Yes.
Since autumn, i am trying to set up an kit hardware+software with BBB for computer-musicians as stomp box, works quite well, after successfully installed it in a long term sound installation (headless):
some points short:
system:
- BBB moved to Debian since this year (good)
- USB Audio works fine und better now with kernel >= 3.12
- Network performance works better with kernel >= 3.12
- IO support doenst use device-tree overlays anymore on kernel > 3.8
- an iio-backend for Jack2 to use the internal AD's in jack for processing sensor data in PD ;-))) but tricky
does this mean, we get a “sound” i.e adc~ in from the internal ad’s?
sound:
- down to 10ms with PD and cheap 8 channel out, 2 in USB soundcard Logilink 7.1 (EUR 19.90)
- 5ms with Logilink stereo USB (EUR 3,90)
- success with audio-cape (stereo, but too expensive for the quality)
- sound quality is normally as bad as on most notebooks, tablets and so on
- but with a trick: filtered 5V supply for the USB-card not the USB power it seems to get reasonable quality (They have all the same chips like expensive USB cards: C-Media)
I just made a blog on this, but it is not public only for intern usage, if anyone is interested in the IEM-embedded-Sound-Kit (doing some audio over ethernet stuff) i can make it open (after some polishing, especially the english) and release the PD-lib (GPIO,AD,I2C,... interfacing) for these devices.
This dev's should also work for Cubie-boards, Wand-boards, UDOO and other arm based boards.
mfg winfried
PS: Maybe we can start an own thread on this.
On Thu, Mar 13, 2014 at 3:11 PM, Brian Fay ovaltinevortex@gmail.com wrote:
While I'm sure that Dan is right that the UDOO is the better choice for USB audio, I do have to say that I've had decent success using my Raspberry Pi as a guitar effects processor, with the Behringer UCG102 interface.
There's definitely a lot of quirkiness to getting it running... for example ALSA gets in an infinite restart loop when attempting low latency on pd-extended, but vanilla starts up fine under the same settings. And then there's the fact that an issue in the kernel screws up USB audio on major distros like Raspbian.
I'm using the Satellite CCRMA distro right now with much better success. So far I've got various delays, a looper, and a waveshaper distortion running within the same patch, at <20ms latency with very few noticeable dropouts. Parameters are adjustable with a QuNeo MIDI controller and with a button attached to the GPIO pins.
The Pi is a bit more affordable than the UDOO boards, but then again I had to buy a powered USB hub. Ultimately for one audio input the Raspberry Pi could probably serve most purposes, while the UDOO is more likely to scale to bigger installations.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
--
Ritsch, Winfried, Ao.Univ.Prof. Dipl.-Ing. Institut 17 Elektronische Musik und Akustik 8010 Graz, Inffeldgasse 10/III E-Mail ritsch@iem.at Homepage http://iem.at/ritsch Mobil ++436642439369
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Am Freitag, 21. März 2014, 09:04:00 schrieb Simon Iten:
hi, nice! one question:
On 18 Mar 2014, at 12:02, Winfried Ritsch ritsch@iem.at wrote:
Am Donnerstag, 13. März 2014, 16:01:20 schrieb Rafael Vega:
Anyone wants to share their experience with the BeagleBoneBlack?
Yes.
Since autumn, i am trying to set up an kit hardware+software with BBB for computer-musicians as stomp box, works quite well, after successfully installed it in a long term sound installation (headless):
some points short:
system:
- BBB moved to Debian since this year (good)
- USB Audio works fine und better now with kernel >= 3.12
- Network performance works better with kernel >= 3.12
- IO support doenst use device-tree overlays anymore on kernel > 3.8
an iio-backend for Jack2 to use the internal AD's
in jack for processing sensor data in PD ;-))) but tricky
does this mean, we get a “sound” i.e adc~ in from the internal ad’s?
yes, so we use PD dsp-objects to process the data. but samplerate can be different.
mfg winfried
nifty!
On 21 Mar 2014, at 14:31, Winfried Ritsch ritsch@iem.at wrote:
Am Freitag, 21. März 2014, 09:04:00 schrieb Simon Iten:
hi, nice! one question:
On 18 Mar 2014, at 12:02, Winfried Ritsch ritsch@iem.at wrote:
Am Donnerstag, 13. März 2014, 16:01:20 schrieb Rafael Vega:
Anyone wants to share their experience with the BeagleBoneBlack?
Yes.
Since autumn, i am trying to set up an kit hardware+software with BBB for computer-musicians as stomp box, works quite well, after successfully installed it in a long term sound installation (headless):
some points short:
system:
- BBB moved to Debian since this year (good)
- USB Audio works fine und better now with kernel >= 3.12
- Network performance works better with kernel >= 3.12
- IO support doenst use device-tree overlays anymore on kernel > 3.8
- an iio-backend for Jack2 to use the internal AD's
in jack for processing sensor data in PD ;-))) but tricky
does this mean, we get a “sound” i.e adc~ in from the internal ad’s?
yes, so we use PD dsp-objects to process the data. but samplerate can be different.
mfg winfried
--
Ritsch, Winfried, Ao.Univ.Prof. Dipl.-Ing. Institut 17 Elektronische Musik und Akustik 8010 Graz, Inffeldgasse 10/III E-Mail ritsch@iem.at Homepage http://iem.at/ritsch Mobil ++436642439369
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
hey dan, do you have to tell pd to use it’s own core on udoo, or does it so automagically? has this something to do with the cpu group from your script (it did not exist on my system)
cheers
On 13 Mar 2014, at 15:46, Dan Wilcox danomatika@gmail.com wrote:
I don't know the latency. I can try testing that at let you know, but it's definitely good enough for what I need. It is at least lower than 20ms. Acceptable latency for guitar is 12ms, and I think I got around 16ms out of my old setup running on the Pentium III 500Mhz wearable.
The main deal with the UDOO, is that it's multiple cores (2 or 4 depending on the board you buy). This way, the kernel has a core, pd has a core, and there are 2 cores left over for other things (my HID-OSC device daemon, etc).
On Thu, Mar 13, 2014 at 4:32 AM, Pierre Massat pimassat@gmail.com wrote: Hey Dan,
Looks like the UDOO is much better indeed from what you recently posted here. Could you tell us what latency you're achieving ? And which version you're using (with or w/o wifi) ?
Cheers,
Pierre.
2014-03-13 0:49 GMT+01:00 Dan Wilcox danomatika@gmail.com: Ok for small projects, but you're not going to interface a real stage mic or guitar easily. Would be much better if the next pi version comes with an onboard usb controller, which is the main problem for usb audio on the current pi. For now, the UDOO is where it's at for that.
On Mar 12, 2014, at 7:10 PM, pd-list-request@iem.at wrote:
From: "me.grimm" megrimm@gmail.com Subject: [PD] [OT] Raspberry Pi Wolfson Audio Card Date: March 12, 2014 at 6:38:43 PM EDT To: pd_list Listserve pd-list@iem.at
You all see this?
http://www.element14.com/community/community/raspberry-pi/raspberry-pi-acces...
what do you think?
Dan Wilcox @danomatika danomatika.com robotcowboy.com
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- Dan Wilcox danomatika.com robotcowboy.com _______________________________________________ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Mm well the kernel does it as far as I could tell by watching htop. I think the latently is mainly due to the Linaro image not being hard float ...
Dan Wilcox danomatika.com robotcowboy.com
On Mar 17, 2014, at 12:41 PM, Simon Iten itensimon@gmail.com wrote:
hey dan, do you have to tell pd to use it’s own core on udoo, or does it so automagically? has this something to do with the cpu group from your script (it did not exist on my system)
cheers
On 13 Mar 2014, at 15:46, Dan Wilcox danomatika@gmail.com wrote:
I don't know the latency. I can try testing that at let you know, but it's definitely good enough for what I need. It is at least lower than 20ms. Acceptable latency for guitar is 12ms, and I think I got around 16ms out of my old setup running on the Pentium III 500Mhz wearable.
The main deal with the UDOO, is that it's multiple cores (2 or 4 depending on the board you buy). This way, the kernel has a core, pd has a core, and there are 2 cores left over for other things (my HID-OSC device daemon, etc).
On Thu, Mar 13, 2014 at 4:32 AM, Pierre Massat pimassat@gmail.com wrote:
Hey Dan,
Looks like the UDOO is much better indeed from what you recently posted here. Could you tell us what latency you're achieving ? And which version you're using (with or w/o wifi) ?
Cheers,
Pierre.
2014-03-13 0:49 GMT+01:00 Dan Wilcox danomatika@gmail.com:
Ok for small projects, but you're not going to interface a real stage mic or guitar easily. Would be much better if the next pi version comes with an onboard usb controller, which is the main problem for usb audio on the current pi. For now, the UDOO is where it's at for that.
On Mar 12, 2014, at 7:10 PM, pd-list-request@iem.at wrote:
From: "me.grimm" megrimm@gmail.com Subject: [PD] [OT] Raspberry Pi Wolfson Audio Card Date: March 12, 2014 at 6:38:43 PM EDT To: pd_list Listserve pd-list@iem.at
You all see this?
http://www.element14.com/community/community/raspberry-pi/raspberry-pi-acces...
what do you think?
Dan Wilcox @danomatika danomatika.com robotcowboy.com
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- Dan Wilcox danomatika.com robotcowboy.com _______________________________________________ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list