Jeff Le
Jeff Le
it looks like something related to OnePlus devices. I'll try when I can borrow a OnePlus phone (my brother's using one).
could you please try with the latest version?
Still trying my best to come back. My business is going down lately. I will try to get back to this package. Again, thank you all for your support and...
Reading through all the issues and trying to fix them. Thank you all for reporting 🙏
Hi guys. Sorry for the looooong delay. A lot of things happened lately. I'm looking into the issues. @mowgliho thank you for your reports and the test repo. I'm looking...
> @CasperPas There are no error logs though. It just crashed as soon as I called method record.start(); are you using `0.4.1` or `0.4.0`? Which iOS version are you using?
is it possible for you to try again with the latest version? Thank you!
I think you implement it yourself would be a better solution. You can apply multiple filters to the raw audio data before sending it to the player. Cheers!
I think the easiest way to achieve that without any raw data manipulation is setting the player's frequency higher or lower the recording frequency. However, that would cause a pitch-changed...
I think the problem is on Android side, Uint16 (16bit PCM) is converted to Uint8 to transfer to dart side, iOS does the same thing but I used "pointer conversion"...