Re: [PD] [OT] Raspberry Pi Wolfson Audio Card

2014-03-21 Thread Simon Iten
hi, nice! one question:

On 18 Mar 2014, at 12:02, Winfried Ritsch rit...@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 ovaltinevor...@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-Mailrit...@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

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [OT] Raspberry Pi Wolfson Audio Card

2014-03-21 Thread Winfried Ritsch
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 rit...@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  rit...@iem.at
Homepagehttp://iem.at/ritsch
Mobil   ++436642439369
---

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [OT] Raspberry Pi Wolfson Audio Card

2014-03-21 Thread Simon Iten
nifty!

On 21 Mar 2014, at 14:31, Winfried Ritsch rit...@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 rit...@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  rit...@iem.at
 Homepagehttp://iem.at/ritsch
 Mobil   ++436642439369
 ---
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [OT] Raspberry Pi Wolfson Audio Card

2014-03-19 Thread Winfried Ritsch


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


-- 
---
Ritsch, Winfried, Ao.Univ.Prof. Dipl.-Ing.
   Institut 17 Elektronische Musik und Akustik
   8010 Graz, Inffeldgasse 10/III
E-Mail  rit...@iem.at
Homepagehttp://iem.at/ritsch
Mobil   ++436642439369
---


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [OT] Raspberry Pi Wolfson Audio Card

2014-03-19 Thread Rafael Vega
Thank you, Winfried!! :D


  + an iio-backend for Jack2 to use the internal AD's
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.


Awesmmeee!!! :D :D
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [OT] Raspberry Pi Wolfson Audio Card

2014-03-19 Thread Simon Wise

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.


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [OT] Raspberry Pi Wolfson Audio Card

2014-03-18 Thread Winfried Ritsch
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 ovaltinevor...@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  rit...@iem.at
Homepagehttp://iem.at/ritsch
Mobil   ++436642439369
---


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [OT] Raspberry Pi Wolfson Audio Card

2014-03-18 Thread 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 rit...@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 ovaltinevor...@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  rit...@iem.at
 Homepagehttp://iem.at/ritsch
 Mobil   ++436642439369
 ---


 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [OT] Raspberry Pi Wolfson Audio Card

2014-03-18 Thread 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.

Simon


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [OT] Raspberry Pi Wolfson Audio Card

2014-03-17 Thread Simon Iten
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 danomat...@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 pimas...@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 danomat...@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-requ...@iem.at wrote:
 
 From: me.grimm megr...@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-accessories/wolfson_pi
 
 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

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [OT] Raspberry Pi Wolfson Audio Card

2014-03-17 Thread Dan Wilcox
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 ...

enohp ym morf tnes
--
Dan Wilcox
danomatika.com
robotcowboy.com

On Mar 17, 2014, at 12:41 PM, Simon Iten itensi...@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 danomat...@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 pimas...@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 danomat...@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-requ...@iem.at wrote:
 
 From: me.grimm megr...@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-accessories/wolfson_pi
 
 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
 
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [OT] Raspberry Pi Wolfson Audio Card

2014-03-13 Thread Pierre Massat
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 danomat...@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-requ...@iem.at wrote:

 *From: *me.grimm megr...@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-accessories/wolfson_pi

 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


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [OT] Raspberry Pi Wolfson Audio Card

2014-03-13 Thread Dan Wilcox
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 pimas...@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 danomat...@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-requ...@iem.at wrote:

 *From: *me.grimm megr...@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-accessories/wolfson_pi

 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


Re: [PD] [OT] Raspberry Pi Wolfson Audio Card

2014-03-13 Thread Brian Fay
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


Re: [PD] [OT] Raspberry Pi Wolfson Audio Card

2014-03-13 Thread Rafael Vega
Anyone wants to share their experience with the BeagleBoneBlack?


On Thu, Mar 13, 2014 at 3:11 PM, Brian Fay ovaltinevor...@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




-- 
Rafael Vega
email.r...@gmail.com
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] [OT] Raspberry Pi Wolfson Audio Card

2014-03-12 Thread me.grimm
You all see this?

http://www.element14.com/community/community/raspberry-pi/raspberry-pi-accessories/wolfson_pi

what do you think?
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [OT] Raspberry Pi Wolfson Audio Card

2014-03-12 Thread Dan Wilcox
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-requ...@iem.at wrote:

 From: me.grimm megr...@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-accessories/wolfson_pi
 
 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