Michael Nguyen
Michael Nguyen
@felangel Understood. I will write a minimal reproduction sample and get back to you.
Hi @felangel I have found a strange behaviour where if i was to call the list value from the state, and modify it. It will unconditionally update the state without...
@felangel Sorry for the late reply. Please look at the following code below. I have written a minimal reproduction sample based on the counter bloc example. The plus button shouldn't...
Thank you for the response @LeonardoRosaa You're absolutely right. I have been using `[...?state]` which is more or less similar to `List.from(state)` to circumvent this problem
> > Thank you for the response @LeonardoRosaa > > You're absolutely right. I have been using `[...?state]` which is more or less similar to `List.from(state)` to circumvent this problem...
Hi @mayankk2308, just wanted to say thank you for the awesome project. I also have a similar problem with Piipperi. When booting up with clamshell mode, the display does show....
@mayankk2308 Thank you for the response. Appreciate the assistance. It seems the problem resolved itself by updating macos 11.5.6 to 11.6. Now it's working fine.
Hi @pierremotard, Thanks for opening a new issue. Looking at the error, i am gonna suspect that your recordingLength is 94032? If yes, unfortunately, Google's Teachabable Machine will only accept...
To calculate recording length, you need to divide the numbers by 4. (4 represents the number of bytes). For example, 64,000/4 = 16,000 (or in your case... 63,984/4 = 15,996)
**#EDIT: Update for 0.1.6 - You can now use any value for bufferSize. You do not need to have a number thats divisible to recording length. For example, a buffer...