02-07-2022, 06:35 AM
How much of a delay are you seeing what type of device is it on? I'm not seeing any delay at all on my Samsung Tab S4. I have to generate the audio dynamically before it can be looped, so I'm very curious what is introducing the delay you are seeing on the device. At the moment, I'm utilizing the AudioTrack code in Google's audio library (https://developer.android.com/reference/...AudioTrack) which usually works with low latency. However, this is different than the approach used in the Windows version where I dynamically generate an audio file that represents one full loop of the metronome, and I just play that file on repeat. If you want to work with me, I can try creating a build where I dynamically generate the file like on Windows and we can see if this works better than the current approach.
Mike
Mike