Csound Csound-dev Csound-tekno Search About

[Csnd] Android, HRTF and ambisonic

Date2013-06-04 02:43
Fromhcenteno
Subject[Csnd] Android, HRTF and ambisonic
Hello,

Are the binaural and ambisonic opcodes available in Csound 5 for Android? If
yes, would I need to include the HRTF dat files as a raw resource and then
copy them to the cache dir, the same way it is done with csd files?

Thank you,

Hector



--
View this message in context: http://csound.1045644.n5.nabble.com/Android-HRTF-and-ambisonic-tp5724195.html
Sent from the Csound - General mailing list archive at Nabble.com.

Date2013-06-04 02:49
FromMichael Gogins
SubjectRe: [Csnd] Android, HRTF and ambisonic
I haven't tested them, but they are part of Csound 6 on Android.

Yes, the data files would have to be packed up and made usable. This might involve a little bit of extra code in the opcodes or in CsoundAndroid.

Hope this helps,
Mike


On Mon, Jun 3, 2013 at 9:43 PM, hcenteno <hcengar@gmail.com> wrote:
Hello,

Are the binaural and ambisonic opcodes available in Csound 5 for Android? If
yes, would I need to include the HRTF dat files as a raw resource and then
copy them to the cache dir, the same way it is done with csd files?

Thank you,

Hector



--
View this message in context: http://csound.1045644.n5.nabble.com/Android-HRTF-and-ambisonic-tp5724195.html
Sent from the Csound - General mailing list archive at Nabble.com.


Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"




--
Michael Gogins
Irreducible Productions
http://www.michael-gogins.com
Michael dot Gogins at gmail dot com

Date2013-06-04 17:08
Fromhcenteno
Subject[Csnd] Re: Android, HRTF and ambisonic
Thank you Mike. Could you share some clues as to where in CsoundAndroid (i.e.
what source file) to look into for these possibly needed changes?

Cheers,

Hector



--
View this message in context: http://csound.1045644.n5.nabble.com/Android-HRTF-and-ambisonic-tp5724195p5724198.html
Sent from the Csound - General mailing list archive at Nabble.com.

Date2013-06-04 19:11
FromMichael Gogins
SubjectRe: [Csnd] Re: Android, HRTF and ambisonic
In Csound6 git:

android/AndroidCsound - project for the CsoundObj library (mostly C/C++ with a thin Java class wrapper).
android/CSDPlayer - project for the Csound 6 app for Android, mostly a thin Java user interface for CsoundObj)

The resources for the binaural opcodes would go into the AndroidCsound project. Android has a special way of handling such built-in data resources, I don't recall exactly what it is, but I will be doing something similar for the SoundFont that we distribute with Csound.

Hope this helps,
Mike


On Tue, Jun 4, 2013 at 12:08 PM, hcenteno <hcengar@gmail.com> wrote:
Thank you Mike. Could you share some clues as to where in CsoundAndroid (i.e.
what source file) to look into for these possibly needed changes?

Cheers,

Hector



--
View this message in context: http://csound.1045644.n5.nabble.com/Android-HRTF-and-ambisonic-tp5724195p5724198.html
Sent from the Csound - General mailing list archive at Nabble.com.


Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"




--
Michael Gogins
Irreducible Productions
http://www.michael-gogins.com
Michael dot Gogins at gmail dot com