Aaron Alef

Results 45 comments of Aaron Alef

Coincidentally, there seems to be a package available for calculating the MFCCs: https://pub.dev/packages/mfcc

You can transform the audio stream to an mfcc stream. Do make sure to first transform the audio stream to Double. Then you can read out the right coefficient every...

Thanks for mentioning this. Sadly, I cannot really help you. I have not written the IOS part of the plugin, and I do not know how I/O device selection is...

There is no plan. I do not have the time to add support for other platforms. If anyone wants to implement linux or web support I'm happy to integrate it...

This plugin does not interfere in the life cycle management of apps. As long as the mobile operating system does not suspend an app recording audio, the app should keep...

I recommend you to try it out by cloning this repository, removing every line from function ```Dart void didChangeAppLifecycleState(AppLifecycleState state) {} ``` and then check if the app keeps on...

Thank you for your detailed report. The problem, however, is that I cannot reliably fix this issue. I only wrote the android part of the plugin; the iOS and macOS...

I will have a look at the issue but it is unlikely that I am able to fix this. If you want, please have a look at the issue and...

I assume this is working appropriately with the changes applied.

This might be a duplicate of issue #27