Re: ATK: HOAbinaural in NRT?

Joseph Anderson <[email protected]> Fri, 21 May 2021 12:06:49 -0700
Newsgroups gmane.comp.audio.supercollider.user
Message-ID <CANZDFk=O-QyDihstM3dD=Q1StuzFkiQ+WFDWAyxHy=sZCgi2Wg@mail.gmail.com>
Hello Anders,

I presume you're aware of Florian's recipe illustrating NRT use
of HOADecLebedev26
<https://depts.washington.edu/dxscdoc/Help/Tutorials/Exercise_12_HOA_NRT_using_scores_and_SynthDefs.html>
?

This isn't exactly HOABinaural, but maybe a good place to start?

(I'm planning to look into a "grow your own" model given an HRTF set for
the ATK, but it'll have to be a bit later in the summer before I get into
the problem.)


My best,
Jo


*Dr Joseph Anderson | Research Scientist*

DXARTS, Box 353414

University of Washington

Seattle, WA 98195-3680



http://www.dxarts.washington.edu


Subscribe to our events list <https://dxarts.washington.edu/mailing-list>
to receive email updates about lectures, performances, exhibitions and more.



On Thu, May 20, 2021 at 7:21 AM <[email protected]> wrote:

> Hi all.
>
> Anyone succeeded setting up HOABinaural to use in a score for NRT, and
> willing to share a recipe?
>
> Setting up the needed IRs in NRT by the various calls is giving me
> troubles:
>
>         HOABinaural.loadbinauralIRs(server);
>         HOABinaural.loadHeadphoneCorrections(server);
>         HOABinaural.binauralIRs;
>         HOABinaural.headPhoneIRs
>
> Tried by adding the calls above to a bundle inserted in the score.
>
> Fwiw i've changed the Buffer.readChannel(..) calls in my HOABinaural.sc
> to (presumably equivalent) Buffer.new(server).allocReadChannel(...) - to
> hopefully adapt for NRT loading, but doesn't help much.
>
> Perhaps if i could expand this call:
>
>         HOABinaural.loadbinauralIRs(server);
>
> and insert the various server-messages directly in my score?
>
> -anders
>
> _______________________________________________
> sc-users mailing list
>
> info (subscription, etc.):
> http://www.birmingham.ac.uk/facilities/ea-studios/research/supercollider/mailinglist.aspx
> archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
> search: http://www.listarc.bham.ac.uk/lists/sc-users/search/
>