Re: RFR: 8308955: MediaPlayer/AudioClip skip data on seek/loop

2024-01-24 Thread Ambarish Rapte
On Tue, 23 Jan 2024 03:13:11 GMT, Alexander Matveev wrote: > This is regression from JDK-8262365. JDK-8262365 introduced support for > hardware pause for audio device. For some reason we will skip ~500 ms of > audio data after such pause. It is not noticeable for large audio files, but > for

Re: RFR: 8308955: MediaPlayer/AudioClip skip data on seek/loop

2024-01-23 Thread Kevin Rushforth
On Tue, 23 Jan 2024 03:13:11 GMT, Alexander Matveev wrote: > This is regression from JDK-8262365. JDK-8262365 introduced support for > hardware pause for audio device. For some reason we will skip ~500 ms of > audio data after such pause. It is not noticeable for large audio files, but > for

RFR: 8308955: MediaPlayer/AudioClip skip data on seek/loop

2024-01-22 Thread Alexander Matveev
This is regression from JDK-8262365. JDK-8262365 introduced support for hardware pause for audio device. For some reason we will skip ~500 ms of audio data after such pause. It is not noticeable for large audio files, but for anything small like sound effects 1-3 seconds long it is noticeable an