ThomasVeitch
ThomasVeitch
Thanks for getting back to me quickly, You'll have to detail this as I've tried audioMixer.addDataSource(input1); // 2 secs long audioMixer.addDataSource(blankInput); // 0.5 secs gap audioMixer.addDataSource(input2); // 2 secs long...
Thanks. I look forward to it! Tom. On Thu, 6 Aug 2020 at 13:54, Rakibul Hasan Rajib wrote: > Sorry, I gave the wrong answer. > Currently this not possible...
Hi Rakibul, When will this be ready? I'd really like this functionality. Tom On Thu, 6 Aug 2020 at 14:39, Tom Veitch wrote: > Thanks. > > I look forward...
Just did a quick rattle test and it's looking fantastic. So many thanks. It's looking like an excellent API. On Mon, 24 Aug 2020 at 13:25, Rakibul Hasan Rajib wrote:...
Hi Rakibul, We are using the API in a proper project and it's become apparent we need some functionality adding. We have created about a 10second wav file and we...
Yes. Thanks to your API we have created a 15 second .wav file with lots of individual sounds running in parallel and sequentially. With the offSet functionality we have been...
The issue with creating a huge wav file with AudioMixer (and not looping in MediaPlayer) is that it''s slow to create and the volume is really low. On Wed, 9...