Andrea Valenzano
Andrea Valenzano
@ryanheise sorry, this is the link: https://github.com/andrea689/just_audio_ios_error
@ryanheise I updated the repo
@ryanheise unfortunately I only have wav samples.. thanks anyway!
I should change the endpoint that generates the wav and currently I can't. Do you think this is a problem that you will be able to solve? Otherwise I would...
ok, now I try it, thanks
It works! I decided to write to file for Android and iOS, and leave the byte array in the web. This way, no http proxy is needed on Android. Many...
Updating the dep `androidx.media:media` to `1.4.1` should fix the crash https://developer.android.com/jetpack/androidx/releases/media#media-1.4.1
I added the dependency in my app, this should fix, but I can't test as I don't have Android 12. I'm deploying the app to the PlayStore, so I can...
How does this solution look to you? Is there a cleaner way? ```dart class PlayerFlow extends StatefulWidget { static Route route() { return MaterialPageRoute( builder: (_) => PlayerFlow(), ); }...
try this: ```js var SwaggerExpress = require('swagger-express-mw'); var express = require('express') var app = express(); var app1 = express(); var app2 = express(); var config1 = { appRoot: __dirname, swaggerFile:...