Slight Distortion between Gapless tracks

App version

Beta

Issue description

You said this was a separate issue and that you’ve had no logs to work with, so I’ll just throw this in here for you to look at.

It’s just a small distortion. A short warping sound. But it is enough that I can clearly spot the track transition.

Tracks will be uploaded shortly. I just took a song in ffmpeg and made two outputs from it while copying audio. Can post the exact commands later but it was something like…

ffmpeg -i source.opus -ss 1:35 -acopy output1.opus
ffmpeg -i source.opus -t 1:35 -acopy output2.opus

…to copy the audio up to 1:35 in output1 and then start at 1:35 and copy the rest in output2. (No reason for 1:35, it was a random number.)

Device type

Phone

Media provider

Local device

Steps to reproduce

Play two tracks which are gapless. Listen for transition between tracks.

Can skip towards the end or listen in full. Seemed to do the same thing either way.

I searched existing issues first

on

I understand that logs are mandatory

on

Log upload name / description

Celorien_Gapless

Tracks uploaded as Celorien_GaplessTracks

You can’t split opus like that and be gapless :wink:

Now I’ve revealed myself as a big dummy lmao