Hi,
could anybody tell me how to use earplug~ with a different HRTF set of measurements? I understand that the distributed version works with the MIT KEMAR set. I'd like to use a different set, measured closer to the head of the listener.
Thank you!
Julian Villegas, Ph.D. http://julovi.net
Me pregunto de un modo pensativo Que significa ser Colombiano? No se le respondi. Es un acto de fe JLB.
----- Original Message ----
From: "pd-list-request@iem.at" pd-list-request@iem.at To: pd-list@iem.at Sent: Mon, May 24, 2010 7:00:01 PM Subject: Pd-list Digest, Vol 62, Issue 124
Send Pd-list mailing list submissions to
ymailto="mailto:pd-list@iem.at" href="mailto:pd-list@iem.at">pd-list@iem.at
To subscribe or
unsubscribe via the World Wide Web, visit
href="http://lists.puredata.info/listinfo/pd-list" target=_blank
or, via email, send a
message with subject or body 'help' to
ymailto="mailto:pd-list-request@iem.at" href="mailto:pd-list-request@iem.at">pd-list-request@iem.at
You can
reach the person managing the list at
ymailto="mailto:pd-list-owner@iem.at" href="mailto:pd-list-owner@iem.at">pd-list-owner@iem.at
When
replying, please edit your Subject line so it is more specific
than "Re:
Contents of Pd-list digest..."
Today's Topics:
"Scripting languages" ? ( href="mailto:ydegoyon@gmail.com">ydegoyon@gmail.com)
loading an .aif file into an array (Andrew Faraday)
Message:
1
Date: Mon, 24 May 2010 08:09:16 +0200 From: "
ymailto="mailto:ydegoyon@gmail.com" href="mailto:ydegoyon@gmail.com">ydegoyon@gmail.com" < ymailto="mailto:ydegoyon@gmail.com" href="mailto:ydegoyon@gmail.com">ydegoyon@gmail.com>
Subject: Re: [PD]
"Scripting languages" ?
To: Mathieu Bouchard <
ymailto="mailto:matju@artengine.ca" href="mailto:matju@artengine.ca">matju@artengine.ca>
Cc: pd-list
< href="mailto:pd-list@iem.at">pd-list@iem.at>, chrism < ymailto="mailto:chris@mccormick.cx" href="mailto:chris@mccormick.cx">chris@mccormick.cx>
Message-ID:
< href="mailto:4BFA180C.1040302@gmail.com">4BFA180C.1040302@gmail.com>
Content-Type:
text/plain; charset=ISO-8859-1; format=flowed
That was a few years after a fellow undergrad student (at a different
university) told me, very lucidly : ? Now I understand what is
pseudo-code. It's code that doesn't work ? (loosely translated from
French). That's because pseudo-code is designed to be non-runnable.
i
thin k YOU fa.i.l.ed in that case and not your student
hihi
sevil
Message:
2
Date: Mon, 24 May 2010 08:23:19 +0100 From: Andrew Faraday <
ymailto="mailto:jbturgid@hotmail.com" href="mailto:jbturgid@hotmail.com">jbturgid@hotmail.com>
Subject: Re:
[PD] loading an .aif file into an array
To: <
ymailto="mailto:cccadavid@hotmail.com" href="mailto:cccadavid@hotmail.com">cccadavid@hotmail.com>, < ymailto="mailto:pd-list@iem.at" href="mailto:pd-list@iem.at">pd-list@iem.at>
Message-ID: <
ymailto="mailto:COL120-W65C7E0FCDC6E98180F59A3DEE70@phx.gbl" href="mailto:COL120-W65C7E0FCDC6E98180F59A3DEE70@phx.gbl">COL120-W65C7E0FCDC6E98180F59A3DEE70@phx.gbl>
Content-Type:
text/plain; charset="iso-8859-1"
a few little problems with
this
Firstly, the flag is -resize, you've put the dash after read. Also there
seems to be a space in your filename, that always makes it tricky to refer to. Also check capitalization is right. If the underscore's in your file name, it should be in the tag. so:
[read -resize filename arrayname( There's also
some bits to get used to with the filepath, I can't remember off hand but I think to start from your home directory the file path should start with a / . If the file is in the same directory as your patch you can always write it's name without a file path. Also you can simplify this sightly by using [openpanel] like this:
[O] (gui bang)| [openpanel]|[read -resize $1
Bajo(|[soundfiler]
By clicking the bang you should be able to navigate to
your file and then load it to your array.
Hope this helps Andrew From:
href="mailto:cccadavid@hotmail.com">cccadavid@hotmail.com
To:
ymailto="mailto:pd-list@iem.at" href="mailto:pd-list@iem.at">pd-list@iem.at
Date: Sun, 23 May 2010
18:25:08 -0500
Subject: [PD] loading an .aif file into an
array
Hi, I do not know the protocol to open
an .aif file in MAC OSX 10.6.4. My current attempts are using a message that reads: read- resize camilocadavid/Secuencias/Bajo_fiesta1 80.aif Bajo. This message is connected to the soundfiler's input. The array I created is called Bajo. The thing is I dont know which size should the array have.
the
underline between Bajo_fiesta is a space. Should it go, shouldnt it?It is pretty simple, but couldnt figure it out.Thanks
Get
news, entertainment and everything you care about at Live.com. Check it out!
href="http://clk.atdmt.com/UKM/go/195013117/direct/01/" target=_blank
-------------- next
part --------------
An HTML attachment was scrubbed... URL: <
href="http://lists.puredata.info/pipermail/pd-list/attachments/20100524/a14dbd2b/a..." target=_blank
http://lists.puredata.info/pipermail/pd-list/attachments/20100524/a14dbd2b/a...
Pd-list
mailing list
href="mailto:Pd-list@iem.at">Pd-list@iem.at
to manage your subscription
(including un-subscription) see
href="http://lists.puredata.info/listinfo/pd-list" target=_blank
End of Pd-list
Digest, Vol 62, Issue 124
I haven't used earplug~ for a long time but if I remember correctly it was loading the HRIR coefficients from a text file, so you can probably replace them with your own set. Of course it has to be the same samplerate and length, and probably the same azimuth and elevations.. There are some other alternatives such as CW_binaural~ using the IRCAM set, but you can probably replace it again, and IEM's bin_ambi library (binaural through ambisonic virtual loudspeakers spatialisation). I found CW_binaural~ more effective and the externalisation was much better, but the IRCAM set sounded more coloured than the MIT one. It is not in pd-extended yet (check this list for its release).
aKis
On 24 May 2010 21:33, Julian Villegas julovi@yahoo.com wrote:
Hi,
could anybody tell me how to use earplug~ with a different HRTF set of measurements? I understand that the distributed version works with the MIT KEMAR set. I'd like to use a different set, measured closer to the head of the listener.
Thank you!
Julian Villegas, Ph.D. http://julovi.net
Me pregunto de un modo pensativo Que significa ser Colombiano? No se le respondi. Es un acto de fe JLB.
----- Original Message ----
From: "pd-list-request@iem.at" pd-list-request@iem.at To: pd-list@iem.at Sent: Mon, May 24, 2010 7:00:01 PM Subject: Pd-list Digest, Vol 62, Issue 124
Send Pd-list mailing list submissions to
ymailto="mailto:pd-list@iem.at" href="mailto:pd-list@iem.at">pd-list@iem.at
To subscribe or
unsubscribe via the World Wide Web, visit
href="http://lists.puredata.info/listinfo/pd-list" target=_blank
or, via email, send a
message with subject or body 'help' to
ymailto="mailto:pd-list-request@iem.at" href="mailto:pd-list-request@iem.at">pd-list-request@iem.at
You can
reach the person managing the list at
ymailto="mailto:pd-list-owner@iem.at" href="mailto:pd-list-owner@iem.at">pd-list-owner@iem.at
When
replying, please edit your Subject line so it is more specific
than "Re:
Contents of Pd-list digest..."
Today's Topics:
1. Re:
"Scripting languages" ? ( href="mailto:ydegoyon@gmail.com">ydegoyon@gmail.com)
2. Re:
loading an .aif file into an array (Andrew Faraday)
Message:
1
Date: Mon, 24 May 2010 08:09:16 +0200 From: "
ymailto="mailto:ydegoyon@gmail.com" href="mailto:ydegoyon@gmail.com">ydegoyon@gmail.com" < ymailto="mailto:ydegoyon@gmail.com" href="mailto:ydegoyon@gmail.com">ydegoyon@gmail.com>
Subject: Re: [PD]
"Scripting languages" ?
To: Mathieu Bouchard <
ymailto="mailto:matju@artengine.ca" href="mailto:matju@artengine.ca">matju@artengine.ca>
Cc: pd-list
< href="mailto:pd-list@iem.at">pd-list@iem.at>, chrism < ymailto="mailto:chris@mccormick.cx" href="mailto:chris@mccormick.cx">chris@mccormick.cx>
Message-ID:
< href="mailto:4BFA180C.1040302@gmail.com">4BFA180C.1040302@gmail.com>
Content-Type:
text/plain; charset=ISO-8859-1; format=flowed
That was a few years after a fellow undergrad student (at a different
university) told me, very lucidly : ? Now I understand what is
pseudo-code. It's code that doesn't work ? (loosely translated from
French). That's because pseudo-code is designed to be non-runnable.
i
thin k YOU fa.i.l.ed in that case and not your student
hihi
sevil
Message:
2
Date: Mon, 24 May 2010 08:23:19 +0100 From: Andrew Faraday <
ymailto="mailto:jbturgid@hotmail.com" href="mailto:jbturgid@hotmail.com">jbturgid@hotmail.com>
Subject: Re:
[PD] loading an .aif file into an array
To: <
ymailto="mailto:cccadavid@hotmail.com" href="mailto:cccadavid@hotmail.com">cccadavid@hotmail.com>, < ymailto="mailto:pd-list@iem.at" href="mailto:pd-list@iem.at">pd-list@iem.at>
Message-ID: <
ymailto="mailto:COL120-W65C7E0FCDC6E98180F59A3DEE70@phx.gbl" href="mailto:COL120-W65C7E0FCDC6E98180F59A3DEE70@phx.gbl">COL120-W65C7E0FCDC6E98180F59A3DEE70@phx.gbl>
Content-Type:
text/plain; charset="iso-8859-1"
a few little problems with
this
Firstly, the flag is -resize, you've put the dash after read. Also there
seems to be a space in your filename, that always makes it tricky to refer to. Also check capitalization is right. If the underscore's in your file name, it should be in the tag. so:
[read -resize filename arrayname( There's also
some bits to get used to with the filepath, I can't remember off hand but I think to start from your home directory the file path should start with a / . If the file is in the same directory as your patch you can always write it's name without a file path. Also you can simplify this sightly by using [openpanel] like this:
[O] (gui bang)| [openpanel]|[read -resize $1
Bajo(|[soundfiler]
By clicking the bang you should be able to navigate to
your file and then load it to your array.
Hope this helps Andrew From:
href="mailto:cccadavid@hotmail.com">cccadavid@hotmail.com
To:
ymailto="mailto:pd-list@iem.at" href="mailto:pd-list@iem.at">pd-list@iem.at
Date: Sun, 23 May 2010
18:25:08 -0500
Subject: [PD] loading an .aif file into an
array
Hi, I do not know the protocol to open
an .aif file in MAC OSX 10.6.4. My current attempts are using a message that reads: read- resize camilocadavid/Secuencias/Bajo_fiesta1 80.aif Bajo. This message is connected to the soundfiler's input. The array I created is called Bajo. The thing is I dont know which size should the array have.
the
underline between Bajo_fiesta is a space. Should it go, shouldnt it?It is pretty simple, but couldnt figure it out.Thanks
Get
news, entertainment and everything you care about at Live.com. Check it out!
href="http://clk.atdmt.com/UKM/go/195013117/direct/01/" target=_blank
-------------- next
part --------------
An HTML attachment was scrubbed... URL: <
href="http://lists.puredata.info/pipermail/pd-list/attachments/20100524/a14dbd2b/a..." target=_blank
http://lists.puredata.info/pipermail/pd-list/attachments/20100524/a14dbd2b/a...
Pd-list
mailing list
href="mailto:Pd-list@iem.at">Pd-list@iem.at
to manage your subscription
(including un-subscription) see
href="http://lists.puredata.info/listinfo/pd-list" target=_blank
End of Pd-list
Digest, Vol 62, Issue 124
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list