[PD] another user experience with raspberry pi

Cyrille Henry ch at chnry.net
Fri Sep 14 00:24:47 CEST 2012



Le 14/09/2012 00:14, Tedb0t a écrit :
> Awesome info—how did it sound?  Any distortion?  I've got to try this soon.
hdmi is digital audio out, the sound quality depend on the analogue converter. (in this case, we use my screen converter, so it was not perfect).
the usb soundcard is better. you can also have plug and play sound card that have a spdif output edirol ua-1X by example), so you can use any good quality converter.

cheers
c



>
> —T3db0t
>
> On Sep 13, 2012, at 6:08 PM, Cyrille Henry wrote:
>
>> hello,
>>
>> Antoine and I did few test on a raspberry pi.
>>
>> to summarise, we did :
>> - use standard  raspbian installation
>> - modify /etc/security/limits.conf as sugested by miller (adding : "* - rtprio 99" and "* - memlock 1000000000")
>> - sudo apt-get update, upgrade and install git tk8.5-dev libasound2-dev
>>
>> git clone git://pure-data.git.sourceforge.net/gitroot/pure-data/pure-data
>> copy the configure file from pd 0.43
>> cd src , ./configure, make and sudo make install
>>
>> adding -rt in pd startup flag
>>
>>
>> using the integrated HDMI audio out gives 20ms audio buffer minimum to avoid click, when cpu is unused.
>> with nusmuk-audio analog synth emulation (that use 35% cpu when the oscilloscope is removed), 25 ms buffer give no click, few can appear when moving windows.
>>
>> with an old usb soundcard (edirol ua-1A), 10ms audio buffer is enough to avoid click even when moving windows. (still using the same example patch)
>> (44100 or 48000KHz, block size of 64)
>>
>> in both case, audio input must be disable, we did not manage to use it properly.
>>
>> details instruction (in french) can be seen on Antoine blog :
>> http://antoine.villeret.free.fr/?p=359
>>
>> cheers
>> Cyrille
>>
>>
>>
>>
>>
>>
>> _______________________________________________
>> Pd-list at iem.at mailing list
>> UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
>
>
> _______________________________________________
> Pd-list at iem.at mailing list
> UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
>



More information about the Pd-list mailing list