CaptainDario

Results 170 comments of CaptainDario

> I could add decodeBuffer back with a deprecated label if you think that would be easier. No, I think it is fine. I just did not know where to...

@brendan-duncan sorry for the long wait and thank you for further looking into this! I checked the current version by using ```yaml archive: git: url: https://github.com/brendan-duncan/archive ``` The speed is...

@padmanabanSampath you can fork this repo and set the version for android [here](https://github.com/tensorflow/flutter-tflite/blob/main/android/build.gradle#L64) For desktop platforms, you need to build the library yourself [see here](https://www.tensorflow.org/lite/guide/build_cmake?hl=ja)

I tested this on Mac and Android and it plays perfectly on Mac.

@zezo357 Thanks for your suggestion, I added this snippet ```dart if(kanaSoundPlayer.platform is NativePlayer){ NativePlayer playerNative = kanaSoundPlayer.platform as NativePlayer; if(Platform.isAndroid){ playerNative.setProperty("ao", "audiotrack,opensles"); } } ``` without success. I appreciate your...

@alexmercerind I just wanted to ask you if this is something you can reproduce and look into in the near future, or if I should not expect a fix soon-ish.

@asg017 Sorry for pinging you, but I am very interested in this and wanted to ask you if this is still planned ?

@SergeShkurko any chance this gets merged?

I will try to do this, but I think the OOM error happened with `n_bits=4`.

I also tried the TF MOT, and their clustering worked. Are there plans to support a more memory-efficient train time clustering?