nzackoya

Results 8 issues of nzackoya

**Is your feature request related to a problem? Please describe.** I have a task to remove the seek bar when there is a short audio in a loop. Also manually...

enhancement
1 backlog

java.nio.BufferOverflowException at java.nio.ByteBuffer.put(ByteBuffer.java:544) at com.otaliastudios.transcoder.sink.DefaultDataSink.enqueue(DefaultDataSink.java:156) at com.otaliastudios.transcoder.sink.DefaultDataSink.writeTrack(DefaultDataSink.java:136) at com.otaliastudios.transcoder.transcode.BaseTrackTranscoder.drainEncoder(BaseTrackTranscoder.java:288) at com.otaliastudios.transcoder.transcode.BaseTrackTranscoder.transcode(BaseTrackTranscoder.java:163) at com.otaliastudios.transcoder.engine.Engine.transcode(Engine.java:369) at com.otaliastudios.transcoder.Transcoder$1.call(Transcoder.java:134) at com.otaliastudios.transcoder.Transcoder$1.call(Transcoder.java:124) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636) at java.lang.Thread.run(Thread.java:764) VideosKt$cutVideoTo15Seconds: java.nio.BufferOverflowException at java.nio.ByteBuffer.put(ByteBuffer.java:544) at...

I'm trying to remove the frames once sendQuitSignal has been called, but some files still there after I remove files onFinish. Here is the command I'm running: -i path.mp4 -r...

This page could not be loaded. If you have cookies disabled in your browser, or you are browsing in Private Mode, please try enabling cookies or turning off Private Mode,...

**Which API doesn't behave as documented, and how does it misbehave?** just_audio_background, Media notification play button is inactive when paused **Minimal reproduction project** Just run the example from just_audio_background **To...

bug
1 backlog

### Please check the following before submitting a new issue. - [X] I have searched the [existing issues](https://github.com/baseflow/flutter-geolocator/issues). - [X] I have carefully [read the documentation](https://github.com/Baseflow/flutter-geolocator/blob/main/geolocator/README.md) and verified I have...

type: bug
platform: android
P2

**Which API doesn't behave as documented, and how does it misbehave?** Just_audio: Simply start playing a remote file recorded by Android Simply start playing a remote file recorded by Android...

The thing is that I was using `voice_message_package`, but it is using just_audio, which for some reason doesn't play `aac` audio on iOS, but `audioplayers` package plays. So I migrated...