Re: [music-dsp] Android related audio group / mailing list?

2016-06-05 Thread Phil Burk
You may be seeing variations in CPU clock speed. That can lead to some puzzling benchmark results. I gave more detail in my answer on the Android list. By the way, one way to prevent overly aggressive optimization is to generate a check some of the results of your benchmark and then print that

Re: [music-dsp] Android related audio group / mailing list?

2016-06-05 Thread Laurent de Soras
Nuno Santos wrote: I’m struggling with performance questions on Android. https://groups.google.com/forum/#!topic/andraudio/zuXnnmZyePk Your results tell that your program computes 10^9 operations in a few dozen microseconds. There is definitely something wrong here because even the most

Re: [music-dsp] Android related audio group / mailing list?

2016-06-05 Thread Nuno Santos
Hi Phil, I’m struggling with performance questions on Android. I have posted this question on the Android google group: https://groups.google.com/forum/#!topic/andraudio/zuXnnmZyePk If you could give a look and tell me your

Re: [music-dsp] Android related audio group / mailing list?

2016-05-28 Thread grh
Hallo again! Thanks for all the suggestions and for already starting the discussion - I would have many questions as well ;) Just as a quick summary, the two main suggestions were the JUCE forum: https://forum.juce.com/c/android And the andraudio group:

Re: [music-dsp] Android related audio group / mailing list?

2016-05-25 Thread Patrick Vlaskovits
Hi Nuno, Thanks for this opportunity to allow me to help you understand audio latency on Android better. Contributions to total round-trip audio latency on Android are best thought as stemming from two parts. A) Android service space (AudioFlinger etc) ← developers and middleware cannot affect

Re: [music-dsp] Android related audio group / mailing list?

2016-05-25 Thread Phil Burk
Hello Nunos, I just joined https://groups.google.com/forum/#!forum/andraudio I think that is a good place for discussion. If you repost your questions there then I will try to answer them. Phil Burk On Wed, May 25, 2016 at 6:15 AM, Nuno Santos wrote: > I have been

Re: [music-dsp] Android related audio group / mailing list?

2016-05-25 Thread Nuno Santos
Patrick, Now that I had the chance of using Superpowered all I can say is that it doesn’t make miracles. It will not provide lower latency than OpenSL already gives. Android latency problem is much OS and device dependent. Looking forward to understand what is new and if it will bring any

Re: [music-dsp] Android related audio group / mailing list?

2016-05-25 Thread Patrick Vlaskovits
Speaking of Android, we just released a fully configuarable and performant USB Audio and MIDI library for Android. It’s the Android equivalent of iOS Core Audio and Core MIDI for USB devices. http://superpowered.com/android-usb-audio-android-midi The Superpowered USB Audio and MIDI SDK provides

Re: [music-dsp] Android related audio group / mailing list?

2016-05-25 Thread Giulio Moro
code, but I never used it stand-alone (only as part of Supercollider) Best,Giulio From: Nuno Santos <nunosan...@imaginando.pt> To: music-dsp@music.columbia.edu Sent: Wednesday, 25 May 2016, 14:15 Subject: Re: [music-dsp] Android related audio group / mailing list? I hav

Re: [music-dsp] Android related audio group / mailing list?

2016-05-25 Thread Nuno Santos
I have been testing DRC in 2 different Android devices: Nexus 9 (48000/128 buffer size) phone, Bq Aquaris M5 phone (48000/912) buffer size Nexus 9 is a beast. I was able to run DRC with full polyphony (8 voices) without any kind of glitch. The fake touches hack was essential to make this

Re: [music-dsp] Android related audio group / mailing list?

2016-05-25 Thread Eder Souza
Hi, I do not see drives in the andraudio group since he migrated to [1] Some years ago I tried see how some of my codes works in android, I wrote effects to work in real-time (automatic pitch correction, time stretch, pitch shifters in time domain and frequency domain) and I get a lot of

Re: [music-dsp] Android related audio group / mailing list?

2016-05-25 Thread Jean-Baptiste Thiebaut
At JUCE / ROLI we've been working with Google for over a year to optimize audio latency, throttle, etc for cross platform apps. Our app is featured also in the Youtube video from Google IO, and it runs on some devices with performances comparable to iOS. Whether you are using JUCE or not,

Re: [music-dsp] Android related audio group / mailing list?

2016-05-25 Thread Giulio Moro
quot;someone that cares all about numbers"- a calibre (22:17)- table of latency results which does not have any sense (23:12) Best,Giulio From: grh <g...@mur.at> To: music-dsp@music.columbia.edu Sent: Wednesday, 25 May 2016, 11:57 Subject: Re: [music-dsp] Android related audio gr

Re: [music-dsp] Android related audio group / mailing list?

2016-05-25 Thread grh
Hallo! Thanks Nuno, it was a great demo ;) LG Georg On 2016-05-25 12:46, Nuno Santos wrote: > Hi George, > > I would be interested in such a community as well. Specially regarding > audio performance. We have recently released DRC (one of the apps that > has been featured on Google I/O Android