| From | Sent On | Attachments |
|---|---|---|
| tim vets | Sep 12, 2011 10:08 am | |
| Hans-Christoph Steiner | Sep 12, 2011 10:19 am | |
| tim vets | Sep 12, 2011 10:59 am | |
| Mathieu Bouchard | Sep 12, 2011 11:05 am | |
| Miller Puckette | Sep 12, 2011 2:10 pm | |
| Hans-Christoph Steiner | Sep 12, 2011 2:11 pm | |
| tim vets | Sep 13, 2011 2:35 am | |
| Charles Goyard | Sep 13, 2011 3:58 am | |
| jwind | Sep 13, 2011 4:11 am | |
| Mathieu Bouchard | Sep 13, 2011 1:02 pm | |
| Bastiaan van den Berg | Sep 14, 2011 12:24 am | |
| Charles Goyard | Sep 14, 2011 12:49 am | .Other |
| tim vets | Sep 21, 2011 4:47 am |
| Subject: | Re: [PD] cat /boot/vmlinuz-2.6.35-30-generic > /dev/dsp ? | |
|---|---|---|
| From: | Miller Puckette (ms...@ucsd.edu) | |
| Date: | Sep 12, 2011 2:10:27 pm | |
| List: | at.iem.pd-list | |
table's "read" message only reads in ascii files. To read binaries use "soundfiler" which can be asked to ignore header information and read in raw 2s-complement data. Or if you really want to jump a few feet, try reading it in as floating point.
/dev/dsp belonged to the OSS sound system which ALSA is supposed to be able to emulate. depending on your configuration, you might be able to do "sudo modprobe snd-pcm-oss" and get it.... that just worked for me on Fedora anyhow.
cheers Miller
On Mon, Sep 12, 2011 at 07:59:35PM +0200, tim vets wrote:
Hi Hans, thanks, i tried: [; mytable read /boot/vmlinuz-2.6.35-30-generic( but i just get: 'read 0 elements into table of size 1000' any idea? Tim 2011/9/12 Hans-Christoph Steiner <ha...@at.or.at>
Open it as a .wav or .snd. Or just load it directly into an array using the [read( message.
.hc
On Sep 12, 2011, at 1:09 PM, tim vets wrote:
Hi all,
I would like to get the sound of my kernel into pd. cat /boot/vmlinuz-2.6.35-30-**generic > /dev/dsp should be a command I can get the sound of my kernel into the speakers with. However, while I remember having done similar before, right now, on this machine there doesn't even seem to be a /dev/dsp present... also, how would I get this into pd? thanks, Tim
______________________________**_________________ Pd-l...@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/** listinfo/pd-list <http://lists.puredata.info/listinfo/pd-list>
------------------------------**------------------------------**
----------------
'You people have such restrictive dress for women,’ she said, hobbling away in three inch heels and panty hose to finish out another pink-collar temp pool day. - “Hijab Scene #2", by Mohja Kahf
_______________________________________________
Pd-l...@iem.at mailing list
UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
_______________________________________________
Pd-l...@iem.at mailing list
UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list






.Other