wwmm / easyeffects

Limiter, compressor, convolver, equalizer and auto volume and many other plugins for PipeWire applications
GNU General Public License v3.0
6.55k stars 270 forks source link

Weird behaviour when audio track is changed through mpv #504

Closed Digitalone1 closed 5 years ago

Digitalone1 commented 5 years ago

Hello, I used to view a series of mkv videos selecting the second track through mpv player. Everything well.

Now I have another series of mkv videos and something weird happens. When I change from first to second audio track, pulseeffects toggles and untoggles its sink repeatedly for 4/5 seconds.

I captured a log. This tracks when I start PE, launch mpv selecting the mkv file, then change the audio track. At the end I close PE. https://pastebin.com/rAYfp8d6

I wonder why it's happening only with the second series of videos. I thought at an mpv issue, but if it were its problem, it should work bad also with the first series.

These are the audio tracks of the first series:

Audio #1
ID                                       : 2
Format                                   : FLAC
Format/Info                              : Free Lossless Audio Codec
Codec ID                                 : A_FLAC
Duration                                 : 23 min 41 s
Bit rate mode                            : Variable
Bit rate                                 : 1 300 kb/s
Channel(s)                               : 6 channels
Channel layout                           : L R C LFE Ls Rs
Sampling rate                            : 48.0 kHz
Frame rate                               : 11.719 FPS (4096 SPF)
Bit depth                                : 16 bits
Compression mode                         : Lossless
Delay relative to video                  : 24 ms
Stream size                              : 220 MiB (15%)
Writing library                          : libFLAC 1.2.1 (UTC 2007-09-17)
Language                                 : English
Default                                  : Yes
Forced                                   : No

Audio #2
ID                                       : 3
Format                                   : FLAC
Format/Info                              : Free Lossless Audio Codec
Codec ID                                 : A_FLAC
Duration                                 : 23 min 40 s
Bit rate mode                            : Variable
Bit rate                                 : 664 kb/s
Channel(s)                               : 2 channels
Channel layout                           : L R
Sampling rate                            : 48.0 kHz
Frame rate                               : 10.417 FPS (4608 SPF)
Bit depth                                : 16 bits
Compression mode                         : Lossless
Delay relative to video                  : 50 ms
Stream size                              : 113 MiB (8%)
Language                                 : Japanese
Default                                  : No
Forced                                   : No

And these for the second:

Audio #1
ID                                       : 2
Format                                   : FLAC
Format/Info                              : Free Lossless Audio Codec
Codec ID                                 : A_FLAC
Duration                                 : 23 min 42 s
Bit rate mode                            : Variable
Bit rate                                 : 794 kb/s
Channel(s)                               : 2 channels
Channel layout                           : L R
Sampling rate                            : 48.0 kHz
Frame rate                               : 10.417 FPS (4608 SPF)
Bit depth                                : 24 bits
Compression mode                         : Lossless
Delay relative to video                  : -67 ms
Stream size                              : 135 MiB (15%)
Title                                    : [RH] 2.0 FLAC
Writing library                          : MakeMKV v1.9.10 win(x64-release)
Language                                 : English
Default                                  : Yes
Forced                                   : No

Audio #2
ID                                       : 3
Format                                   : FLAC
Format/Info                              : Free Lossless Audio Codec
Codec ID                                 : A_FLAC
Duration                                 : 23 min 42 s
Bit rate mode                            : Variable
Bit rate                                 : 1 555 kb/s
Channel(s)                               : 2 channels
Channel layout                           : L R
Sampling rate                            : 48.0 kHz
Frame rate                               : 10.417 FPS (4608 SPF)
Bit depth                                : 24 bits
Compression mode                         : Lossless
Delay relative to video                  : -67 ms
Stream size                              : 264 MiB (29%)
Title                                    : [RH] 2.0 FLAC
Writing library                          : MakeMKV v1.9.10 win(x64-release)
Language                                 : Japanese
Default                                  : No
Forced                                   : No
wwmm commented 5 years ago

I am not sure I understand what you mean by pulseeffects toggles and untoggles its sink repeatedly. I imagine you are talking about the mpv switch in PulseEffects interface. Our virtual sink has no toggle.

Looking at the logs I do not see any mention to mpv being enabled/diabled. So it does not feel like it was its switch that was being toggled. What is odd is the amount of times PE pipeline alternated between the playing and the paused state. This was probably caused by mpv alternating between play/pause. I know that it alternates between these states when we do seeks in the video. I imagine it also does that when alternating tracks.

In PulseEffects we only ask Pulseaudio if the app is playing or paused and update our pipeline state accordingly. All other interaction is done between mpv and Pulseaudio. All that info you gave about the tracks is relevant to Pulseaudio. Not to PE.

wwmm commented 5 years ago

Does the same happens in vlc?

Digitalone1 commented 5 years ago

I am not sure I understand what you mean by pulseeffects toggles and untoggles its sink repeatedly. I imagine you are talking about the mpv switch in PulseEffects interface. Our virtual sink has no toggle.

To be sure pulseeffects is running, after I start mpv I take a brief look to kmix to see if pulseeffects sink has been loaded. mpv does not start to play automatically, so I switch to the second track, take a look to kmix and then I start to play the video. This time when I take a look to kmix, I see pulseeffect sink to appear and disappear (output hardware sink and mpv sink stay untouched). This lasts 4-5 seconds.

This happens only when I switch the track. If I start mpv with the argument --aid=2, it will automatically load the second track and this behavior will not occur.

I also tried to change the track during the playback and it does the same behavior, but at least it lasts shortly and then the audio is played properly.

Looking at the logs I do not see any mention to mpv being enabled/diabled. So it does not feel like it was its switch that was being toggled. What is odd is the amount of times PE pipeline alternated between the playing and the paused state. This was probably caused by mpv alternating between play/pause. I know that it alternates between these states when we do seeks in the video. I imagine it also does that when alternating tracks.

In PulseEffects we only ask Pulseaudio if the app is playing or paused and update our pipeline state accordingly. All other interaction is done between mpv and Pulseaudio. All that info you gave about the tracks is relevant to Pulseaudio. Not to PE.

So do you think this could be an mpv issue in alternating its state during the audio switch?

Digitalone1 commented 5 years ago

Does the same happens in vlc?

I don't use vlc from quite a lot of time. I'll try just out of curiosity.

Digitalone1 commented 5 years ago

Installed vlc. It does the same behavior. Pulseeffects sink appear and disappear from kmix for about 1-2 seconds. I can test it only during playback, it's strange but with all its preferences, vlc has no option to load a file without autoplaying.

So it's not an mpv issue. Maybe something related to ffmpeg?

Digitalone1 commented 5 years ago

And it does the same also with the first series of videos during playback. With both vlc and mpv.

It's not a critical issue, it lasts only 1-2 sec, but I wonder if the player could be really the culprit. Could be also a pulseaudio issue?

wwmm commented 5 years ago

I wonder what kmix is really doing. PE tries to load its virtual sinks only once. So if they are removed for some reason our audio routing will be totally broken. And nothing in PE will try to reload them. My guess is that kmix has some issue when listing virtual devices. Or it is applying some kind of strange criteria to show them.

wwmm commented 5 years ago

In any case this could be a signal something is not alright with Pulseaudio. The sinks are clearly still there. Maybe the video players are just triggering an issue in Pulseaudio install that is reflecting in this weird kmix behavior

Digitalone1 commented 5 years ago

I wonder what kmix is really doing. PE tries to load its virtual sinks only once. So if they are removed for some reason our audio routing will be totally broken. And nothing in PE will try to reload them. My guess is that kmix has some issue when listing virtual devices. Or it is applying some kind of strange criteria to show them.

It could be, but you also saw the strange alternating from play/pause states inside the log, I don't think it's a kmix issue. Could you test with mpv/vlc and a file with two audio tracks?

If there is such a weird transition from play to pause during track switch, it could be also be an issue deriving from ffmpeg (both mpv and vlc rely on it) or pulseaudio.

wwmm commented 5 years ago

My mkv files have only one track

wwmm commented 5 years ago

Is there a free sample somewhere?

Digitalone1 commented 5 years ago

My mkv files have only one track

Could you download a file with two audio tracks? ^^''

Digitalone1 commented 5 years ago

Is there a free sample somewhere?

No, I could send to you a link to download one file of the series, but not here.

wwmm commented 5 years ago

Send to my e-mail wellingtonwallace@gmail.com

Digitalone1 commented 5 years ago

Send to my e-mail wellingtonwallace@gmail.com

Sent. Check inside spam if you won't get notifications.

wwmm commented 5 years ago

It happens on my computer too. With both players. So far what I am doing is taking a look at Pulseaudio logs as explained here https://github.com/wwmm/pulseeffects/wiki/Reporting-Bugs.

As Pulseaudio logs are huge it is a pain to find what is relevant but so far it seems to be what I thought. PE pipeline is alternating between play/pause because the players are doing that when they change tracks. It seems to be the way they handle this operation. I will try to look at the logs more carefully but it really feels like this is the explanation.

I don't have how to test kmix but at least in Pavucontrol nothing disappears. As I would expect.

wwmm commented 5 years ago

On a second look it seems that what the players really do is to kill their playback stream and then start a new one. From PE point of view there is no difference as in both cases Pulseaudio reports that the app (sink input) is corked(paused) or uncorked(playing).

wwmm commented 5 years ago

Pulseaudio does this because before the player kill its playback stream it has to finish it. What probably makes the stream to be corked before total destruction.

wwmm commented 5 years ago

I am not sure if there is even a workaround I could do. Pulseaudio only tells me that the app was corked or uncorked. It does not tell the reason. So there is not a way I can know if it was a track change or a play/pause initiated by the user

wwmm commented 5 years ago

I am looking at your logs again and now I am not so sure I can reproduce your issue. In my installation moving from track 1 to track 2 results in PE pipeline alternating between playing/paused 2 or 3 times. In your log this happens more than that. Did you switch tracks multiple times when taking the logs? If not then something is not right. This is what is added to my logs when I change tracks once:

short log ``` (pulseeffects:5093): pulseeffects-DEBUG: 21:44:37.555: sie: PAUSED -> READY -> VOID_PENDING (pulseeffects:5093): pulseeffects-DEBUG: 21:44:37.560: sie: rtkit: changed GstQueue:queue0 thread real-time priority value to 4 (pulseeffects:5093): pulseeffects-DEBUG: 21:44:37.564: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:5093): pulseeffects-DEBUG: 21:44:37.569: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:5093): pulseeffects-DEBUG: 21:44:37.569: sie: sampling rate: 48000 Hz (pulseeffects:5093): pulseeffects-DEBUG: 21:44:37.619: peadapter: pulseaudio block size 480 frames (pulseeffects:5093): pulseeffects-DEBUG: 21:44:37.619: peadapter: we will read in chunks of 4096 frames (pulseeffects:5093): pulseeffects-DEBUG: 21:44:37.740: sie: total latency: 135 ms (pulseeffects:5093): pulseeffects-DEBUG: 21:44:37.748: sie: rtkit: changed GstQueue:queue0 thread real-time priority value to 4 (pulseeffects:5093): pulseeffects-DEBUG: 21:44:37.751: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:5093): pulseeffects-DEBUG: 21:44:37.754: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:5093): pulseeffects-DEBUG: 21:44:37.754: sie: sampling rate: 48000 Hz (pulseeffects:5093): pulseeffects-DEBUG: 21:44:37.811: peadapter: pulseaudio block size 480 frames (pulseeffects:5093): pulseeffects-DEBUG: 21:44:37.811: peadapter: we will read in chunks of 4096 frames (pulseeffects:5093): pulseeffects-DEBUG: 21:44:37.950: sie: total latency: 135 ms (pulseeffects:5093): pulseeffects-DEBUG: 21:44:37.955: sie: READY -> PAUSED -> PLAYING (pulseeffects:5093): pulseeffects-DEBUG: 21:44:37.956: sie: pulsesrc latency [us]: 10000 (pulseeffects:5093): pulseeffects-DEBUG: 21:44:37.956: sie: pulsesrc buffer [us]: 50000 (pulseeffects:5093): pulseeffects-DEBUG: 21:44:37.956: sie: total latency: 0 ms (pulseeffects:5093): pulseeffects-DEBUG: 21:44:37.956: sie: pulsesink latency [us]: 10000 (pulseeffects:5093): pulseeffects-DEBUG: 21:44:37.956: sie: pulsesink buffer [us]: 50000 (pulseeffects:5093): pulseeffects-DEBUG: 21:44:37.956: sie: total latency: 0 ms (pulseeffects:5093): pulseeffects-DEBUG: 21:44:37.956: sie: total latency: 0 ms (pulseeffects:5093): pulseeffects-DEBUG: 21:44:37.956: sie: PAUSED -> PLAYING -> VOID_PENDING (pulseeffects:5093): pulseeffects-DEBUG: 21:44:37.956: sie: total latency: 0 ms (pulseeffects:5093): pulseeffects-DEBUG: 21:44:37.957: sie: PLAYING -> PAUSED -> READY (pulseeffects:5093): pulseeffects-DEBUG: 21:44:37.957: sie: PAUSED -> READY -> VOID_PENDING (pulseeffects:5093): pulseeffects-DEBUG: 21:44:37.958: sie: READY -> PAUSED -> PLAYING (pulseeffects:5093): pulseeffects-DEBUG: 21:44:37.958: sie: pulsesrc latency [us]: 10000 (pulseeffects:5093): pulseeffects-DEBUG: 21:44:37.958: sie: pulsesrc buffer [us]: 50000 (pulseeffects:5093): pulseeffects-DEBUG: 21:44:37.958: sie: total latency: 0 ms (pulseeffects:5093): pulseeffects-DEBUG: 21:44:37.958: sie: pulsesink latency [us]: 10000 (pulseeffects:5093): pulseeffects-DEBUG: 21:44:37.958: sie: pulsesink buffer [us]: 50000 (pulseeffects:5093): pulseeffects-DEBUG: 21:44:37.958: sie: total latency: 0 ms (pulseeffects:5093): pulseeffects-DEBUG: 21:44:37.958: sie: total latency: 0 ms (pulseeffects:5093): pulseeffects-DEBUG: 21:44:37.958: sie: PAUSED -> PLAYING -> VOID_PENDING (pulseeffects:5093): pulseeffects-DEBUG: 21:44:37.958: sie: total latency: 0 ms (pulseeffects:5093): pulseeffects-DEBUG: 21:44:37.959: sie: PLAYING -> PAUSED -> READY (pulseeffects:5093): pulseeffects-DEBUG: 21:44:37.959: sie: PAUSED -> READY -> VOID_PENDING (pulseeffects:5093): pulseeffects-DEBUG: 21:44:37.964: sie: rtkit: changed GstQueue:queue0 thread real-time priority value to 4 (pulseeffects:5093): pulseeffects-DEBUG: 21:44:37.967: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:5093): pulseeffects-DEBUG: 21:44:37.970: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:5093): pulseeffects-DEBUG: 21:44:37.970: sie: sampling rate: 48000 Hz (pulseeffects:5093): pulseeffects-DEBUG: 21:44:38.031: peadapter: pulseaudio block size 480 frames (pulseeffects:5093): pulseeffects-DEBUG: 21:44:38.031: peadapter: we will read in chunks of 4096 frames (pulseeffects:5093): pulseeffects-DEBUG: 21:44:38.169: sie: total latency: 135 ms (pulseeffects:5093): pulseeffects-DEBUG: 21:44:38.172: sie: READY -> PAUSED -> PLAYING (pulseeffects:5093): pulseeffects-DEBUG: 21:44:38.173: sie: pulsesrc latency [us]: 10000 (pulseeffects:5093): pulseeffects-DEBUG: 21:44:38.173: sie: pulsesrc buffer [us]: 50000 (pulseeffects:5093): pulseeffects-DEBUG: 21:44:38.173: sie: total latency: 135 ms (pulseeffects:5093): pulseeffects-DEBUG: 21:44:38.173: sie: pulsesink latency [us]: 10000 (pulseeffects:5093): pulseeffects-DEBUG: 21:44:38.173: sie: pulsesink buffer [us]: 50000 (pulseeffects:5093): pulseeffects-DEBUG: 21:44:38.174: sie: total latency: 135 ms (pulseeffects:5093): pulseeffects-DEBUG: 21:44:38.174: sie: total latency: 135 ms (pulseeffects:5093): pulseeffects-DEBUG: 21:44:38.174: sie: PAUSED -> PLAYING -> VOID_PENDING (pulseeffects:5093): pulseeffects-DEBUG: 21:44:38.174: sie: total latency: 135 ms ```

I did the tests during playback. On my computer mpv plays the video as soon as I double click the file.

Digitalone1 commented 5 years ago

On a second look it seems that what the players really do is to kill their playback stream and then start a new one. From PE point of view there is no difference as in both cases Pulseaudio reports that the app (sink input) is corked(paused) or uncorked(playing).

Pulseaudio does this because before the player kill its playback stream it has to finish it. What probably makes the stream to be corked before total destruction.

And this makes me think that kmix is hiding corked sinks, because I have just noticed that when I pause the playback, pulseeffects is not shown in the kmix tray applet. But Pulseeffects is loaded and mpv is shown in app lists inside PE GUI. To reappear, I have to restart the playback and I can see Pulseeffects inside the applet. (To be more clear, for "restart playback" I mean restart from the point I paused, not restarting from the start.)

This explains why PE appear and disappear when I change the audio track. But now I wonder why it's happening only to PE. If this is the way mpv and vlc handle the track switch, why only PE is appearing/disappearing?

It's not a critical issue, you know, it's just to understand why it's happening and why it won't happen to player sinks (mpv/vlc).

I am looking at your logs again and now I am not so sure I can reproduce your issue. In my installation moving from track 1 to track 2 results in PE pipeline alternating between playing/paused 2 or 3 times. In your log this happens more than that. Did you switch tracks multiple times when taking the logs? If not then something is not right. This is what is added to my logs when I change tracks once:

short log I did the tests during playback. On my computer mpv plays the video as soon as I double click the file.

Yes, that happens to me too because the play/pause alternating during playback lasts very shortly as I already said.

It lasts more (about 4-5 seconds) when the track is switched when mpv is waiting to start the playback. To reproduce on your system, just start mpv with --pause option (autoplay disabled):

mpv --pause filename.mkv

or add pause to ~/.config/mpv/mpv.conf.

Another strange thing is that when I pause the playback, PE sees mpv paused and kmix hide PE sink from the systray applet, but when the video is paused in the initial state at 0 seconds (waiting to start in autoplay disabled mode) PE is seeing mpv in playing state and kmix is showing PE sink in the applet. It's totally weird.

p.s. can you tell me how you did that log text format? Thanks.

Digitalone1 commented 5 years ago

I want to share another behavior comparing mpv and chromium.

When I pause mpv, PE is immediately hidden from kmix systray while mpv stays there until I shut it down.

When I pause a video inside chromium (youtube or other) this is what happens:

  1. immediately after I paused, chromium and PE stay there, all untouched
  2. after 7-8 seconds, PE is hidden, chromium remains
  3. after 1-2 seconds, also chromium disappears.

PE reappears as soon as I restart the playback (from the point I paused, and in the second case, also chromium reappears).

wwmm commented 5 years ago

I agree it is not critical. But it is still good to understand what is happening :-)

My guess is that kmix handles virtual sinks(null sinks in Pulseaudio terms) in a different way than hardware devices. That is why it would only happen when PE is used. If it is a kmix bug or a feature I have no idea.

Chromium/Chrome seems to handle audio streams in a different way. I do not remember exactly under which circumstances I noticed this. But they do not recreate the audio stream as often as mpv does.

I formatted the log as shown in our Basic Logs section in the wiki https://github.com/wwmm/pulseeffects/wiki/Reporting-Bugs. The trick is combining <details> and <summary>.

Digitalone1 commented 5 years ago

Sure but I don't think there's something you can do. The weird thing is why players are alternating their state more than one time when switching an audio track.

Did you try with mpv in autoplay disabled mode? In that case the alternating is performed even more times.

I was thinking at an ffmpeg issue. It's the only library that links mpv and vlc (and even browsers like chromium). On Linux audio/video decoding is only done by ffmpeg.

wwmm commented 5 years ago

I have just done a test with mpv --pause. Here it is even worse. PulseEffects entered in an infinity loop alternating its pipeline state. I had to kill it.

After this bizarre experience I decided to do something I should have done before. Looking at Pulseaudio's logs when PE is not running and mpv is playing directly to my soundcard. It is insane! MPV changed its stream state 594 times when I switched from track 1 to track 2. Lots and lots of lines like

[alsa-sink-ALC1220 Digital] sink-input.c: Requesting rewind due to uncorking

No wonder switching tracks is causing problems.

I still think the answer is in the way they are interacting with Pulseaudio. I have never written an audio app. But I imagine that they have to create streams https://freedesktop.org/software/pulseaudio/doxygen/streams.html. As far as I know you can't change things like the number of channels after the stream has been created. So you would have to kill it and create a new one when changing tracks. My guess is that something is going very wrong when they do this.

wwmm commented 5 years ago

And by the way when you use mpv --pause Pulseaudio reports mpv stream state as uncorked. So what mpv is really doing is playing silence.

Digitalone1 commented 5 years ago

I have just done a test with mpv --pause. Here it is even worse. PulseEffects entered in an infinity loop alternating its pipeline state. I had to kill it.

Are you sure? That's different from my behavior. It lasts 5-6 seconds to me, not infinite.

And by the way when you use mpv --pause Pulseaudio reports mpv stream state as uncorked. So what mpv is really doing is playing silence.

In fact, when mpv is waiting the user to start, PE app list reports mpv as "playing". While it's reported "paused" when you pause in the middle of the playback.

Digitalone1 commented 5 years ago

Looking at the mpv documentation, maybe I found the culprit. It something similar to gapless audio.

That feature does not handle the subject we are discussing here (it's related to audio file switch when a playlist is played, in fact trying to change its value will not resolve the issue), but I think it gives an hint on how mpv handles the audio track switch.

To put it simply, mpv always tries to keep audio device open during a track switch. As you said, you can't change format when a stream is set, so if you necessarily need to change audio format, you have to kill the previous stream and open the next one. Therefore if audio tracks have the same format, mpv will not kill anything, it just tries to keep the device open, maybe playing silence while the track is switching and that implementation results in frequent alternation in corked/uncorked state.

The proof is that the first series of videos does not have this issue as a mentioned in the previous post here. That's why that series had first track with 6 channels and second track with 2 channels. So, during switch, mpv is forced to kill and reopen a new stream and I was seeing nothing weird.

The second series has 2 channels in both audio tracks, so mpv will not kill anything during switch and that causes the weird issue I noticed and reported here.

But that's not all. Looking at mpv documentation I also found another interesting option just under gapless audio: no-initial-audio-sync.

Surprisingly, setting that option will partially resolve the issue because I'm very rarely seeing PE appearing/disappearing in kmix. It's not happening at all or, if it's happening, it lasts very shortly, just only 100 ms or even less. As the documentation says:

When starting a video file or after events such as seeking, mpv will by default modify the audio stream to make it start from the same timestamp as video, by either inserting silence at the start or cutting away the first samples. Disabling this option makes the player behave like older mpv versions did: video and audio are both started immediately even if their start timestamps differ, and then video timing is gradually adjusted if necessary to reach correct synchronization later.

So the default implementation that tries to keep the audio/video synchronization leads to frequent alternating in audio state, while the older implementation (which does not keep the sync and gradually adjust the playback speed to reach the correct sync later) will not cause that weird issue.

Can you test on your system and see if it's behaving like on mine?

wwmm commented 5 years ago

I think I waited for almost 30 seconds. At this point I gave up and killed PE.

Yes. Using --no-initial-audio-sync makes a huge difference. Now mpv changed its stream state only 4 times.

wwmm commented 5 years ago

By 4 times understand this sequence of actions:

corked
uncorked
corked
uncorked

I'd say this is acceptable. Way better than having 594.

Digitalone1 commented 5 years ago

This resolves the issue but introduces the disadvantage of the missing synchronisation.

I tested it and the desync is very noticeable when I seek in the middle of the video. Then it goes in sync, but that happens very slowly. Unfortunately I think this is not a real solution.

Do you think the alternating between corked/uncorked is an mpv issue? Maybe I can try to file an issue on their git for this, but I'm not really sure because maybe that's the only workaround to get synchronisation on seek using Pulseaudio (considering that the same behaviour is reproducible with vlc).

wwmm commented 5 years ago

I don't know. It could be a bug considering that the problem only happens when switching tracks. But at the same time it is possible that they have no other way to implement this feature. In any case it is worth asking.

Digitalone1 commented 5 years ago

No, it's not happening only when switching track during playback, it's also happening on seek (but for a short time) and switch track on waiting to start in autoplay disabled mode (this lasts longer and in some cases is an infinite loop).

This is resolved using --no-initial-audio-sync option, but it's not a good solution because synchronization is lost on seeking.

I also noticed that PE app sink appears and disappears in the volume manager after I close mpv.

And that's not all. I'm using kmix because I prefer it, but the default volume manager in Plasma is plasma-pa that is specific for plasma and it's the primary volume manager shipped with the most notable distro using KDE (KDE Neon, Manjaro KDE, etc.)

I installed plasma-pa and removed kmix and unfortunately that behavior is happening the same in plasma-pa, so that issue is reproducible by all users using Plasma Desktop.

Anyway I will try to open an issue on mpv github.

Digitalone1 commented 5 years ago

This is how to reproduce the loop after closing mpv. Open with mpv the mkv file with two audio tracks (of the same channel numbers) in autoplay disabled mode. Change track and close mpv. Pulseeffects goes in loop appearing and disappearing into the volume manager. mpv process is terminated, not present in process list.

Here is the log, that lasts almost a minute.

Log ``` (pulseeffects:2509): pulseeffects-DEBUG: 09:54:06.679: sie: PLAYING -> PAUSED -> READY (pulseeffects:2509): pulseeffects-DEBUG: 09:54:06.683: sie: PAUSED -> READY -> VOID_PENDING (pulseeffects:2509): pulseeffects-DEBUG: 09:54:06.712: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:06.741: sie: rtkit: changed GstQueue:queue0 thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:06.753: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:06.754: sie: sampling rate: 48000 Hz (pulseeffects:2509): pulseeffects-DEBUG: 09:54:08.399: peadapter: pulseaudio block size 480 frames (pulseeffects:2509): pulseeffects-DEBUG: 09:54:08.399: peadapter: we will read in chunks of 512 frames (pulseeffects:2509): pulseeffects-DEBUG: 09:54:08.402: sie: total latency: 140 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:54:08.416: sie: READY -> PAUSED -> PLAYING (pulseeffects:2509): pulseeffects-DEBUG: 09:54:08.419: sie: pulsesrc latency [us]: 10000 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:08.419: sie: pulsesrc buffer [us]: 200000 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:08.419: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:54:08.419: sie: pulsesink latency [us]: 10000 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:08.419: sie: pulsesink buffer [us]: 200000 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:08.419: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:54:08.420: sie: PAUSED -> PLAYING -> VOID_PENDING (pulseeffects:2509): pulseeffects-DEBUG: 09:54:08.420: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:54:08.422: sie: PLAYING -> PAUSED -> READY (pulseeffects:2509): pulseeffects-DEBUG: 09:54:08.425: sie: PAUSED -> READY -> VOID_PENDING (pulseeffects:2509): pulseeffects-DEBUG: 09:54:08.441: sie: rtkit: changed GstQueue:queue0 thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:08.450: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:08.466: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:08.466: sie: sampling rate: 48000 Hz (pulseeffects:2509): pulseeffects-DEBUG: 09:54:10.465: peadapter: pulseaudio block size 480 frames (pulseeffects:2509): pulseeffects-DEBUG: 09:54:10.465: peadapter: we will read in chunks of 512 frames (pulseeffects:2509): pulseeffects-DEBUG: 09:54:10.477: sie: total latency: 140 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:54:10.504: sie: rtkit: changed GstQueue:queue0 thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:10.513: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:10.526: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:10.526: sie: sampling rate: 48000 Hz (pulseeffects:2509): pulseeffects-DEBUG: 09:54:12.541: peadapter: pulseaudio block size 480 frames (pulseeffects:2509): pulseeffects-DEBUG: 09:54:12.541: peadapter: we will read in chunks of 512 frames (pulseeffects:2509): pulseeffects-DEBUG: 09:54:12.553: sie: total latency: 140 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:54:12.579: sie: rtkit: changed GstQueue:queue0 thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:12.587: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:12.601: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:12.601: sie: sampling rate: 48000 Hz (pulseeffects:2509): pulseeffects-DEBUG: 09:54:14.617: peadapter: pulseaudio block size 480 frames (pulseeffects:2509): pulseeffects-DEBUG: 09:54:14.618: peadapter: we will read in chunks of 512 frames (pulseeffects:2509): pulseeffects-DEBUG: 09:54:14.629: sie: total latency: 140 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:54:14.656: sie: rtkit: changed GstQueue:queue0 thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:14.664: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:14.676: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:14.677: sie: sampling rate: 48000 Hz (pulseeffects:2509): pulseeffects-DEBUG: 09:54:16.693: peadapter: pulseaudio block size 480 frames (pulseeffects:2509): pulseeffects-DEBUG: 09:54:16.694: peadapter: we will read in chunks of 512 frames (pulseeffects:2509): pulseeffects-DEBUG: 09:54:16.706: sie: total latency: 140 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:54:16.735: sie: rtkit: changed GstQueue:queue0 thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:16.743: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:16.755: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:16.755: sie: sampling rate: 48000 Hz (pulseeffects:2509): pulseeffects-DEBUG: 09:54:18.769: peadapter: pulseaudio block size 480 frames (pulseeffects:2509): pulseeffects-DEBUG: 09:54:18.769: peadapter: we will read in chunks of 512 frames (pulseeffects:2509): pulseeffects-DEBUG: 09:54:18.781: sie: total latency: 140 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:54:18.812: sie: rtkit: changed GstQueue:queue0 thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:18.820: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:18.831: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:18.832: sie: sampling rate: 48000 Hz (pulseeffects:2509): pulseeffects-DEBUG: 09:54:20.855: peadapter: pulseaudio block size 480 frames (pulseeffects:2509): pulseeffects-DEBUG: 09:54:20.855: peadapter: we will read in chunks of 512 frames (pulseeffects:2509): pulseeffects-DEBUG: 09:54:20.867: sie: total latency: 140 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:54:20.894: sie: rtkit: changed GstQueue:queue0 thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:20.902: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:20.913: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:20.914: sie: sampling rate: 48000 Hz (pulseeffects:2509): pulseeffects-DEBUG: 09:54:22.931: peadapter: pulseaudio block size 480 frames (pulseeffects:2509): pulseeffects-DEBUG: 09:54:22.931: peadapter: we will read in chunks of 512 frames (pulseeffects:2509): pulseeffects-DEBUG: 09:54:22.943: sie: total latency: 140 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:54:22.970: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:22.979: sie: rtkit: changed GstQueue:queue0 thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-WARNING **: 09:54:22.988: sie: rtkit: MakeThreadRealtime: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: Device or resource busy (pulseeffects:2509): pulseeffects-DEBUG: 09:54:22.988: sie: sampling rate: 48000 Hz (pulseeffects:2509): pulseeffects-DEBUG: 09:54:25.007: peadapter: pulseaudio block size 480 frames (pulseeffects:2509): pulseeffects-DEBUG: 09:54:25.007: peadapter: we will read in chunks of 512 frames (pulseeffects:2509): pulseeffects-DEBUG: 09:54:25.019: sie: total latency: 140 ms (pulseeffects:2509): pulseeffects-WARNING **: 09:54:25.046: sie: rtkit: MakeThreadRealtime: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: Device or resource busy (pulseeffects:2509): pulseeffects-WARNING **: 09:54:25.054: sie: rtkit: MakeThreadRealtime: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: Device or resource busy (pulseeffects:2509): pulseeffects-WARNING **: 09:54:25.067: sie: rtkit: MakeThreadRealtime: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: Device or resource busy (pulseeffects:2509): pulseeffects-DEBUG: 09:54:25.067: sie: sampling rate: 48000 Hz (pulseeffects:2509): pulseeffects-DEBUG: 09:54:27.083: peadapter: pulseaudio block size 480 frames (pulseeffects:2509): pulseeffects-DEBUG: 09:54:27.083: peadapter: we will read in chunks of 512 frames (pulseeffects:2509): pulseeffects-DEBUG: 09:54:27.095: sie: total latency: 140 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:54:27.122: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:27.132: sie: rtkit: changed GstQueue:queue0 thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:27.142: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:27.143: sie: sampling rate: 48000 Hz (pulseeffects:2509): pulseeffects-DEBUG: 09:54:29.159: peadapter: pulseaudio block size 480 frames (pulseeffects:2509): pulseeffects-DEBUG: 09:54:29.159: peadapter: we will read in chunks of 512 frames (pulseeffects:2509): pulseeffects-DEBUG: 09:54:29.172: sie: total latency: 140 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:54:29.201: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:29.210: sie: rtkit: changed GstQueue:queue0 thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:29.219: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:29.219: sie: sampling rate: 48000 Hz (pulseeffects:2509): pulseeffects-DEBUG: 09:54:31.235: peadapter: pulseaudio block size 480 frames (pulseeffects:2509): pulseeffects-DEBUG: 09:54:31.236: peadapter: we will read in chunks of 512 frames (pulseeffects:2509): pulseeffects-DEBUG: 09:54:31.247: sie: total latency: 140 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:54:31.275: sie: rtkit: changed GstQueue:queue0 thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:31.284: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:31.297: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:31.298: sie: sampling rate: 48000 Hz (pulseeffects:2509): pulseeffects-DEBUG: 09:54:33.311: peadapter: pulseaudio block size 480 frames (pulseeffects:2509): pulseeffects-DEBUG: 09:54:33.311: peadapter: we will read in chunks of 512 frames (pulseeffects:2509): pulseeffects-DEBUG: 09:54:33.323: sie: total latency: 140 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:54:33.350: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:33.359: sie: rtkit: changed GstQueue:queue0 thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:33.369: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:33.369: sie: sampling rate: 48000 Hz (pulseeffects:2509): pulseeffects-DEBUG: 09:54:35.387: peadapter: pulseaudio block size 480 frames (pulseeffects:2509): pulseeffects-DEBUG: 09:54:35.387: peadapter: we will read in chunks of 512 frames (pulseeffects:2509): pulseeffects-DEBUG: 09:54:35.399: sie: total latency: 140 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:54:35.429: sie: rtkit: changed GstQueue:queue0 thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:35.437: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:35.452: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:35.452: sie: sampling rate: 48000 Hz (pulseeffects:2509): pulseeffects-DEBUG: 09:54:37.463: peadapter: pulseaudio block size 480 frames (pulseeffects:2509): pulseeffects-DEBUG: 09:54:37.463: peadapter: we will read in chunks of 512 frames (pulseeffects:2509): pulseeffects-DEBUG: 09:54:37.476: sie: total latency: 140 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:54:37.507: sie: rtkit: changed GstQueue:queue0 thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:37.514: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:37.526: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:37.526: sie: sampling rate: 48000 Hz (pulseeffects:2509): pulseeffects-DEBUG: 09:54:39.540: peadapter: pulseaudio block size 480 frames (pulseeffects:2509): pulseeffects-DEBUG: 09:54:39.540: peadapter: we will read in chunks of 512 frames (pulseeffects:2509): pulseeffects-DEBUG: 09:54:39.552: sie: total latency: 140 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:54:39.579: sie: rtkit: changed GstQueue:queue0 thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:39.587: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:39.600: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:39.601: sie: sampling rate: 48000 Hz (pulseeffects:2509): pulseeffects-DEBUG: 09:54:41.615: peadapter: pulseaudio block size 480 frames (pulseeffects:2509): pulseeffects-DEBUG: 09:54:41.616: peadapter: we will read in chunks of 512 frames (pulseeffects:2509): pulseeffects-DEBUG: 09:54:41.627: sie: total latency: 140 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:54:41.654: sie: rtkit: changed GstQueue:queue0 thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:41.662: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:41.675: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:41.676: sie: sampling rate: 48000 Hz (pulseeffects:2509): pulseeffects-DEBUG: 09:54:43.691: peadapter: pulseaudio block size 480 frames (pulseeffects:2509): pulseeffects-DEBUG: 09:54:43.691: peadapter: we will read in chunks of 512 frames (pulseeffects:2509): pulseeffects-DEBUG: 09:54:43.703: sie: total latency: 140 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:54:43.731: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:43.741: sie: rtkit: changed GstQueue:queue0 thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-WARNING **: 09:54:43.749: sie: rtkit: MakeThreadRealtime: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: Device or resource busy (pulseeffects:2509): pulseeffects-DEBUG: 09:54:43.749: sie: sampling rate: 48000 Hz (pulseeffects:2509): pulseeffects-DEBUG: 09:54:45.767: peadapter: pulseaudio block size 480 frames (pulseeffects:2509): pulseeffects-DEBUG: 09:54:45.767: peadapter: we will read in chunks of 512 frames (pulseeffects:2509): pulseeffects-DEBUG: 09:54:45.779: sie: total latency: 140 ms (pulseeffects:2509): pulseeffects-WARNING **: 09:54:45.807: sie: rtkit: MakeThreadRealtime: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: Device or resource busy (pulseeffects:2509): pulseeffects-WARNING **: 09:54:45.815: sie: rtkit: MakeThreadRealtime: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: Device or resource busy (pulseeffects:2509): pulseeffects-WARNING **: 09:54:45.829: sie: rtkit: MakeThreadRealtime: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: Device or resource busy (pulseeffects:2509): pulseeffects-DEBUG: 09:54:45.830: sie: sampling rate: 48000 Hz (pulseeffects:2509): pulseeffects-DEBUG: 09:54:47.843: peadapter: pulseaudio block size 480 frames (pulseeffects:2509): pulseeffects-DEBUG: 09:54:47.843: peadapter: we will read in chunks of 512 frames (pulseeffects:2509): pulseeffects-DEBUG: 09:54:47.855: sie: total latency: 140 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:54:47.883: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:47.894: sie: rtkit: changed GstQueue:queue0 thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:47.904: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:47.905: sie: sampling rate: 48000 Hz (pulseeffects:2509): pulseeffects-DEBUG: 09:54:49.919: peadapter: pulseaudio block size 480 frames (pulseeffects:2509): pulseeffects-DEBUG: 09:54:49.919: peadapter: we will read in chunks of 512 frames (pulseeffects:2509): pulseeffects-DEBUG: 09:54:49.931: sie: total latency: 140 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:54:49.960: sie: rtkit: changed GstQueue:queue0 thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:49.968: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:49.981: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:49.981: sie: sampling rate: 48000 Hz (pulseeffects:2509): pulseeffects-DEBUG: 09:54:51.995: peadapter: pulseaudio block size 480 frames (pulseeffects:2509): pulseeffects-DEBUG: 09:54:51.996: peadapter: we will read in chunks of 512 frames (pulseeffects:2509): pulseeffects-DEBUG: 09:54:52.007: sie: total latency: 140 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:54:52.033: sie: rtkit: changed GstQueue:queue0 thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:52.041: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:52.055: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:52.056: sie: sampling rate: 48000 Hz (pulseeffects:2509): pulseeffects-DEBUG: 09:54:54.071: peadapter: pulseaudio block size 480 frames (pulseeffects:2509): pulseeffects-DEBUG: 09:54:54.071: peadapter: we will read in chunks of 512 frames (pulseeffects:2509): pulseeffects-DEBUG: 09:54:54.083: sie: total latency: 140 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:54:54.112: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:54.122: sie: rtkit: changed GstQueue:queue0 thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:54.131: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:54.131: sie: sampling rate: 48000 Hz (pulseeffects:2509): pulseeffects-DEBUG: 09:54:56.148: peadapter: pulseaudio block size 480 frames (pulseeffects:2509): pulseeffects-DEBUG: 09:54:56.148: peadapter: we will read in chunks of 512 frames (pulseeffects:2509): pulseeffects-DEBUG: 09:54:56.160: sie: total latency: 140 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:54:56.190: sie: rtkit: changed GstQueue:queue0 thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:56.198: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:56.209: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:56.209: sie: sampling rate: 48000 Hz (pulseeffects:2509): pulseeffects-DEBUG: 09:54:58.233: peadapter: pulseaudio block size 480 frames (pulseeffects:2509): pulseeffects-DEBUG: 09:54:58.234: peadapter: we will read in chunks of 512 frames (pulseeffects:2509): pulseeffects-DEBUG: 09:54:58.245: sie: total latency: 140 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:54:58.270: sie: rtkit: changed GstQueue:queue0 thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:58.279: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:58.292: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:54:58.292: sie: sampling rate: 48000 Hz (pulseeffects:2509): pulseeffects-DEBUG: 09:55:00.309: peadapter: pulseaudio block size 480 frames (pulseeffects:2509): pulseeffects-DEBUG: 09:55:00.310: peadapter: we will read in chunks of 512 frames (pulseeffects:2509): pulseeffects-DEBUG: 09:55:00.321: sie: total latency: 140 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:00.346: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:00.356: sie: rtkit: changed GstQueue:queue0 thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:00.366: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:00.366: sie: sampling rate: 48000 Hz (pulseeffects:2509): pulseeffects-DEBUG: 09:55:02.385: peadapter: pulseaudio block size 480 frames (pulseeffects:2509): pulseeffects-DEBUG: 09:55:02.386: peadapter: we will read in chunks of 512 frames (pulseeffects:2509): pulseeffects-DEBUG: 09:55:02.397: sie: total latency: 140 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:02.427: sie: rtkit: changed GstQueue:queue0 thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:02.436: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:02.449: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:02.450: sie: sampling rate: 48000 Hz (pulseeffects:2509): pulseeffects-DEBUG: 09:55:04.461: peadapter: pulseaudio block size 480 frames (pulseeffects:2509): pulseeffects-DEBUG: 09:55:04.461: peadapter: we will read in chunks of 512 frames (pulseeffects:2509): pulseeffects-DEBUG: 09:55:04.473: sie: total latency: 140 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:04.503: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:04.513: sie: rtkit: changed GstQueue:queue0 thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-WARNING **: 09:55:04.522: sie: rtkit: MakeThreadRealtime: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: Device or resource busy (pulseeffects:2509): pulseeffects-DEBUG: 09:55:04.522: sie: sampling rate: 48000 Hz (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.537: peadapter: pulseaudio block size 480 frames (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.538: peadapter: we will read in chunks of 512 frames (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.550: sie: total latency: 140 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.575: sie: READY -> PAUSED -> PLAYING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.578: sie: pulsesrc latency [us]: 10000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.578: sie: pulsesrc buffer [us]: 200000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.578: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.578: sie: pulsesink latency [us]: 10000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.578: sie: pulsesink buffer [us]: 200000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.578: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.578: sie: PAUSED -> PLAYING -> VOID_PENDING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.578: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.581: sie: PLAYING -> PAUSED -> READY (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.583: sie: PAUSED -> READY -> VOID_PENDING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.586: sie: READY -> PAUSED -> PLAYING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.588: sie: pulsesrc latency [us]: 10000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.588: sie: pulsesrc buffer [us]: 200000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.588: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.588: sie: pulsesink latency [us]: 10000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.588: sie: pulsesink buffer [us]: 200000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.588: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.588: sie: PAUSED -> PLAYING -> VOID_PENDING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.588: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.591: sie: PLAYING -> PAUSED -> READY (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.593: sie: PAUSED -> READY -> VOID_PENDING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.595: sie: READY -> PAUSED -> PLAYING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.598: sie: pulsesrc latency [us]: 10000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.598: sie: pulsesrc buffer [us]: 200000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.598: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.598: sie: pulsesink latency [us]: 10000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.598: sie: pulsesink buffer [us]: 200000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.598: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.598: sie: PAUSED -> PLAYING -> VOID_PENDING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.598: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.601: sie: PLAYING -> PAUSED -> READY (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.603: sie: PAUSED -> READY -> VOID_PENDING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.605: sie: READY -> PAUSED -> PLAYING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.608: sie: pulsesrc latency [us]: 10000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.608: sie: pulsesrc buffer [us]: 200000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.608: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.608: sie: pulsesink latency [us]: 10000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.608: sie: pulsesink buffer [us]: 200000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.608: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.608: sie: PAUSED -> PLAYING -> VOID_PENDING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.608: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.610: sie: PLAYING -> PAUSED -> READY (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.612: sie: PAUSED -> READY -> VOID_PENDING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.614: sie: READY -> PAUSED -> PLAYING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.617: sie: pulsesrc latency [us]: 10000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.617: sie: pulsesrc buffer [us]: 200000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.617: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.617: sie: pulsesink latency [us]: 10000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.617: sie: pulsesink buffer [us]: 200000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.617: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.617: sie: PAUSED -> PLAYING -> VOID_PENDING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.617: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.619: sie: PLAYING -> PAUSED -> READY (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.622: sie: PAUSED -> READY -> VOID_PENDING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.624: sie: READY -> PAUSED -> PLAYING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.626: sie: pulsesrc latency [us]: 10000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.626: sie: pulsesrc buffer [us]: 200000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.626: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.626: sie: pulsesink latency [us]: 10000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.626: sie: pulsesink buffer [us]: 200000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.626: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.627: sie: PAUSED -> PLAYING -> VOID_PENDING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.627: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.629: sie: PLAYING -> PAUSED -> READY (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.631: sie: PAUSED -> READY -> VOID_PENDING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.633: sie: READY -> PAUSED -> PLAYING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.636: sie: pulsesrc latency [us]: 10000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.636: sie: pulsesrc buffer [us]: 200000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.636: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.636: sie: pulsesink latency [us]: 10000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.636: sie: pulsesink buffer [us]: 200000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.636: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.636: sie: PAUSED -> PLAYING -> VOID_PENDING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.636: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.638: sie: PLAYING -> PAUSED -> READY (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.641: sie: PAUSED -> READY -> VOID_PENDING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.643: sie: READY -> PAUSED -> PLAYING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.645: sie: pulsesrc latency [us]: 10000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.645: sie: pulsesrc buffer [us]: 200000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.645: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.645: sie: pulsesink latency [us]: 10000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.645: sie: pulsesink buffer [us]: 200000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.645: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.646: sie: PAUSED -> PLAYING -> VOID_PENDING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.646: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.648: sie: PLAYING -> PAUSED -> READY (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.650: sie: PAUSED -> READY -> VOID_PENDING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.652: sie: READY -> PAUSED -> PLAYING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.655: sie: pulsesrc latency [us]: 10000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.655: sie: pulsesrc buffer [us]: 200000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.655: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.655: sie: pulsesink latency [us]: 10000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.655: sie: pulsesink buffer [us]: 200000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.655: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.655: sie: PAUSED -> PLAYING -> VOID_PENDING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.655: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.657: sie: PLAYING -> PAUSED -> READY (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.660: sie: PAUSED -> READY -> VOID_PENDING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.662: sie: READY -> PAUSED -> PLAYING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.664: sie: pulsesrc latency [us]: 10000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.664: sie: pulsesrc buffer [us]: 200000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.664: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.664: sie: pulsesink latency [us]: 10000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.664: sie: pulsesink buffer [us]: 200000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.664: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.664: sie: PAUSED -> PLAYING -> VOID_PENDING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.664: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.667: sie: PLAYING -> PAUSED -> READY (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.669: sie: PAUSED -> READY -> VOID_PENDING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.671: sie: READY -> PAUSED -> PLAYING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.673: sie: pulsesrc latency [us]: 10000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.673: sie: pulsesrc buffer [us]: 200000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.674: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.674: sie: pulsesink latency [us]: 10000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.674: sie: pulsesink buffer [us]: 200000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.674: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.674: sie: PAUSED -> PLAYING -> VOID_PENDING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.674: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.676: sie: PLAYING -> PAUSED -> READY (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.678: sie: PAUSED -> READY -> VOID_PENDING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.681: sie: READY -> PAUSED -> PLAYING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.683: sie: pulsesrc latency [us]: 10000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.683: sie: pulsesrc buffer [us]: 200000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.683: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.683: sie: pulsesink latency [us]: 10000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.683: sie: pulsesink buffer [us]: 200000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.683: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.683: sie: PAUSED -> PLAYING -> VOID_PENDING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.683: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.685: sie: PLAYING -> PAUSED -> READY (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.688: sie: PAUSED -> READY -> VOID_PENDING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.690: sie: READY -> PAUSED -> PLAYING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.692: sie: pulsesrc latency [us]: 10000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.693: sie: pulsesrc buffer [us]: 200000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.693: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.693: sie: pulsesink latency [us]: 10000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.693: sie: pulsesink buffer [us]: 200000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.693: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.693: sie: PAUSED -> PLAYING -> VOID_PENDING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.693: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.695: sie: PLAYING -> PAUSED -> READY (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.698: sie: PAUSED -> READY -> VOID_PENDING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.700: sie: READY -> PAUSED -> PLAYING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.702: sie: pulsesrc latency [us]: 10000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.702: sie: pulsesrc buffer [us]: 200000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.702: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.702: sie: pulsesink latency [us]: 10000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.702: sie: pulsesink buffer [us]: 200000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.702: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.703: sie: PAUSED -> PLAYING -> VOID_PENDING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.703: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.705: sie: PLAYING -> PAUSED -> READY (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.707: sie: PAUSED -> READY -> VOID_PENDING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.709: sie: READY -> PAUSED -> PLAYING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.712: sie: pulsesrc latency [us]: 10000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.712: sie: pulsesrc buffer [us]: 200000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.712: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.712: sie: pulsesink latency [us]: 10000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.712: sie: pulsesink buffer [us]: 200000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.712: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.712: sie: PAUSED -> PLAYING -> VOID_PENDING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.712: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.714: sie: PLAYING -> PAUSED -> READY (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.717: sie: PAUSED -> READY -> VOID_PENDING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.719: sie: READY -> PAUSED -> PLAYING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.721: sie: pulsesrc latency [us]: 10000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.721: sie: pulsesrc buffer [us]: 200000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.721: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.721: sie: pulsesink latency [us]: 10000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.721: sie: pulsesink buffer [us]: 200000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.721: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.722: sie: PAUSED -> PLAYING -> VOID_PENDING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.722: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.724: sie: PLAYING -> PAUSED -> READY (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.726: sie: PAUSED -> READY -> VOID_PENDING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.728: sie: READY -> PAUSED -> PLAYING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.731: sie: pulsesrc latency [us]: 10000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.731: sie: pulsesrc buffer [us]: 200000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.731: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.731: sie: pulsesink latency [us]: 10000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.731: sie: pulsesink buffer [us]: 200000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.731: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.731: sie: PAUSED -> PLAYING -> VOID_PENDING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.731: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.733: sie: PLAYING -> PAUSED -> READY (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.736: sie: PAUSED -> READY -> VOID_PENDING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.738: sie: READY -> PAUSED -> PLAYING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.740: sie: pulsesrc latency [us]: 10000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.740: sie: pulsesrc buffer [us]: 200000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.741: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.741: sie: pulsesink latency [us]: 10000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.741: sie: pulsesink buffer [us]: 200000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.741: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.741: sie: PAUSED -> PLAYING -> VOID_PENDING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.741: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.743: sie: PLAYING -> PAUSED -> READY (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.746: sie: PAUSED -> READY -> VOID_PENDING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.748: sie: READY -> PAUSED -> PLAYING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.750: sie: pulsesrc latency [us]: 10000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.750: sie: pulsesrc buffer [us]: 200000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.751: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.751: sie: pulsesink latency [us]: 10000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.751: sie: pulsesink buffer [us]: 200000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.751: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.751: sie: PAUSED -> PLAYING -> VOID_PENDING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.751: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.753: sie: PLAYING -> PAUSED -> READY (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.756: sie: PAUSED -> READY -> VOID_PENDING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.758: sie: READY -> PAUSED -> PLAYING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.760: sie: pulsesrc latency [us]: 10000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.760: sie: pulsesrc buffer [us]: 200000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.760: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.761: sie: pulsesink latency [us]: 10000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.761: sie: pulsesink buffer [us]: 200000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.761: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.761: sie: PAUSED -> PLAYING -> VOID_PENDING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.761: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.763: sie: PLAYING -> PAUSED -> READY (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.765: sie: PAUSED -> READY -> VOID_PENDING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.768: sie: READY -> PAUSED -> PLAYING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.770: sie: pulsesrc latency [us]: 10000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.770: sie: pulsesrc buffer [us]: 200000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.770: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.770: sie: pulsesink latency [us]: 10000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.770: sie: pulsesink buffer [us]: 200000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.770: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.770: sie: PAUSED -> PLAYING -> VOID_PENDING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.771: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.773: sie: PLAYING -> PAUSED -> READY (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.775: sie: PAUSED -> READY -> VOID_PENDING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.778: sie: READY -> PAUSED -> PLAYING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.780: sie: pulsesrc latency [us]: 10000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.780: sie: pulsesrc buffer [us]: 200000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.780: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.780: sie: pulsesink latency [us]: 10000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.780: sie: pulsesink buffer [us]: 200000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.780: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.780: sie: PAUSED -> PLAYING -> VOID_PENDING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.781: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.783: sie: PLAYING -> PAUSED -> READY (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.785: sie: PAUSED -> READY -> VOID_PENDING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.788: sie: READY -> PAUSED -> PLAYING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.790: sie: pulsesrc latency [us]: 10000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.790: sie: pulsesrc buffer [us]: 200000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.790: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.790: sie: pulsesink latency [us]: 10000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.790: sie: pulsesink buffer [us]: 200000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.790: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.790: sie: PAUSED -> PLAYING -> VOID_PENDING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.790: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.793: sie: PLAYING -> PAUSED -> READY (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.795: sie: PAUSED -> READY -> VOID_PENDING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.798: sie: READY -> PAUSED -> PLAYING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.800: sie: pulsesrc latency [us]: 10000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.800: sie: pulsesrc buffer [us]: 200000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.800: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.800: sie: pulsesink latency [us]: 10000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.800: sie: pulsesink buffer [us]: 200000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.800: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.800: sie: PAUSED -> PLAYING -> VOID_PENDING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.800: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.803: sie: PLAYING -> PAUSED -> READY (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.805: sie: PAUSED -> READY -> VOID_PENDING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.808: sie: READY -> PAUSED -> PLAYING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.810: sie: pulsesrc latency [us]: 10000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.810: sie: pulsesrc buffer [us]: 200000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.810: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.810: sie: pulsesink latency [us]: 10000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.810: sie: pulsesink buffer [us]: 200000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.811: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.811: sie: PAUSED -> PLAYING -> VOID_PENDING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.811: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.813: sie: PLAYING -> PAUSED -> READY (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.816: sie: PAUSED -> READY -> VOID_PENDING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.818: sie: READY -> PAUSED -> PLAYING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.820: sie: pulsesrc latency [us]: 10000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.820: sie: pulsesrc buffer [us]: 200000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.820: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.821: sie: pulsesink latency [us]: 10000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.821: sie: pulsesink buffer [us]: 200000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.821: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.821: sie: PAUSED -> PLAYING -> VOID_PENDING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.821: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.823: sie: PLAYING -> PAUSED -> READY (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.826: sie: PAUSED -> READY -> VOID_PENDING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.828: sie: READY -> PAUSED -> PLAYING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.830: sie: pulsesrc latency [us]: 10000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.830: sie: pulsesrc buffer [us]: 200000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.830: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.831: sie: pulsesink latency [us]: 10000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.831: sie: pulsesink buffer [us]: 200000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.831: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.831: sie: PAUSED -> PLAYING -> VOID_PENDING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.831: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.833: sie: PLAYING -> PAUSED -> READY (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.836: sie: PAUSED -> READY -> VOID_PENDING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.838: sie: READY -> PAUSED -> PLAYING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.840: sie: pulsesrc latency [us]: 10000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.840: sie: pulsesrc buffer [us]: 200000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.841: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.841: sie: pulsesink latency [us]: 10000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.841: sie: pulsesink buffer [us]: 200000 (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.841: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.841: sie: PAUSED -> PLAYING -> VOID_PENDING (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.841: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.843: sie: PLAYING -> PAUSED -> READY (pulseeffects:2509): pulseeffects-DEBUG: 09:55:06.846: sie: PAUSED -> READY -> VOID_PENDING ```

And this is when mpv is shut down after switching track during playback. As you can see, that lasts shorter than the previous case, but the issue is present:

Log ``` (pulseeffects:2509): pulseeffects-DEBUG: 10:13:02.880: sie: PLAYING -> PAUSED -> READY (pulseeffects:2509): pulseeffects-DEBUG: 10:13:02.883: sie: PAUSED -> READY -> VOID_PENDING (pulseeffects:2509): pulseeffects-DEBUG: 10:13:02.903: sie: rtkit: changed GstQueue:queue0 thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 10:13:02.918: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 10:13:02.937: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 10:13:02.937: sie: sampling rate: 48000 Hz (pulseeffects:2509): pulseeffects-DEBUG: 10:13:04.884: peadapter: pulseaudio block size 480 frames (pulseeffects:2509): pulseeffects-DEBUG: 10:13:04.884: peadapter: we will read in chunks of 512 frames (pulseeffects:2509): pulseeffects-DEBUG: 10:13:04.888: sie: total latency: 140 ms (pulseeffects:2509): pulseeffects-DEBUG: 10:13:04.903: sie: READY -> PAUSED -> PLAYING (pulseeffects:2509): pulseeffects-DEBUG: 10:13:04.906: sie: pulsesrc latency [us]: 10000 (pulseeffects:2509): pulseeffects-DEBUG: 10:13:04.906: sie: pulsesrc buffer [us]: 200000 (pulseeffects:2509): pulseeffects-DEBUG: 10:13:04.907: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 10:13:04.907: sie: pulsesink latency [us]: 10000 (pulseeffects:2509): pulseeffects-DEBUG: 10:13:04.907: sie: pulsesink buffer [us]: 200000 (pulseeffects:2509): pulseeffects-DEBUG: 10:13:04.907: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 10:13:04.907: sie: PAUSED -> PLAYING -> VOID_PENDING (pulseeffects:2509): pulseeffects-DEBUG: 10:13:04.907: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 10:13:04.910: sie: PLAYING -> PAUSED -> READY (pulseeffects:2509): pulseeffects-DEBUG: 10:13:04.912: sie: PAUSED -> READY -> VOID_PENDING (pulseeffects:2509): pulseeffects-DEBUG: 10:13:04.930: sie: rtkit: changed GstQueue:queue0 thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 10:13:04.939: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 10:13:04.957: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 10:13:04.957: sie: sampling rate: 48000 Hz (pulseeffects:2509): pulseeffects-DEBUG: 10:13:06.950: peadapter: pulseaudio block size 480 frames (pulseeffects:2509): pulseeffects-DEBUG: 10:13:06.950: peadapter: we will read in chunks of 512 frames (pulseeffects:2509): pulseeffects-DEBUG: 10:13:06.962: sie: total latency: 140 ms (pulseeffects:2509): pulseeffects-DEBUG: 10:13:06.994: sie: rtkit: changed GstQueue:queue0 thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 10:13:07.005: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 10:13:07.021: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:2509): pulseeffects-DEBUG: 10:13:07.022: sie: sampling rate: 48000 Hz (pulseeffects:2509): pulseeffects-DEBUG: 10:13:09.026: peadapter: pulseaudio block size 480 frames (pulseeffects:2509): pulseeffects-DEBUG: 10:13:09.027: peadapter: we will read in chunks of 512 frames (pulseeffects:2509): pulseeffects-DEBUG: 10:13:09.038: sie: total latency: 140 ms (pulseeffects:2509): pulseeffects-DEBUG: 10:13:09.059: sie: READY -> PAUSED -> PLAYING (pulseeffects:2509): pulseeffects-DEBUG: 10:13:09.062: sie: pulsesrc latency [us]: 10000 (pulseeffects:2509): pulseeffects-DEBUG: 10:13:09.062: sie: pulsesrc buffer [us]: 200000 (pulseeffects:2509): pulseeffects-DEBUG: 10:13:09.062: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 10:13:09.062: sie: pulsesink latency [us]: 10000 (pulseeffects:2509): pulseeffects-DEBUG: 10:13:09.062: sie: pulsesink buffer [us]: 200000 (pulseeffects:2509): pulseeffects-DEBUG: 10:13:09.062: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 10:13:09.062: sie: PAUSED -> PLAYING -> VOID_PENDING (pulseeffects:2509): pulseeffects-DEBUG: 10:13:09.062: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 10:13:09.065: sie: PLAYING -> PAUSED -> READY (pulseeffects:2509): pulseeffects-DEBUG: 10:13:09.067: sie: PAUSED -> READY -> VOID_PENDING (pulseeffects:2509): pulseeffects-DEBUG: 10:13:09.070: sie: READY -> PAUSED -> PLAYING (pulseeffects:2509): pulseeffects-DEBUG: 10:13:09.072: sie: pulsesrc latency [us]: 10000 (pulseeffects:2509): pulseeffects-DEBUG: 10:13:09.072: sie: pulsesrc buffer [us]: 200000 (pulseeffects:2509): pulseeffects-DEBUG: 10:13:09.072: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 10:13:09.072: sie: pulsesink latency [us]: 10000 (pulseeffects:2509): pulseeffects-DEBUG: 10:13:09.072: sie: pulsesink buffer [us]: 200000 (pulseeffects:2509): pulseeffects-DEBUG: 10:13:09.072: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 10:13:09.072: sie: PAUSED -> PLAYING -> VOID_PENDING (pulseeffects:2509): pulseeffects-DEBUG: 10:13:09.072: sie: total latency: 0 ms (pulseeffects:2509): pulseeffects-DEBUG: 10:13:09.074: sie: PLAYING -> PAUSED -> READY (pulseeffects:2509): pulseeffects-DEBUG: 10:13:09.076: sie: PAUSED -> READY -> VOID_PENDING ```
Digitalone1 commented 5 years ago

It seems that the latest git is not causing the issue. I found out that upstream mpv package is very old getting the release of the last October 2018.

I have to test it, but can't compile now. @wwmm if you can do it, please let me know. Thanks.

https://aur.archlinux.org/packages/mpv-full/

Digitalone1 commented 5 years ago

So, did the compilation (it took less than I expected) and it's the same also with the latest git.

mpv --no-config --pause

File with 2 tracks, one 5.1, the other 2.0.

log ``` mag 20 22:53:37 hp255g5arch pulseaudio[1006]: I: [pulseaudio] client.c: Created 95 "Native client (UNIX socket client)" mag 20 22:53:37 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Client added for object /org/pulseaudio/core1/client95 mag 20 22:53:37 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: Protocol version: remote 32, local 32 mag 20 22:53:37 hp255g5arch pulseaudio[1006]: I: [pulseaudio] protocol-native.c: Got credentials: uid=1000 gid=1000 success=1 mag 20 22:53:37 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: SHM possible: yes mag 20 22:53:37 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: Negotiated SHM: yes mag 20 22:53:37 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: Memfd possible: yes mag 20 22:53:37 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: Negotiated SHM type: shared memfd mag 20 22:53:37 hp255g5arch pulseaudio[1006]: D: [pulseaudio] memblock.c: Using shared memfd memory pool with 1024 slots of size 64,0 KiB each, total size is 64,0 MiB, maximum usable slot size is 65472 mag 20 22:53:37 hp255g5arch pulseaudio[1006]: D: [pulseaudio] srbchannel.c: SHM block is 65472 bytes, ringbuffer capacity is 2 * 32712 bytes mag 20 22:53:37 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: Enabling srbchannel... mag 20 22:53:37 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-augment-properties.c: Looking for .desktop file for mpv mag 20 22:53:37 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: Client enabled srbchannel. mag 20 22:53:37 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-intended-roles.c: Not setting device for stream audio stream, because already set. mag 20 22:53:37 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink-input.c: Negotiated format: pcm, format.sample_format = "\"s16le\"" format.rate = "48000" format.channels = "6" format.channel_map = "\"front-left,front-right,front-center,lfe,side-left,side-right\"" mag 20 22:53:37 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: Trying to change sample rate mag 20 22:53:37 hp255g5arch pulseaudio[1006]: I: [pulseaudio] module-stream-restore.c: Restoring volume for sink input sink-input-by-application-name:mpv Media Player. mag 20 22:53:37 hp255g5arch pulseaudio[1006]: I: [pulseaudio] module-stream-restore.c: Restoring mute state for sink input sink-input-by-application-name:mpv Media Player. mag 20 22:53:37 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-suspend-on-idle.c: Sink alsa_output.pci-0000_00_14.2.analog-stereo becomes busy, resuming. mag 20 22:53:37 hp255g5arch pulseaudio[1006]: D: [pulseaudio] reserve-wrap.c: Successfully acquired reservation lock on device 'Audio1' mag 20 22:53:37 hp255g5arch pulseaudio[1006]: I: [alsa-sink-ALC3227 Analog] alsa-sink.c: Trying resume... mag 20 22:53:37 hp255g5arch pulseaudio[1006]: I: [alsa-sink-ALC3227 Analog] alsa-util.c: Trying to disable ALSA period wakeups, using timers only mag 20 22:53:37 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-util.c: Maximum hw buffer size is 10922 ms mag 20 22:53:37 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-util.c: Set buffer size first (to 96000 samples), period size second (to 48000 samples). mag 20 22:53:37 hp255g5arch pulseaudio[1006]: I: [alsa-sink-ALC3227 Analog] alsa-util.c: ALSA period wakeups disabled mag 20 22:53:37 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: hwbuf_unused=0 mag 20 22:53:37 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: setting avail_min=95041 mag 20 22:53:37 hp255g5arch pulseaudio[1006]: I: [alsa-sink-ALC3227 Analog] alsa-sink.c: Time scheduling watermark is 20,00ms mag 20 22:53:37 hp255g5arch pulseaudio[1006]: I: [alsa-sink-ALC3227 Analog] alsa-sink.c: Resumed successfully... mag 20 22:53:37 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink.c: alsa_output.pci-0000_00_14.2.analog-stereo: suspend_cause: IDLE -> (none) mag 20 22:53:37 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink.c: alsa_output.pci-0000_00_14.2.analog-stereo: state: SUSPENDED -> IDLE mag 20 22:53:37 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-suspend-on-idle.c: Sink alsa_output.pci-0000_00_14.2.analog-stereo becomes idle, timeout in 5 seconds. mag 20 22:53:37 hp255g5arch pulseaudio[1006]: I: [alsa-sink-ALC3227 Analog] alsa-sink.c: Starting playback. mag 20 22:53:37 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] ratelimit.c: 349 events suppressed mag 20 22:53:37 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Cutting sleep time for the initial iterations by half. mag 20 22:53:37 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Cutting sleep time for the initial iterations by half. mag 20 22:53:37 hp255g5arch pulseaudio[1006]: D: [pulseaudio] source.c: alsa_output.pci-0000_00_14.2.analog-stereo.monitor: suspend_cause: IDLE -> (none) mag 20 22:53:37 hp255g5arch pulseaudio[1006]: D: [pulseaudio] source.c: alsa_output.pci-0000_00_14.2.analog-stereo.monitor: state: SUSPENDED -> IDLE mag 20 22:53:37 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-suspend-on-idle.c: Sink alsa_output.pci-0000_00_14.2.analog-stereo becomes idle, timeout in 5 seconds. mag 20 22:53:37 hp255g5arch pulseaudio[1006]: I: [pulseaudio] resampler.c: Forcing resampler 'copy', because of fixed, identical sample rates. mag 20 22:53:37 hp255g5arch pulseaudio[1006]: D: [pulseaudio] resampler.c: Resampler: mag 20 22:53:37 hp255g5arch pulseaudio[1006]: D: [pulseaudio] resampler.c: rate 48000 -> 48000 (method copy) mag 20 22:53:37 hp255g5arch pulseaudio[1006]: D: [pulseaudio] resampler.c: format s16le -> s32le (intermediate s16le) mag 20 22:53:37 hp255g5arch pulseaudio[1006]: D: [pulseaudio] resampler.c: channels 6 -> 2 (resampling 2) mag 20 22:53:37 hp255g5arch pulseaudio[1006]: D: [pulseaudio] resampler.c: Channel matrix: mag 20 22:53:37 hp255g5arch pulseaudio[1006]: D: [pulseaudio] resampler.c: I00 I01 I02 I03 I04 I05 mag 20 22:53:37 hp255g5arch pulseaudio[1006]: D: [pulseaudio] resampler.c: +------------------------------------ mag 20 22:53:37 hp255g5arch pulseaudio[1006]: D: [pulseaudio] resampler.c: O00 | 0,503 0,000 0,252 0,189 0,056 0,000 mag 20 22:53:37 hp255g5arch pulseaudio[1006]: D: [pulseaudio] resampler.c: O01 | 0,000 0,503 0,252 0,189 0,000 0,056 mag 20 22:53:37 hp255g5arch pulseaudio[1006]: I: [pulseaudio] remap.c: Using generic matrix remapping mag 20 22:53:37 hp255g5arch pulseaudio[1006]: D: [pulseaudio] memblockq.c: memblockq requested: maxlength=33554432, tlength=0, base=8, prebuf=0, minreq=1 maxrewind=0 mag 20 22:53:37 hp255g5arch pulseaudio[1006]: D: [pulseaudio] memblockq.c: memblockq sanitized: maxlength=33554432, tlength=33554432, base=8, prebuf=0, minreq=8 maxrewind=0 mag 20 22:53:37 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: Created input 400 "audio stream" on alsa_output.pci-0000_00_14.2.analog-stereo with sample spec s16le ch 6 48000 Hz and channel map front-left,front-right,front-center,lfe,side-left,side-right mag 20 22:53:37 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: media.icon_name = "mpv" mag 20 22:53:37 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: media.name = "audio stream" mag 20 22:53:37 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.name = "mpv Media Player" mag 20 22:53:37 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: native-protocol.peer = "UNIX socket client" mag 20 22:53:37 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: native-protocol.version = "32" mag 20 22:53:37 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.process.id = "889" mag 20 22:53:37 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.process.user = "gius" mag 20 22:53:37 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.process.host = "hp255g5arch" mag 20 22:53:37 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.process.binary = "mpv" mag 20 22:53:37 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.language = "C" mag 20 22:53:37 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: window.x11.display = ":0" mag 20 22:53:37 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.process.machine_id = "2dc58131197749a5a6bb8c783122abad" mag 20 22:53:37 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.process.session_id = "2" mag 20 22:53:37 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.icon_name = "mpv" mag 20 22:53:37 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: module-stream-restore.id = "sink-input-by-application-name:mpv Media Player" mag 20 22:53:37 hp255g5arch pulseaudio[1006]: I: [pulseaudio] protocol-native.c: Requested tlength=100,00 ms, minreq=20,00 ms mag 20 22:53:37 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: Traditional mode enabled, modifying sink usec only for compat with minreq. mag 20 22:53:37 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Cutting sleep time for the initial iterations by half. mag 20 22:53:37 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: Requested latency=60,00 ms, Received latency=60,00 ms mag 20 22:53:37 hp255g5arch pulseaudio[1006]: D: [pulseaudio] memblockq.c: memblockq requested: maxlength=4194304, tlength=57600, base=12, prebuf=46092, minreq=11520 maxrewind=0 mag 20 22:53:37 hp255g5arch pulseaudio[1006]: D: [pulseaudio] memblockq.c: memblockq sanitized: maxlength=4194312, tlength=57600, base=12, prebuf=46092, minreq=11520 maxrewind=0 mag 20 22:53:37 hp255g5arch pulseaudio[1006]: I: [pulseaudio] protocol-native.c: Final latency 160,00 ms = 60,00 ms + 2*20,00 ms + 60,00 ms mag 20 22:53:37 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Cutting sleep time for the initial iterations by half. mag 20 22:53:37 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Latency set to 60,00ms mag 20 22:53:37 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: hwbuf_unused=744960 mag 20 22:53:37 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: setting avail_min=95041 mag 20 22:53:37 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Requesting rewind due to latency change. mag 20 22:53:37 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Requested to rewind 768000 bytes. mag 20 22:53:37 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Limited to 767024 bytes. mag 20 22:53:37 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: before: 95878 mag 20 22:53:37 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: after: 95878 mag 20 22:53:37 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Rewound 767024 bytes. mag 20 22:53:37 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink.c: Processing rewind... mag 20 22:53:37 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink-input.c: Have to rewind 767024 bytes on render memblockq. mag 20 22:53:37 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] source.c: Processing rewind... mag 20 22:53:37 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Stream added for object /org/pulseaudio/core1/playback_stream400 mag 20 22:53:37 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink.c: alsa_output.pci-0000_00_14.2.analog-stereo: state: IDLE -> RUNNING mag 20 22:53:37 hp255g5arch pulseaudio[1006]: D: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event. mag 20 22:53:37 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink-input.c: Sink input 400: proplist[media.name]: (data) -> (data) mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink-input.c: Requesting rewind due to corking mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Requested to rewind 0 bytes. mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Mhmm, actually there is nothing to rewind. mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink.c: alsa_output.pci-0000_00_14.2.analog-stereo: state: RUNNING -> IDLE mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-suspend-on-idle.c: Sink alsa_output.pci-0000_00_14.2.analog-stereo becomes idle, timeout in 5 seconds. mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink-input.c: Requesting rewind due to uncorking mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Requested to rewind 23040 bytes. mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-suspend-on-idle.c: Sink alsa_output.pci-0000_00_14.2.analog-stereo becomes busy, resuming. mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Limited to 19536 bytes. mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: before: 2442 mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: after: 2442 mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Rewound 19536 bytes. mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink.c: Processing rewind... mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] source.c: Processing rewind... mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink.c: alsa_output.pci-0000_00_14.2.analog-stereo: state: IDLE -> RUNNING mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink-input.c: Requesting rewind due to corking mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Requested to rewind 0 bytes. mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Mhmm, actually there is nothing to rewind. mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink.c: alsa_output.pci-0000_00_14.2.analog-stereo: state: RUNNING -> IDLE mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-suspend-on-idle.c: Sink alsa_output.pci-0000_00_14.2.analog-stereo becomes idle, timeout in 5 seconds. mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink-input.c: Requesting rewind due to uncorking mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Requested to rewind 23040 bytes. mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Limited to 21432 bytes. mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: before: 2679 mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: after: 2679 mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Rewound 21432 bytes. mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink.c: Processing rewind... mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-suspend-on-idle.c: Sink alsa_output.pci-0000_00_14.2.analog-stereo becomes busy, resuming. mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] source.c: Processing rewind... mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink.c: alsa_output.pci-0000_00_14.2.analog-stereo: state: IDLE -> RUNNING mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Stream removed from object /org/pulseaudio/core1/playback_stream400 mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-suspend-on-idle.c: Sink alsa_output.pci-0000_00_14.2.analog-stereo becomes idle, timeout in 5 seconds. mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: hwbuf_unused=0 mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: setting avail_min=95041 mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Requested to rewind 768000 bytes. mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Limited to 21896 bytes. mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: before: 2737 mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: after: 2737 mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Rewound 21896 bytes. mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink.c: Processing rewind... mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] source.c: Processing rewind... mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink.c: alsa_output.pci-0000_00_14.2.analog-stereo: state: RUNNING -> IDLE mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-suspend-on-idle.c: Sink alsa_output.pci-0000_00_14.2.analog-stereo becomes idle, timeout in 5 seconds. mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [pulseaudio] core.c: Hmm, no streams around, trying to vacuum. mag 20 22:53:41 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: Freeing input 400 "[Koten_Gars] citrus - 02 [JP.BD][Hi10][1080p][FLAC] [FE270F65].mkv - mpv" mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Client removed from object /org/pulseaudio/core1/client95 mag 20 22:53:41 hp255g5arch pulseaudio[1006]: I: [pulseaudio] client.c: Freed 95 "mpv Media Player" mag 20 22:53:41 hp255g5arch pulseaudio[1006]: I: [pulseaudio] protocol-native.c: Connection died. mag 20 22:53:41 hp255g5arch pulseaudio[1006]: I: [pulseaudio] client.c: Created 96 "Native client (UNIX socket client)" mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Client added for object /org/pulseaudio/core1/client96 mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: Protocol version: remote 32, local 32 mag 20 22:53:41 hp255g5arch pulseaudio[1006]: I: [pulseaudio] protocol-native.c: Got credentials: uid=1000 gid=1000 success=1 mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: SHM possible: yes mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: Negotiated SHM: yes mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: Memfd possible: yes mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: Negotiated SHM type: shared memfd mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [pulseaudio] memblock.c: Using shared memfd memory pool with 1024 slots of size 64,0 KiB each, total size is 64,0 MiB, maximum usable slot size is 65472 mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [pulseaudio] srbchannel.c: SHM block is 65472 bytes, ringbuffer capacity is 2 * 32712 bytes mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: Enabling srbchannel... mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-augment-properties.c: Looking for .desktop file for mpv mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: Client enabled srbchannel. mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-intended-roles.c: Not setting device for stream audio stream, because already set. mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink-input.c: Negotiated format: pcm, format.sample_format = "\"s16le\"" format.rate = "48000" format.channels = "2" format.channel_map = "\"front-left,front-right\"" mag 20 22:53:41 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: Trying to change sample rate mag 20 22:53:41 hp255g5arch pulseaudio[1006]: I: [pulseaudio] module-stream-restore.c: Restoring volume for sink input sink-input-by-application-name:mpv Media Player. mag 20 22:53:41 hp255g5arch pulseaudio[1006]: I: [pulseaudio] module-stream-restore.c: Restoring mute state for sink input sink-input-by-application-name:mpv Media Player. mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-suspend-on-idle.c: Sink alsa_output.pci-0000_00_14.2.analog-stereo becomes busy, resuming. mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-suspend-on-idle.c: Sink alsa_output.pci-0000_00_14.2.analog-stereo becomes idle, timeout in 5 seconds. mag 20 22:53:41 hp255g5arch pulseaudio[1006]: I: [pulseaudio] resampler.c: Forcing resampler 'copy', because of fixed, identical sample rates. mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [pulseaudio] resampler.c: Resampler: mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [pulseaudio] resampler.c: rate 48000 -> 48000 (method copy) mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [pulseaudio] resampler.c: format s16le -> s32le (intermediate s16le) mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [pulseaudio] resampler.c: channels 2 -> 2 (resampling 2) mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [pulseaudio] memblockq.c: memblockq requested: maxlength=33554432, tlength=0, base=8, prebuf=0, minreq=1 maxrewind=0 mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [pulseaudio] memblockq.c: memblockq sanitized: maxlength=33554432, tlength=33554432, base=8, prebuf=0, minreq=8 maxrewind=0 mag 20 22:53:41 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: Created input 401 "audio stream" on alsa_output.pci-0000_00_14.2.analog-stereo with sample spec s16le ch 2 48000 Hz and channel map front-left,front-right mag 20 22:53:41 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: media.icon_name = "mpv" mag 20 22:53:41 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: media.name = "audio stream" mag 20 22:53:41 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.name = "mpv Media Player" mag 20 22:53:41 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: native-protocol.peer = "UNIX socket client" mag 20 22:53:41 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: native-protocol.version = "32" mag 20 22:53:41 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.process.id = "889" mag 20 22:53:41 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.process.user = "gius" mag 20 22:53:41 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.process.host = "hp255g5arch" mag 20 22:53:41 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.process.binary = "mpv" mag 20 22:53:41 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.language = "C" mag 20 22:53:41 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: window.x11.display = ":0" mag 20 22:53:41 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.process.machine_id = "2dc58131197749a5a6bb8c783122abad" mag 20 22:53:41 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.process.session_id = "2" mag 20 22:53:41 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.icon_name = "mpv" mag 20 22:53:41 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: module-stream-restore.id = "sink-input-by-application-name:mpv Media Player" mag 20 22:53:41 hp255g5arch pulseaudio[1006]: I: [pulseaudio] protocol-native.c: Requested tlength=100,00 ms, minreq=20,00 ms mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: Traditional mode enabled, modifying sink usec only for compat with minreq. mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: Requested latency=60,00 ms, Received latency=60,00 ms mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [pulseaudio] memblockq.c: memblockq requested: maxlength=4194304, tlength=19200, base=4, prebuf=15364, minreq=3840 maxrewind=0 mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [pulseaudio] memblockq.c: memblockq sanitized: maxlength=4194304, tlength=19200, base=4, prebuf=15364, minreq=3840 maxrewind=0 mag 20 22:53:41 hp255g5arch pulseaudio[1006]: I: [pulseaudio] protocol-native.c: Final latency 160,00 ms = 60,00 ms + 2*20,00 ms + 60,00 ms mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Latency set to 60,00ms mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: hwbuf_unused=744960 mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: setting avail_min=95041 mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Requesting rewind due to latency change. mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Requested to rewind 768000 bytes. mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Limited to 764520 bytes. mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: before: 95565 mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: after: 95565 mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Rewound 764520 bytes. mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink.c: Processing rewind... mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink-input.c: Have to rewind 764520 bytes on render memblockq. mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] source.c: Processing rewind... mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Stream added for object /org/pulseaudio/core1/playback_stream401 mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink.c: alsa_output.pci-0000_00_14.2.analog-stereo: state: IDLE -> RUNNING mag 20 22:53:41 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink-input.c: Sink input 401: proplist[media.name]: (data) -> (data) ```

Only 4 changes.

File with 2 tracks, both 2.0.

log See here

154 changes. I'm suspecting that the second file is broken, but the first one is not broken and the issue is present also with only two changes. Another thing that I didn't mentioned is that while doing this some audio frames get dropped.

The first file with pulseeffects:

log PA ``` mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] client.c: Created 103 "Native client (UNIX socket client)" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Client added for object /org/pulseaudio/core1/client103 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: Protocol version: remote 32, local 32 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] protocol-native.c: Got credentials: uid=1000 gid=1000 success=1 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: SHM possible: yes mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: Negotiated SHM: yes mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: Memfd possible: yes mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: Negotiated SHM type: shared memfd mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] memblock.c: Using shared memfd memory pool with 1024 slots of size 64,0 KiB each, total size is 64,0 MiB, maximum usable slot size is 65472 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] srbchannel.c: SHM block is 65472 bytes, ringbuffer capacity is 2 * 32712 bytes mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: Enabling srbchannel... mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-augment-properties.c: Looking for .desktop file for mpv mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: Client enabled srbchannel. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-intended-roles.c: Not setting device for stream audio stream, because already set. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink-input.c: Negotiated format: pcm, format.sample_format = "\"s16le\"" format.rate = "48000" format.channels = "6" format.channel_map = "\"front-left,front-right,front-center,lfe,side-left,side-right\"" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: Trying to change sample rate mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] module-stream-restore.c: Restoring volume for sink input sink-input-by-application-name:mpv Media Player. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] module-stream-restore.c: Restoring mute state for sink input sink-input-by-application-name:mpv Media Player. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-suspend-on-idle.c: Sink alsa_output.pci-0000_00_14.2.analog-stereo becomes busy, resuming. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] reserve-wrap.c: Successfully acquired reservation lock on device 'Audio1' mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [alsa-sink-ALC3227 Analog] alsa-sink.c: Trying resume... mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [alsa-sink-ALC3227 Analog] alsa-util.c: Trying to disable ALSA period wakeups, using timers only mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-util.c: Maximum hw buffer size is 10922 ms mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-util.c: Set buffer size first (to 96000 samples), period size second (to 48000 samples). mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [alsa-sink-ALC3227 Analog] alsa-util.c: ALSA period wakeups disabled mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: hwbuf_unused=0 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: setting avail_min=95041 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [alsa-sink-ALC3227 Analog] alsa-sink.c: Time scheduling watermark is 20,00ms mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [alsa-sink-ALC3227 Analog] alsa-sink.c: Resumed successfully... mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink.c: alsa_output.pci-0000_00_14.2.analog-stereo: suspend_cause: IDLE -> (none) mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink.c: alsa_output.pci-0000_00_14.2.analog-stereo: state: SUSPENDED -> IDLE mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-suspend-on-idle.c: Sink alsa_output.pci-0000_00_14.2.analog-stereo becomes idle, timeout in 5 seconds. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [alsa-sink-ALC3227 Analog] alsa-sink.c: Starting playback. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Cutting sleep time for the initial iterations by half. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] source.c: alsa_output.pci-0000_00_14.2.analog-stereo.monitor: suspend_cause: IDLE -> (none) mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] source.c: alsa_output.pci-0000_00_14.2.analog-stereo.monitor: state: SUSPENDED -> IDLE mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-suspend-on-idle.c: Sink alsa_output.pci-0000_00_14.2.analog-stereo becomes idle, timeout in 5 seconds. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] resampler.c: Forcing resampler 'copy', because of fixed, identical sample rates. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] resampler.c: Resampler: mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] resampler.c: rate 48000 -> 48000 (method copy) mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] resampler.c: format s16le -> s32le (intermediate s16le) mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] resampler.c: channels 6 -> 2 (resampling 2) mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] resampler.c: Channel matrix: mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] resampler.c: I00 I01 I02 I03 I04 I05 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] resampler.c: +------------------------------------ mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] resampler.c: O00 | 0,503 0,000 0,252 0,189 0,056 0,000 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] resampler.c: O01 | 0,000 0,503 0,252 0,189 0,000 0,056 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] remap.c: Using generic matrix remapping mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] memblockq.c: memblockq requested: maxlength=33554432, tlength=0, base=8, prebuf=0, minreq=1 maxrewind=0 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] memblockq.c: memblockq sanitized: maxlength=33554432, tlength=33554432, base=8, prebuf=0, minreq=8 maxrewind=0 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: Created input 406 "audio stream" on alsa_output.pci-0000_00_14.2.analog-stereo with sample spec s16le ch 6 48000 Hz and channel map front-left,front-right,front-center,lfe,side-left,side-right mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: media.icon_name = "mpv" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: media.name = "audio stream" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.name = "mpv Media Player" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: native-protocol.peer = "UNIX socket client" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: native-protocol.version = "32" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.process.id = "1564" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.process.user = "gius" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.process.host = "hp255g5arch" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.process.binary = "mpv" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.language = "C" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: window.x11.display = ":0" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.process.machine_id = "2dc58131197749a5a6bb8c783122abad" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.process.session_id = "2" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.icon_name = "mpv" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: module-stream-restore.id = "sink-input-by-application-name:mpv Media Player" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] protocol-native.c: Requested tlength=100,00 ms, minreq=20,00 ms mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: Traditional mode enabled, modifying sink usec only for compat with minreq. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Cutting sleep time for the initial iterations by half. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: Requested latency=60,00 ms, Received latency=60,00 ms mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] memblockq.c: memblockq requested: maxlength=4194304, tlength=57600, base=12, prebuf=46092, minreq=11520 maxrewind=0 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] memblockq.c: memblockq sanitized: maxlength=4194312, tlength=57600, base=12, prebuf=46092, minreq=11520 maxrewind=0 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] protocol-native.c: Final latency 160,00 ms = 60,00 ms + 2*20,00 ms + 60,00 ms mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Cutting sleep time for the initial iterations by half. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Latency set to 60,00ms mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: hwbuf_unused=744960 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: setting avail_min=95041 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Requesting rewind due to latency change. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Requested to rewind 768000 bytes. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Limited to 767056 bytes. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: before: 95882 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: after: 95882 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Rewound 767056 bytes. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink.c: Processing rewind... mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink-input.c: Have to rewind 767056 bytes on render memblockq. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] source.c: Processing rewind... mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Stream added for object /org/pulseaudio/core1/playback_stream406 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink.c: alsa_output.pci-0000_00_14.2.analog-stereo: state: IDLE -> RUNNING mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink-input.c: Sink input 406: proplist[media.name]: (data) -> (data) mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-suspend-on-idle.c: Sink alsa_output.pci-0000_00_14.2.analog-stereo becomes idle, timeout in 5 seconds. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink-input.c: Starting to move sink input 406 from 'alsa_output.pci-0000_00_14.2.analog-stereo' mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink-input.c: Have to rewind 21448 bytes on render memblockq. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink-input.c: Have to rewind 1148880 bytes on implementor. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: hwbuf_unused=0 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: setting avail_min=95041 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink.c: Requesting rewind due to started move mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Requested to rewind 768000 bytes. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Limited to 20896 bytes. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: before: 2612 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: after: 2612 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Rewound 20896 bytes. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink.c: Processing rewind... mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] source.c: Processing rewind... mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink.c: alsa_output.pci-0000_00_14.2.analog-stereo: state: RUNNING -> IDLE mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-suspend-on-idle.c: Sink alsa_output.pci-0000_00_14.2.analog-stereo becomes idle, timeout in 5 seconds. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: Trying to change sample rate mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] protocol-native.c: Requested tlength=100,00 ms, minreq=20,00 ms mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: Traditional mode enabled, modifying sink usec only for compat with minreq. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: Requested latency=60,00 ms, Received latency=60,00 ms mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] resampler.c: Forcing resampler 'copy', because of fixed, identical sample rates. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] resampler.c: Resampler: mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] resampler.c: rate 48000 -> 48000 (method copy) mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] resampler.c: format s16le -> float32le (intermediate s16le) mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] resampler.c: channels 6 -> 2 (resampling 2) mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] resampler.c: Channel matrix: mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] resampler.c: I00 I01 I02 I03 I04 I05 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] resampler.c: +------------------------------------ mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] resampler.c: O00 | 0,503 0,000 0,252 0,189 0,056 0,000 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] resampler.c: O01 | 0,000 0,503 0,252 0,189 0,000 0,056 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] remap.c: Using generic matrix remapping mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] memblockq.c: memblockq requested: maxlength=33554432, tlength=0, base=8, prebuf=0, minreq=1 maxrewind=0 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] memblockq.c: memblockq sanitized: maxlength=33554432, tlength=33554432, base=8, prebuf=0, minreq=8 maxrewind=0 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink-input.c: Updated resampler for sink input 406 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [null-sink] sink.c: Requesting rewind due to finished move mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink-input.c: Successfully moved sink input 406 to PulseEffects_apps. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-suspend-on-idle.c: Sink PulseEffects_apps becomes busy, resuming. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink.c: PulseEffects_apps: suspend_cause: IDLE -> (none) mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink.c: PulseEffects_apps: state: SUSPENDED -> RUNNING mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] source.c: PulseEffects_apps.monitor: suspend_cause: IDLE -> (none) mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] source.c: PulseEffects_apps.monitor: state: SUSPENDED -> IDLE mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] client.c: Created 104 "Native client (UNIX socket client)" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Client added for object /org/pulseaudio/core1/client104 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: Protocol version: remote 32, local 32 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] protocol-native.c: Got credentials: uid=1000 gid=1000 success=1 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: SHM possible: yes mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: Negotiated SHM: yes mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: Memfd possible: yes mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: Negotiated SHM type: shared memfd mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] memblock.c: Using shared memfd memory pool with 1024 slots of size 64,0 KiB each, total size is 64,0 MiB, maximum usable slot size is 65472 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] srbchannel.c: SHM block is 65472 bytes, ringbuffer capacity is 2 * 32712 bytes mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: Enabling srbchannel... mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-augment-properties.c: Looking for .desktop file for pulseeffects mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: Client enabled srbchannel. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] client.c: Created 105 "Native client (UNIX socket client)" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Client added for object /org/pulseaudio/core1/client105 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: Protocol version: remote 32, local 32 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] protocol-native.c: Got credentials: uid=1000 gid=1000 success=1 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: SHM possible: yes mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: Negotiated SHM: yes mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: Memfd possible: yes mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: Negotiated SHM type: shared memfd mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] memblock.c: Using shared memfd memory pool with 1024 slots of size 64,0 KiB each, total size is 64,0 MiB, maximum usable slot size is 65472 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] srbchannel.c: SHM block is 65472 bytes, ringbuffer capacity is 2 * 32712 bytes mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: Enabling srbchannel... mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-augment-properties.c: Looking for .desktop file for pulseeffects mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: Client enabled srbchannel. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-device-manager.c: Not restoring device for stream because already set. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-intended-roles.c: Not setting device for stream Record Stream, because already set. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] source-output.c: Negotiated format: pcm, format.sample_format = "\"float32le\"" format.rate = "48000" format.channels = "2" format.channel_map = "\"front-left,front-right\"" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] module-stream-restore.c: Restoring volume for source output source-output-by-application-id:com.github.wwmm.pulseeffects.sinkinputs. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-suspend-on-idle.c: Sink PulseEffects_apps becomes busy, resuming. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] memblockq.c: memblockq requested: maxlength=33554432, tlength=0, base=8, prebuf=0, minreq=1 maxrewind=0 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] memblockq.c: memblockq sanitized: maxlength=33554432, tlength=33554432, base=8, prebuf=0, minreq=8 maxrewind=0 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] source-output.c: Created output 166 "Record Stream" on PulseEffects_apps.monitor with sample spec float32le ch 2 48000 Hz and channel map front-left,front-right mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] source-output.c: application.id = "com.github.wwmm.pulseeffects.sinkinputs" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] source-output.c: media.name = "Record Stream" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] source-output.c: application.name = "PulseEffects" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] source-output.c: native-protocol.peer = "UNIX socket client" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] source-output.c: native-protocol.version = "32" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] source-output.c: application.icon_name = "pulseeffects" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] source-output.c: application.process.id = "1501" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] source-output.c: application.process.user = "gius" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] source-output.c: application.process.host = "hp255g5arch" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] source-output.c: application.process.binary = "pulseeffects" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] source-output.c: application.language = "it_IT.UTF-8" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] source-output.c: window.x11.display = ":0" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] source-output.c: application.process.machine_id = "2dc58131197749a5a6bb8c783122abad" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] source-output.c: application.process.session_id = "2" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] source-output.c: module-stream-restore.id = "source-output-by-application-id:com.github.wwmm.pulseeffects.sinkinputs" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] memblockq.c: memblockq requested: maxlength=76800, tlength=0, base=8, prebuf=1, minreq=0 maxrewind=0 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] memblockq.c: memblockq sanitized: maxlength=76800, tlength=76800, base=8, prebuf=8, minreq=8 maxrewind=0 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] protocol-native.c: Final latency 20,00 ms = 10,00 ms + 10,00 ms mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Stream added for object /org/pulseaudio/core1/record_stream166 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: Client pulseeffects changes volume of source output Record Stream. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-suspend-on-idle.c: Sink PulseEffects_apps becomes busy, resuming. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] source.c: PulseEffects_apps.monitor: state: IDLE -> RUNNING mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-device-manager.c: Not restoring device for stream because already set. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-intended-roles.c: Not setting device for stream pulsesink probe, because already set. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink-input.c: Negotiated format: pcm, format.sample_format = "\"s16le\"" format.rate = "44100" format.channels = "2" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: Trying to change sample rate mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink.c: Suspending sink alsa_output.pci-0000_00_14.2.analog-stereo due to changing format. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [alsa-sink-ALC3227 Analog] alsa-sink.c: Device suspended... mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink.c: alsa_output.pci-0000_00_14.2.analog-stereo: suspend_cause: (none) -> INTERNAL mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink.c: alsa_output.pci-0000_00_14.2.analog-stereo: state: IDLE -> SUSPENDED mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] source.c: alsa_output.pci-0000_00_14.2.analog-stereo.monitor: suspend_cause: (none) -> INTERNAL mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] source.c: alsa_output.pci-0000_00_14.2.analog-stereo.monitor: state: IDLE -> SUSPENDED mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] alsa-sink.c: Updating rate for device front:1, new rate is 44100 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] source.c: Suspending source alsa_output.pci-0000_00_14.2.analog-stereo.monitor due to changing the sample rate. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] source.c: Changed sampling rate successfully mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink.c: Changed format successfully mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] reserve-wrap.c: Successfully acquired reservation lock on device 'Audio1' mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [alsa-sink-ALC3227 Analog] alsa-sink.c: Trying resume... mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [alsa-sink-ALC3227 Analog] alsa-util.c: Trying to disable ALSA period wakeups, using timers only mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-util.c: Maximum hw buffer size is 11888 ms mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-util.c: Set buffer size first (to 96000 samples), period size second (to 48000 samples). mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [alsa-sink-ALC3227 Analog] alsa-util.c: ALSA period wakeups disabled mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: hwbuf_unused=0 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: setting avail_min=95040 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: hwbuf_unused=0 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: setting avail_min=95039 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: hwbuf_unused=0 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: setting avail_min=95039 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [alsa-sink-ALC3227 Analog] alsa-sink.c: Time scheduling watermark is 21,79ms mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [alsa-sink-ALC3227 Analog] alsa-sink.c: Resumed successfully... mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink.c: alsa_output.pci-0000_00_14.2.analog-stereo: suspend_cause: INTERNAL -> (none) mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink.c: alsa_output.pci-0000_00_14.2.analog-stereo: state: SUSPENDED -> IDLE mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-suspend-on-idle.c: Sink alsa_output.pci-0000_00_14.2.analog-stereo becomes idle, timeout in 5 seconds. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [alsa-sink-ALC3227 Analog] alsa-sink.c: Starting playback. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Cutting sleep time for the initial iterations by half. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] source.c: alsa_output.pci-0000_00_14.2.analog-stereo.monitor: suspend_cause: INTERNAL -> (none) mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] source.c: alsa_output.pci-0000_00_14.2.analog-stereo.monitor: state: SUSPENDED -> IDLE mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: Rate changed to 44100 Hz mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-suspend-on-idle.c: Sink alsa_output.pci-0000_00_14.2.analog-stereo becomes busy, resuming. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-suspend-on-idle.c: Sink alsa_output.pci-0000_00_14.2.analog-stereo becomes idle, timeout in 5 seconds. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] resampler.c: Forcing resampler 'copy', because of fixed, identical sample rates. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] resampler.c: Resampler: mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] resampler.c: rate 44100 -> 44100 (method copy) mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] resampler.c: format s16le -> s32le (intermediate s16le) mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] resampler.c: channels 2 -> 2 (resampling 2) mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] memblockq.c: memblockq requested: maxlength=33554432, tlength=0, base=8, prebuf=0, minreq=1 maxrewind=0 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] memblockq.c: memblockq sanitized: maxlength=33554432, tlength=33554432, base=8, prebuf=0, minreq=8 maxrewind=0 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: Created input 407 "pulsesink probe" on alsa_output.pci-0000_00_14.2.analog-stereo with sample spec s16le ch 2 44100 Hz and channel map front-left,front-right mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.id = "com.github.wwmm.pulseeffects.sinkinputs" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: media.name = "pulsesink probe" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.name = "PulseEffects" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: native-protocol.peer = "UNIX socket client" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: native-protocol.version = "32" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.icon_name = "pulseeffects" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.process.id = "1501" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.process.user = "gius" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.process.host = "hp255g5arch" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.process.binary = "pulseeffects" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.language = "it_IT.UTF-8" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: window.x11.display = ":0" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.process.machine_id = "2dc58131197749a5a6bb8c783122abad" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.process.session_id = "2" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: module-stream-restore.id = "sink-input-by-application-id:com.github.wwmm.pulseeffects.sinkinputs" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] protocol-native.c: Requested tlength=272,11 ms, minreq=20,00 ms mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: Adjust latency mode enabled, configuring sink latency to half of overall latency. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Cutting sleep time for the initial iterations by half. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: Requested latency=116,05 ms, Received latency=116,05 ms mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] memblockq.c: memblockq requested: maxlength=4194304, tlength=27528, base=4, prebuf=24004, minreq=3528 maxrewind=0 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] memblockq.c: memblockq sanitized: maxlength=4194304, tlength=27528, base=4, prebuf=24004, minreq=3528 maxrewind=0 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] protocol-native.c: Final latency 272,11 ms = 116,05 ms + 2*20,00 ms + 116,05 ms mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Cutting sleep time for the initial iterations by half. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Latency set to 116,05ms mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: hwbuf_unused=727064 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: setting avail_min=95040 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Requesting rewind due to latency change. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Requested to rewind 768000 bytes. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Limited to 767024 bytes. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: before: 95878 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: after: 95878 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Rewound 767024 bytes. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink.c: Processing rewind... mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink-input.c: Have to rewind 767024 bytes on render memblockq. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] source.c: Processing rewind... mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Stream added for object /org/pulseaudio/core1/playback_stream407 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-udev-detect.c: /dev/snd/controlC1 is accessible: yes mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-udev-detect.c: Resuming all sinks and sources of card alsa_card.pci-0000_00_14.2. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Stream removed from object /org/pulseaudio/core1/playback_stream407 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-suspend-on-idle.c: Sink alsa_output.pci-0000_00_14.2.analog-stereo becomes idle, timeout in 5 seconds. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: hwbuf_unused=0 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: setting avail_min=95039 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Requested to rewind 768000 bytes. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Limited to 29544 bytes. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: before: 3693 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: after: 3693 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Rewound 29544 bytes. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: Freeing input 407 "pulsesink probe" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink.c: Processing rewind... mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] source.c: Processing rewind... mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-device-manager.c: Not restoring device for stream because already set. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-intended-roles.c: Not setting device for stream Playback Stream, because already set. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink-input.c: Negotiated format: pcm, format.sample_format = "\"float32le\"" format.channels = "2" format.rate = "48000" format.channel_map = "\"front-left,front-right\"" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: Trying to change sample rate mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink.c: Suspending sink alsa_output.pci-0000_00_14.2.analog-stereo due to changing format. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [alsa-sink-ALC3227 Analog] alsa-sink.c: Device suspended... mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink.c: alsa_output.pci-0000_00_14.2.analog-stereo: suspend_cause: (none) -> INTERNAL mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink.c: alsa_output.pci-0000_00_14.2.analog-stereo: state: IDLE -> SUSPENDED mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] source.c: alsa_output.pci-0000_00_14.2.analog-stereo.monitor: suspend_cause: (none) -> INTERNAL mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] source.c: alsa_output.pci-0000_00_14.2.analog-stereo.monitor: state: IDLE -> SUSPENDED mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] alsa-sink.c: Updating rate for device front:1, new rate is 48000 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] source.c: Suspending source alsa_output.pci-0000_00_14.2.analog-stereo.monitor due to changing the sample rate. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] source.c: Changed sampling rate successfully mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink.c: Changed format successfully mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] reserve-wrap.c: Successfully acquired reservation lock on device 'Audio1' mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [alsa-sink-ALC3227 Analog] alsa-sink.c: Trying resume... mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [alsa-sink-ALC3227 Analog] alsa-util.c: Trying to disable ALSA period wakeups, using timers only mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-util.c: Maximum hw buffer size is 10922 ms mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-util.c: Set buffer size first (to 96000 samples), period size second (to 48000 samples). mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [alsa-sink-ALC3227 Analog] alsa-util.c: ALSA period wakeups disabled mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: hwbuf_unused=0 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: setting avail_min=95040 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: hwbuf_unused=0 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: setting avail_min=95041 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: hwbuf_unused=0 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: setting avail_min=95041 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [alsa-sink-ALC3227 Analog] alsa-sink.c: Time scheduling watermark is 20,00ms mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [alsa-sink-ALC3227 Analog] alsa-sink.c: Resumed successfully... mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [alsa-sink-ALC3227 Analog] alsa-sink.c: Starting playback. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Cutting sleep time for the initial iterations by half. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink.c: alsa_output.pci-0000_00_14.2.analog-stereo: suspend_cause: INTERNAL -> (none) mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink.c: alsa_output.pci-0000_00_14.2.analog-stereo: state: SUSPENDED -> IDLE mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-suspend-on-idle.c: Sink alsa_output.pci-0000_00_14.2.analog-stereo becomes idle, timeout in 5 seconds. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] source.c: alsa_output.pci-0000_00_14.2.analog-stereo.monitor: suspend_cause: INTERNAL -> (none) mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] source.c: alsa_output.pci-0000_00_14.2.analog-stereo.monitor: state: SUSPENDED -> IDLE mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: Rate changed to 48000 Hz mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-suspend-on-idle.c: Sink alsa_output.pci-0000_00_14.2.analog-stereo becomes busy, resuming. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-suspend-on-idle.c: Sink alsa_output.pci-0000_00_14.2.analog-stereo becomes idle, timeout in 5 seconds. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] resampler.c: Forcing resampler 'copy', because of fixed, identical sample rates. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] resampler.c: Resampler: mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] resampler.c: rate 48000 -> 48000 (method copy) mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] resampler.c: format float32le -> s32le (intermediate float32le) mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] resampler.c: channels 2 -> 2 (resampling 2) mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] memblockq.c: memblockq requested: maxlength=33554432, tlength=0, base=8, prebuf=0, minreq=1 maxrewind=0 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] memblockq.c: memblockq sanitized: maxlength=33554432, tlength=33554432, base=8, prebuf=0, minreq=8 maxrewind=0 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: Created input 408 "Playback Stream" on alsa_output.pci-0000_00_14.2.analog-stereo with sample spec float32le ch 2 48000 Hz and channel map front-left,front-right mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.id = "com.github.wwmm.pulseeffects.sinkinputs" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: media.name = "Playback Stream" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.name = "PulseEffects" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: native-protocol.peer = "UNIX socket client" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: native-protocol.version = "32" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.icon_name = "pulseeffects" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.process.id = "1501" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.process.user = "gius" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.process.host = "hp255g5arch" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.process.binary = "pulseeffects" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.language = "it_IT.UTF-8" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: window.x11.display = ":0" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.process.machine_id = "2dc58131197749a5a6bb8c783122abad" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.process.session_id = "2" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: module-stream-restore.id = "sink-input-by-application-id:com.github.wwmm.pulseeffects.sinkinputs" mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] protocol-native.c: Requested tlength=200,00 ms, minreq=10,00 ms mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: Adjust latency mode enabled, configuring sink latency to half of overall latency. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: Requested latency=90,00 ms, Received latency=90,00 ms mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] memblockq.c: memblockq requested: maxlength=4194304, tlength=42240, base=8, prebuf=0, minreq=3840 maxrewind=0 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] memblockq.c: memblockq sanitized: maxlength=4194304, tlength=42240, base=8, prebuf=0, minreq=3840 maxrewind=0 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: I: [pulseaudio] protocol-native.c: Final latency 200,00 ms = 90,00 ms + 2*10,00 ms + 90,00 ms mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Latency set to 90,00ms mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: hwbuf_unused=733440 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: setting avail_min=95041 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Requesting rewind due to latency change. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Requested to rewind 768000 bytes. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Limited to 766904 bytes. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: before: 95863 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: after: 95863 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Rewound 766904 bytes. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink.c: Processing rewind... mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink-input.c: Have to rewind 766904 bytes on render memblockq. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] source.c: Processing rewind... mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Stream added for object /org/pulseaudio/core1/playback_stream408 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-udev-detect.c: /dev/snd/controlC1 is accessible: yes mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-udev-detect.c: Resuming all sinks and sources of card alsa_card.pci-0000_00_14.2. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink-input.c: Requesting rewind due to uncorking mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Requested to rewind 34560 bytes. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Limited to 30904 bytes. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: before: 3863 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: after: 3863 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Rewound 30904 bytes. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink.c: Processing rewind... mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] source.c: Processing rewind... mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-suspend-on-idle.c: Sink alsa_output.pci-0000_00_14.2.analog-stereo becomes busy, resuming. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink.c: alsa_output.pci-0000_00_14.2.analog-stereo: state: IDLE -> RUNNING mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] protocol-native.c: Requesting rewind due to rewrite. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Requested to rewind 34112 bytes. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Limited to 33384 bytes. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: before: 4173 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: after: 4173 mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Rewound 33384 bytes. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink.c: Processing rewind... mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink-input.c: Have to rewind 33384 bytes on render memblockq. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink-input.c: Have to rewind 33384 bytes on implementor. mag 20 23:13:58 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] source.c: Processing rewind... mag 20 23:14:00 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] protocol-native.c: Requesting rewind due to rewrite. mag 20 23:14:00 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Requested to rewind 6680 bytes. mag 20 23:14:00 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Limited to 6680 bytes. mag 20 23:14:00 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: before: 835 mag 20 23:14:00 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: after: 835 mag 20 23:14:00 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Rewound 6680 bytes. mag 20 23:14:00 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink.c: Processing rewind... mag 20 23:14:00 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink-input.c: Have to rewind 6680 bytes on render memblockq. mag 20 23:14:00 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink-input.c: Have to rewind 6680 bytes on implementor. mag 20 23:14:00 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] source.c: Processing rewind... mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [null-sink] sink-input.c: Requesting rewind due to corking mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink.c: PulseEffects_apps: state: RUNNING -> IDLE mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [null-sink] sink-input.c: Requesting rewind due to uncorking mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [null-sink] module-null-sink.c: Requested to rewind 3840 bytes. mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [null-sink] sink.c: Processing rewind... mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-suspend-on-idle.c: Sink PulseEffects_apps becomes busy, resuming. mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [null-sink] source.c: Processing rewind... mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [null-sink] module-null-sink.c: Rewound 3184 bytes. mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink.c: PulseEffects_apps: state: IDLE -> RUNNING mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink-input.c: Requesting rewind due to corking mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Requested to rewind 34560 bytes. mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Limited to 22496 bytes. mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: before: 2812 mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: after: 2812 mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Rewound 22496 bytes. mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink.c: Processing rewind... mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink-input.c: Have to rewind 22496 bytes on render memblockq. mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink-input.c: Have to rewind 22496 bytes on implementor. mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] source.c: Processing rewind... mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink.c: alsa_output.pci-0000_00_14.2.analog-stereo: Found underrun 34112 bytes ago (424 bytes ahead in playback buffer) mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink.c: alsa_output.pci-0000_00_14.2.analog-stereo: Found underrun 34112 bytes ago (408 bytes ahead in playback buffer) mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink.c: alsa_output.pci-0000_00_14.2.analog-stereo: state: RUNNING -> IDLE mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-suspend-on-idle.c: Sink alsa_output.pci-0000_00_14.2.analog-stereo becomes idle, timeout in 5 seconds. mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink.c: alsa_output.pci-0000_00_14.2.analog-stereo: Found underrun 34112 bytes ago (336 bytes ahead in playback buffer) mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink.c: alsa_output.pci-0000_00_14.2.analog-stereo: Found underrun 34112 bytes ago (320 bytes ahead in playback buffer) mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink.c: alsa_output.pci-0000_00_14.2.analog-stereo: Found underrun 34112 bytes ago (184 bytes ahead in playback buffer) mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink.c: alsa_output.pci-0000_00_14.2.analog-stereo: Found underrun 34112 bytes ago (168 bytes ahead in playback buffer) mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink.c: alsa_output.pci-0000_00_14.2.analog-stereo: Found underrun 34112 bytes ago (48 bytes ahead in playback buffer) mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink.c: alsa_output.pci-0000_00_14.2.analog-stereo: Found underrun 34112 bytes ago (32 bytes ahead in playback buffer) mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] source.c: PulseEffects_apps.monitor: state: RUNNING -> IDLE mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [null-sink] sink-input.c: Requesting rewind due to corking mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink.c: PulseEffects_apps: state: RUNNING -> IDLE mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-suspend-on-idle.c: Sink PulseEffects_apps becomes idle, timeout in 5 seconds. mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Stream removed from object /org/pulseaudio/core1/playback_stream408 mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-suspend-on-idle.c: Sink alsa_output.pci-0000_00_14.2.analog-stereo becomes idle, timeout in 5 seconds. mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: hwbuf_unused=0 mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: setting avail_min=95041 mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Requested to rewind 768000 bytes. mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: Freeing input 408 "Playback Stream" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Limited to 32240 bytes. mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: before: 4030 mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: after: 4030 mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Rewound 32240 bytes. mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink.c: Processing rewind... mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] source.c: Processing rewind... mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [null-sink] sink-input.c: Requesting rewind due to uncorking mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [null-sink] module-null-sink.c: Requested to rewind 3840 bytes. mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [null-sink] sink.c: Processing rewind... mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-suspend-on-idle.c: Sink PulseEffects_apps becomes busy, resuming. mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [null-sink] source.c: Processing rewind... mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [null-sink] module-null-sink.c: Rewound 1392 bytes. mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink.c: PulseEffects_apps: state: IDLE -> RUNNING mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Stream removed from object /org/pulseaudio/core1/playback_stream406 mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-suspend-on-idle.c: Sink PulseEffects_apps becomes idle, timeout in 5 seconds. mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [null-sink] module-null-sink.c: Requested to rewind 3840 bytes. mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [null-sink] sink.c: Processing rewind... mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [null-sink] source.c: Processing rewind... mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [null-sink] module-null-sink.c: Rewound 2888 bytes. mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink.c: PulseEffects_apps: state: RUNNING -> IDLE mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-suspend-on-idle.c: Sink PulseEffects_apps becomes idle, timeout in 5 seconds. mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: Freeing input 406 "[Koten_Gars] citrus - 02 [JP.BD][Hi10][1080p][FLAC] [FE270F65].mkv - mpv" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Client removed from object /org/pulseaudio/core1/client103 mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] client.c: Freed 103 "mpv Media Player" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] protocol-native.c: Connection died. mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Stream removed from object /org/pulseaudio/core1/record_stream166 mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-suspend-on-idle.c: Sink PulseEffects_apps becomes idle, timeout in 5 seconds. mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] core.c: Hmm, no streams around, trying to vacuum. mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] source-output.c: Freeing output 166 "Record Stream" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] client.c: Created 106 "Native client (UNIX socket client)" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Client added for object /org/pulseaudio/core1/client106 mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: Protocol version: remote 32, local 32 mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] protocol-native.c: Got credentials: uid=1000 gid=1000 success=1 mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: SHM possible: yes mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: Negotiated SHM: yes mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: Memfd possible: yes mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: Negotiated SHM type: shared memfd mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] memblock.c: Using shared memfd memory pool with 1024 slots of size 64,0 KiB each, total size is 64,0 MiB, maximum usable slot size is 65472 mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] srbchannel.c: SHM block is 65472 bytes, ringbuffer capacity is 2 * 32712 bytes mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: Enabling srbchannel... mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-augment-properties.c: Looking for .desktop file for mpv mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: Client enabled srbchannel. mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-intended-roles.c: Not setting device for stream audio stream, because already set. mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink-input.c: Negotiated format: pcm, format.sample_format = "\"s16le\"" format.rate = "48000" format.channels = "2" format.channel_map = "\"front-left,front-right\"" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: Trying to change sample rate mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] module-stream-restore.c: Restoring volume for sink input sink-input-by-application-name:mpv Media Player. mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] module-stream-restore.c: Restoring mute state for sink input sink-input-by-application-name:mpv Media Player. mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-suspend-on-idle.c: Sink alsa_output.pci-0000_00_14.2.analog-stereo becomes busy, resuming. mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-suspend-on-idle.c: Sink alsa_output.pci-0000_00_14.2.analog-stereo becomes idle, timeout in 5 seconds. mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] resampler.c: Forcing resampler 'copy', because of fixed, identical sample rates. mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] resampler.c: Resampler: mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] resampler.c: rate 48000 -> 48000 (method copy) mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] resampler.c: format s16le -> s32le (intermediate s16le) mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] resampler.c: channels 2 -> 2 (resampling 2) mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] memblockq.c: memblockq requested: maxlength=33554432, tlength=0, base=8, prebuf=0, minreq=1 maxrewind=0 mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] memblockq.c: memblockq sanitized: maxlength=33554432, tlength=33554432, base=8, prebuf=0, minreq=8 maxrewind=0 mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: Created input 409 "audio stream" on alsa_output.pci-0000_00_14.2.analog-stereo with sample spec s16le ch 2 48000 Hz and channel map front-left,front-right mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: media.icon_name = "mpv" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: media.name = "audio stream" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.name = "mpv Media Player" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: native-protocol.peer = "UNIX socket client" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: native-protocol.version = "32" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.process.id = "1564" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.process.user = "gius" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.process.host = "hp255g5arch" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.process.binary = "mpv" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.language = "C" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: window.x11.display = ":0" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.process.machine_id = "2dc58131197749a5a6bb8c783122abad" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.process.session_id = "2" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.icon_name = "mpv" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: module-stream-restore.id = "sink-input-by-application-name:mpv Media Player" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] protocol-native.c: Requested tlength=100,00 ms, minreq=20,00 ms mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: Traditional mode enabled, modifying sink usec only for compat with minreq. mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: Requested latency=60,00 ms, Received latency=60,00 ms mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] memblockq.c: memblockq requested: maxlength=4194304, tlength=19200, base=4, prebuf=15364, minreq=3840 maxrewind=0 mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] memblockq.c: memblockq sanitized: maxlength=4194304, tlength=19200, base=4, prebuf=15364, minreq=3840 maxrewind=0 mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] protocol-native.c: Final latency 160,00 ms = 60,00 ms + 2*20,00 ms + 60,00 ms mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Latency set to 60,00ms mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: hwbuf_unused=744960 mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: setting avail_min=95041 mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Requesting rewind due to latency change. mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Requested to rewind 768000 bytes. mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Limited to 762272 bytes. mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: before: 95284 mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: after: 95284 mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Rewound 762272 bytes. mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink.c: Processing rewind... mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink-input.c: Have to rewind 762272 bytes on render memblockq. mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] source.c: Processing rewind... mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Stream added for object /org/pulseaudio/core1/playback_stream409 mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink.c: alsa_output.pci-0000_00_14.2.analog-stereo: state: IDLE -> RUNNING mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink-input.c: Sink input 409: proplist[media.name]: (data) -> (data) mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-device-manager.c: Not restoring device for stream because already set. mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-intended-roles.c: Not setting device for stream Record Stream, because already set. mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] source-output.c: Negotiated format: pcm, format.sample_format = "\"float32le\"" format.rate = "48000" format.channels = "2" format.channel_map = "\"front-left,front-right\"" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] module-stream-restore.c: Restoring volume for source output source-output-by-application-id:com.github.wwmm.pulseeffects.sinkinputs. mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-suspend-on-idle.c: Sink PulseEffects_apps becomes busy, resuming. mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-suspend-on-idle.c: Sink PulseEffects_apps becomes idle, timeout in 5 seconds. mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] memblockq.c: memblockq requested: maxlength=33554432, tlength=0, base=8, prebuf=0, minreq=1 maxrewind=0 mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] memblockq.c: memblockq sanitized: maxlength=33554432, tlength=33554432, base=8, prebuf=0, minreq=8 maxrewind=0 mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] source-output.c: Created output 167 "Record Stream" on PulseEffects_apps.monitor with sample spec float32le ch 2 48000 Hz and channel map front-left,front-right mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] source-output.c: application.id = "com.github.wwmm.pulseeffects.sinkinputs" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] source-output.c: media.name = "Record Stream" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] source-output.c: application.name = "PulseEffects" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] source-output.c: native-protocol.peer = "UNIX socket client" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] source-output.c: native-protocol.version = "32" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] source-output.c: application.icon_name = "pulseeffects" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] source-output.c: application.process.id = "1501" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] source-output.c: application.process.user = "gius" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] source-output.c: application.process.host = "hp255g5arch" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] source-output.c: application.process.binary = "pulseeffects" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] source-output.c: application.language = "it_IT.UTF-8" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] source-output.c: window.x11.display = ":0" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] source-output.c: application.process.machine_id = "2dc58131197749a5a6bb8c783122abad" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] source-output.c: application.process.session_id = "2" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] source-output.c: module-stream-restore.id = "source-output-by-application-id:com.github.wwmm.pulseeffects.sinkinputs" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] memblockq.c: memblockq requested: maxlength=76800, tlength=0, base=8, prebuf=1, minreq=0 maxrewind=0 mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] memblockq.c: memblockq sanitized: maxlength=76800, tlength=76800, base=8, prebuf=8, minreq=8 maxrewind=0 mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] protocol-native.c: Final latency 20,00 ms = 10,00 ms + 10,00 ms mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Stream added for object /org/pulseaudio/core1/record_stream167 mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-suspend-on-idle.c: Sink PulseEffects_apps becomes busy, resuming. mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] source.c: PulseEffects_apps.monitor: state: IDLE -> RUNNING mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-device-manager.c: Not restoring device for stream because already set. mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-intended-roles.c: Not setting device for stream pulsesink probe, because already set. mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink-input.c: Negotiated format: pcm, format.sample_format = "\"s16le\"" format.rate = "44100" format.channels = "2" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: Trying to change sample rate mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink.c: Cannot update rate, SINK_IS_RUNNING, will keep using 48000 Hz mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-suspend-on-idle.c: Sink alsa_output.pci-0000_00_14.2.analog-stereo becomes busy, resuming. mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] resampler.c: Resampler: mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] resampler.c: rate 44100 -> 48000 (method soxr-vhq) mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] resampler.c: format s16le -> s32le (intermediate float32le) mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] resampler.c: channels 2 -> 2 (resampling 2) mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] memblockq.c: memblockq requested: maxlength=33554432, tlength=0, base=8, prebuf=0, minreq=1 maxrewind=0 mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] memblockq.c: memblockq sanitized: maxlength=33554432, tlength=33554432, base=8, prebuf=0, minreq=8 maxrewind=0 mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: Created input 410 "pulsesink probe" on alsa_output.pci-0000_00_14.2.analog-stereo with sample spec s16le ch 2 44100 Hz and channel map front-left,front-right mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.id = "com.github.wwmm.pulseeffects.sinkinputs" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: media.name = "pulsesink probe" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.name = "PulseEffects" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: native-protocol.peer = "UNIX socket client" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: native-protocol.version = "32" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.icon_name = "pulseeffects" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.process.id = "1501" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.process.user = "gius" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.process.host = "hp255g5arch" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.process.binary = "pulseeffects" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.language = "it_IT.UTF-8" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: window.x11.display = ":0" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.process.machine_id = "2dc58131197749a5a6bb8c783122abad" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.process.session_id = "2" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: module-stream-restore.id = "sink-input-by-application-id:com.github.wwmm.pulseeffects.sinkinputs" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] protocol-native.c: Requested tlength=272,11 ms, minreq=20,00 ms mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: Adjust latency mode enabled, configuring sink latency to half of overall latency. mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: Requested latency=116,05 ms, Received latency=116,05 ms mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] memblockq.c: memblockq requested: maxlength=4194304, tlength=27528, base=4, prebuf=24004, minreq=3528 maxrewind=0 mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] memblockq.c: memblockq sanitized: maxlength=4194304, tlength=27528, base=4, prebuf=24004, minreq=3528 maxrewind=0 mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] protocol-native.c: Final latency 272,11 ms = 116,05 ms + 2*20,00 ms + 116,05 ms mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Latency set to 60,00ms mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: hwbuf_unused=744960 mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: setting avail_min=95041 mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Stream added for object /org/pulseaudio/core1/playback_stream410 mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Stream removed from object /org/pulseaudio/core1/playback_stream410 mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Latency set to 60,00ms mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: hwbuf_unused=744960 mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: setting avail_min=95041 mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Requested to rewind 23040 bytes. mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Limited to 21752 bytes. mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: before: 2719 mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: Freeing input 410 "pulsesink probe" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: after: 2719 mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Rewound 21752 bytes. mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink.c: Processing rewind... mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink-input.c: Have to rewind 21752 bytes on render memblockq. mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] source.c: Processing rewind... mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-device-manager.c: Not restoring device for stream because already set. mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-intended-roles.c: Not setting device for stream Playback Stream, because already set. mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink-input.c: Negotiated format: pcm, format.sample_format = "\"float32le\"" format.channels = "2" format.rate = "48000" format.channel_map = "\"front-left,front-right\"" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: Trying to change sample rate mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink.c: Cannot update rate, SINK_IS_RUNNING, will keep using 48000 Hz mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-suspend-on-idle.c: Sink alsa_output.pci-0000_00_14.2.analog-stereo becomes busy, resuming. mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] resampler.c: Forcing resampler 'copy', because of fixed, identical sample rates. mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] resampler.c: Resampler: mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] resampler.c: rate 48000 -> 48000 (method copy) mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] resampler.c: format float32le -> s32le (intermediate float32le) mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] resampler.c: channels 2 -> 2 (resampling 2) mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] memblockq.c: memblockq requested: maxlength=33554432, tlength=0, base=8, prebuf=0, minreq=1 maxrewind=0 mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] memblockq.c: memblockq sanitized: maxlength=33554432, tlength=33554432, base=8, prebuf=0, minreq=8 maxrewind=0 mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: Created input 411 "Playback Stream" on alsa_output.pci-0000_00_14.2.analog-stereo with sample spec float32le ch 2 48000 Hz and channel map front-left,front-right mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.id = "com.github.wwmm.pulseeffects.sinkinputs" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: media.name = "Playback Stream" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.name = "PulseEffects" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: native-protocol.peer = "UNIX socket client" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: native-protocol.version = "32" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.icon_name = "pulseeffects" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.process.id = "1501" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.process.user = "gius" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.process.host = "hp255g5arch" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.process.binary = "pulseeffects" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.language = "it_IT.UTF-8" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: window.x11.display = ":0" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.process.machine_id = "2dc58131197749a5a6bb8c783122abad" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.process.session_id = "2" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: module-stream-restore.id = "sink-input-by-application-id:com.github.wwmm.pulseeffects.sinkinputs" mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] protocol-native.c: Requested tlength=200,00 ms, minreq=10,00 ms mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: Adjust latency mode enabled, configuring sink latency to half of overall latency. mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: Requested latency=90,00 ms, Received latency=90,00 ms mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] memblockq.c: memblockq requested: maxlength=4194304, tlength=42240, base=8, prebuf=0, minreq=3840 maxrewind=0 mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] memblockq.c: memblockq sanitized: maxlength=4194304, tlength=42240, base=8, prebuf=0, minreq=3840 maxrewind=0 mag 20 23:14:01 hp255g5arch pulseaudio[1006]: I: [pulseaudio] protocol-native.c: Final latency 200,00 ms = 90,00 ms + 2*10,00 ms + 90,00 ms mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Latency set to 60,00ms mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: hwbuf_unused=744960 mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: setting avail_min=95041 mag 20 23:14:01 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Stream added for object /org/pulseaudio/core1/playback_stream411 mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink-input.c: Requesting rewind due to uncorking mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Requested to rewind 23040 bytes. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Limited to 22384 bytes. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-suspend-on-idle.c: Sink alsa_output.pci-0000_00_14.2.analog-stereo becomes busy, resuming. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: before: 2798 mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: after: 2798 mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Rewound 22384 bytes. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink.c: Processing rewind... mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink-input.c: Have to rewind 22384 bytes on render memblockq. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] source.c: Processing rewind... mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] protocol-native.c: Requesting rewind due to rewrite. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Requested to rewind 22616 bytes. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Limited to 22384 bytes. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: before: 2798 mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: after: 2798 mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Rewound 22384 bytes. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink.c: Processing rewind... mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink-input.c: Have to rewind 22384 bytes on render memblockq. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink-input.c: Have to rewind 22384 bytes on implementor. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] source.c: Processing rewind... mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink-input.c: Requesting rewind due to corking mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Requested to rewind 23040 bytes. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Limited to 22432 bytes. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: before: 2804 mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: after: 2804 mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Rewound 22432 bytes. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink.c: Processing rewind... mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink-input.c: Have to rewind 22432 bytes on render memblockq. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink-input.c: Have to rewind 22432 bytes on implementor. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] source.c: Processing rewind... mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink.c: alsa_output.pci-0000_00_14.2.analog-stereo: Found underrun 22624 bytes ago (408 bytes ahead in playback buffer) mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink.c: alsa_output.pci-0000_00_14.2.analog-stereo: Found underrun 22624 bytes ago (384 bytes ahead in playback buffer) mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink.c: alsa_output.pci-0000_00_14.2.analog-stereo: Found underrun 22624 bytes ago (256 bytes ahead in playback buffer) mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink.c: alsa_output.pci-0000_00_14.2.analog-stereo: Found underrun 22624 bytes ago (232 bytes ahead in playback buffer) mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink.c: alsa_output.pci-0000_00_14.2.analog-stereo: Found underrun 22624 bytes ago (168 bytes ahead in playback buffer) mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink.c: alsa_output.pci-0000_00_14.2.analog-stereo: Found underrun 22624 bytes ago (144 bytes ahead in playback buffer) mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink.c: alsa_output.pci-0000_00_14.2.analog-stereo: Found underrun 22624 bytes ago (96 bytes ahead in playback buffer) mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink.c: alsa_output.pci-0000_00_14.2.analog-stereo: Found underrun 22624 bytes ago (80 bytes ahead in playback buffer) mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] source.c: PulseEffects_apps.monitor: state: RUNNING -> IDLE mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Stream removed from object /org/pulseaudio/core1/playback_stream411 mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Latency set to 60,00ms mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: hwbuf_unused=744960 mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: setting avail_min=95041 mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Requested to rewind 23040 bytes. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Limited to 20920 bytes. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: before: 2615 mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: after: 2615 mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Rewound 20920 bytes. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink.c: Processing rewind... mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink-input.c: Have to rewind 20920 bytes on render memblockq. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] source.c: Processing rewind... mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: Freeing input 411 "Playback Stream" mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Stream removed from object /org/pulseaudio/core1/record_stream167 mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-suspend-on-idle.c: Sink PulseEffects_apps becomes idle, timeout in 5 seconds. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] source-output.c: Freeing output 167 "Record Stream" mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-suspend-on-idle.c: Sink alsa_output.pci-0000_00_14.2.analog-stereo becomes idle, timeout in 5 seconds. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink-input.c: Starting to move sink input 409 from 'alsa_output.pci-0000_00_14.2.analog-stereo' mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink-input.c: Have to rewind 16088 bytes on render memblockq. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink-input.c: Have to rewind 8044 bytes on implementor. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: hwbuf_unused=0 mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: setting avail_min=95041 mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink.c: Requesting rewind due to started move mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Requested to rewind 768000 bytes. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Limited to 15520 bytes. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: before: 1940 mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: after: 1940 mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Rewound 15520 bytes. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink.c: Processing rewind... mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] source.c: Processing rewind... mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink.c: alsa_output.pci-0000_00_14.2.analog-stereo: state: RUNNING -> IDLE mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-suspend-on-idle.c: Sink alsa_output.pci-0000_00_14.2.analog-stereo becomes idle, timeout in 5 seconds. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: Trying to change sample rate mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] protocol-native.c: Requested tlength=100,00 ms, minreq=20,00 ms mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: Traditional mode enabled, modifying sink usec only for compat with minreq. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: Requested latency=60,00 ms, Received latency=60,00 ms mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] resampler.c: Forcing resampler 'copy', because of fixed, identical sample rates. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] resampler.c: Resampler: mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] resampler.c: rate 48000 -> 48000 (method copy) mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] resampler.c: format s16le -> float32le (intermediate s16le) mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] resampler.c: channels 2 -> 2 (resampling 2) mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] memblockq.c: memblockq requested: maxlength=33554432, tlength=0, base=8, prebuf=0, minreq=1 maxrewind=0 mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] memblockq.c: memblockq sanitized: maxlength=33554432, tlength=33554432, base=8, prebuf=0, minreq=8 maxrewind=0 mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink-input.c: Updated resampler for sink input 409 mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink.c: PulseEffects_apps: state: IDLE -> RUNNING mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [null-sink] sink.c: Requesting rewind due to finished move mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [null-sink] module-null-sink.c: Requested to rewind 768000 bytes. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink-input.c: Successfully moved sink input 409 to PulseEffects_apps. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [null-sink] sink.c: Processing rewind... mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-suspend-on-idle.c: Sink PulseEffects_apps becomes busy, resuming. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [null-sink] sink-input.c: Have to rewind 768000 bytes on render memblockq. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [null-sink] source.c: Processing rewind... mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [null-sink] module-null-sink.c: Rewound 768000 bytes. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-device-manager.c: Not restoring device for stream because already set. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-intended-roles.c: Not setting device for stream Record Stream, because already set. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] source-output.c: Negotiated format: pcm, format.sample_format = "\"float32le\"" format.rate = "48000" format.channels = "2" format.channel_map = "\"front-left,front-right\"" mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] module-stream-restore.c: Restoring volume for source output source-output-by-application-id:com.github.wwmm.pulseeffects.sinkinputs. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-suspend-on-idle.c: Sink PulseEffects_apps becomes busy, resuming. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] memblockq.c: memblockq requested: maxlength=33554432, tlength=0, base=8, prebuf=0, minreq=1 maxrewind=0 mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] memblockq.c: memblockq sanitized: maxlength=33554432, tlength=33554432, base=8, prebuf=0, minreq=8 maxrewind=0 mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] source-output.c: Created output 168 "Record Stream" on PulseEffects_apps.monitor with sample spec float32le ch 2 48000 Hz and channel map front-left,front-right mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] source-output.c: application.id = "com.github.wwmm.pulseeffects.sinkinputs" mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] source-output.c: media.name = "Record Stream" mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] source-output.c: application.name = "PulseEffects" mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] source-output.c: native-protocol.peer = "UNIX socket client" mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] source-output.c: native-protocol.version = "32" mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] source-output.c: application.icon_name = "pulseeffects" mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] source-output.c: application.process.id = "1501" mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] source-output.c: application.process.user = "gius" mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] source-output.c: application.process.host = "hp255g5arch" mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] source-output.c: application.process.binary = "pulseeffects" mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] source-output.c: application.language = "it_IT.UTF-8" mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] source-output.c: window.x11.display = ":0" mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] source-output.c: application.process.machine_id = "2dc58131197749a5a6bb8c783122abad" mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] source-output.c: application.process.session_id = "2" mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] source-output.c: module-stream-restore.id = "source-output-by-application-id:com.github.wwmm.pulseeffects.sinkinputs" mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] memblockq.c: memblockq requested: maxlength=76800, tlength=0, base=8, prebuf=1, minreq=0 maxrewind=0 mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] memblockq.c: memblockq sanitized: maxlength=76800, tlength=76800, base=8, prebuf=8, minreq=8 maxrewind=0 mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] protocol-native.c: Final latency 20,00 ms = 10,00 ms + 10,00 ms mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Stream added for object /org/pulseaudio/core1/record_stream168 mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-suspend-on-idle.c: Sink PulseEffects_apps becomes busy, resuming. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] source.c: PulseEffects_apps.monitor: state: IDLE -> RUNNING mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-device-manager.c: Not restoring device for stream because already set. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-intended-roles.c: Not setting device for stream pulsesink probe, because already set. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink-input.c: Negotiated format: pcm, format.sample_format = "\"s16le\"" format.rate = "44100" format.channels = "2" mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: Trying to change sample rate mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink.c: Suspending sink alsa_output.pci-0000_00_14.2.analog-stereo due to changing format. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [alsa-sink-ALC3227 Analog] alsa-sink.c: Device suspended... mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink.c: alsa_output.pci-0000_00_14.2.analog-stereo: suspend_cause: (none) -> INTERNAL mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink.c: alsa_output.pci-0000_00_14.2.analog-stereo: state: IDLE -> SUSPENDED mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] source.c: alsa_output.pci-0000_00_14.2.analog-stereo.monitor: suspend_cause: (none) -> INTERNAL mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] source.c: alsa_output.pci-0000_00_14.2.analog-stereo.monitor: state: IDLE -> SUSPENDED mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] alsa-sink.c: Updating rate for device front:1, new rate is 44100 mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] source.c: Suspending source alsa_output.pci-0000_00_14.2.analog-stereo.monitor due to changing the sample rate. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] source.c: Changed sampling rate successfully mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink.c: Changed format successfully mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] reserve-wrap.c: Successfully acquired reservation lock on device 'Audio1' mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [alsa-sink-ALC3227 Analog] alsa-sink.c: Trying resume... mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [alsa-sink-ALC3227 Analog] alsa-util.c: Trying to disable ALSA period wakeups, using timers only mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-util.c: Maximum hw buffer size is 11888 ms mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-util.c: Set buffer size first (to 96000 samples), period size second (to 48000 samples). mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [alsa-sink-ALC3227 Analog] alsa-util.c: ALSA period wakeups disabled mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: hwbuf_unused=0 mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: setting avail_min=95040 mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: hwbuf_unused=0 mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: setting avail_min=95039 mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: hwbuf_unused=0 mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: setting avail_min=95039 mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [alsa-sink-ALC3227 Analog] alsa-sink.c: Time scheduling watermark is 21,79ms mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [alsa-sink-ALC3227 Analog] alsa-sink.c: Resumed successfully... mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink.c: alsa_output.pci-0000_00_14.2.analog-stereo: suspend_cause: INTERNAL -> (none) mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink.c: alsa_output.pci-0000_00_14.2.analog-stereo: state: SUSPENDED -> IDLE mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-suspend-on-idle.c: Sink alsa_output.pci-0000_00_14.2.analog-stereo becomes idle, timeout in 5 seconds. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [alsa-sink-ALC3227 Analog] alsa-sink.c: Starting playback. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] ratelimit.c: 5 events suppressed mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Cutting sleep time for the initial iterations by half. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] source.c: alsa_output.pci-0000_00_14.2.analog-stereo.monitor: suspend_cause: INTERNAL -> (none) mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] source.c: alsa_output.pci-0000_00_14.2.analog-stereo.monitor: state: SUSPENDED -> IDLE mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: Rate changed to 44100 Hz mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-suspend-on-idle.c: Sink alsa_output.pci-0000_00_14.2.analog-stereo becomes busy, resuming. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-suspend-on-idle.c: Sink alsa_output.pci-0000_00_14.2.analog-stereo becomes idle, timeout in 5 seconds. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] resampler.c: Forcing resampler 'copy', because of fixed, identical sample rates. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] resampler.c: Resampler: mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] resampler.c: rate 44100 -> 44100 (method copy) mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] resampler.c: format s16le -> s32le (intermediate s16le) mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] resampler.c: channels 2 -> 2 (resampling 2) mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] memblockq.c: memblockq requested: maxlength=33554432, tlength=0, base=8, prebuf=0, minreq=1 maxrewind=0 mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] memblockq.c: memblockq sanitized: maxlength=33554432, tlength=33554432, base=8, prebuf=0, minreq=8 maxrewind=0 mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: Created input 412 "pulsesink probe" on alsa_output.pci-0000_00_14.2.analog-stereo with sample spec s16le ch 2 44100 Hz and channel map front-left,front-right mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.id = "com.github.wwmm.pulseeffects.sinkinputs" mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: media.name = "pulsesink probe" mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.name = "PulseEffects" mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: native-protocol.peer = "UNIX socket client" mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: native-protocol.version = "32" mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.icon_name = "pulseeffects" mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.process.id = "1501" mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.process.user = "gius" mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.process.host = "hp255g5arch" mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.process.binary = "pulseeffects" mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.language = "it_IT.UTF-8" mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: window.x11.display = ":0" mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.process.machine_id = "2dc58131197749a5a6bb8c783122abad" mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.process.session_id = "2" mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: module-stream-restore.id = "sink-input-by-application-id:com.github.wwmm.pulseeffects.sinkinputs" mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] protocol-native.c: Requested tlength=272,11 ms, minreq=20,00 ms mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: Adjust latency mode enabled, configuring sink latency to half of overall latency. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Cutting sleep time for the initial iterations by half. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: Requested latency=116,05 ms, Received latency=116,05 ms mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] memblockq.c: memblockq requested: maxlength=4194304, tlength=27528, base=4, prebuf=24004, minreq=3528 maxrewind=0 mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] memblockq.c: memblockq sanitized: maxlength=4194304, tlength=27528, base=4, prebuf=24004, minreq=3528 maxrewind=0 mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] protocol-native.c: Final latency 272,11 ms = 116,05 ms + 2*20,00 ms + 116,05 ms mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Cutting sleep time for the initial iterations by half. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Latency set to 116,05ms mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: hwbuf_unused=727064 mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: setting avail_min=95040 mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Requesting rewind due to latency change. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Requested to rewind 768000 bytes. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Limited to 767120 bytes. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: before: 95890 mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: after: 95890 mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Rewound 767120 bytes. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink.c: Processing rewind... mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink-input.c: Have to rewind 767120 bytes on render memblockq. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] source.c: Processing rewind... mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Stream added for object /org/pulseaudio/core1/playback_stream412 mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-udev-detect.c: /dev/snd/controlC1 is accessible: yes mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-udev-detect.c: Resuming all sinks and sources of card alsa_card.pci-0000_00_14.2. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Stream removed from object /org/pulseaudio/core1/playback_stream412 mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-suspend-on-idle.c: Sink alsa_output.pci-0000_00_14.2.analog-stereo becomes idle, timeout in 5 seconds. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: hwbuf_unused=0 mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: setting avail_min=95039 mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Requested to rewind 768000 bytes. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Limited to 33704 bytes. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: Freeing input 412 "pulsesink probe" mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: before: 4213 mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: after: 4213 mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Rewound 33704 bytes. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink.c: Processing rewind... mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] source.c: Processing rewind... mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-device-manager.c: Not restoring device for stream because already set. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-intended-roles.c: Not setting device for stream Playback Stream, because already set. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink-input.c: Negotiated format: pcm, format.sample_format = "\"float32le\"" format.channels = "2" format.rate = "48000" format.channel_map = "\"front-left,front-right\"" mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: Trying to change sample rate mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink.c: Suspending sink alsa_output.pci-0000_00_14.2.analog-stereo due to changing format. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [alsa-sink-ALC3227 Analog] alsa-sink.c: Device suspended... mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink.c: alsa_output.pci-0000_00_14.2.analog-stereo: suspend_cause: (none) -> INTERNAL mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink.c: alsa_output.pci-0000_00_14.2.analog-stereo: state: IDLE -> SUSPENDED mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] source.c: alsa_output.pci-0000_00_14.2.analog-stereo.monitor: suspend_cause: (none) -> INTERNAL mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] source.c: alsa_output.pci-0000_00_14.2.analog-stereo.monitor: state: IDLE -> SUSPENDED mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] alsa-sink.c: Updating rate for device front:1, new rate is 48000 mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] source.c: Suspending source alsa_output.pci-0000_00_14.2.analog-stereo.monitor due to changing the sample rate. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] source.c: Changed sampling rate successfully mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink.c: Changed format successfully mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] reserve-wrap.c: Successfully acquired reservation lock on device 'Audio1' mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [alsa-sink-ALC3227 Analog] alsa-sink.c: Trying resume... mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [alsa-sink-ALC3227 Analog] alsa-util.c: Trying to disable ALSA period wakeups, using timers only mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-util.c: Maximum hw buffer size is 10922 ms mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-util.c: Set buffer size first (to 96000 samples), period size second (to 48000 samples). mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [alsa-sink-ALC3227 Analog] alsa-util.c: ALSA period wakeups disabled mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: hwbuf_unused=0 mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: setting avail_min=95040 mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: hwbuf_unused=0 mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: setting avail_min=95041 mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: hwbuf_unused=0 mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: setting avail_min=95041 mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [alsa-sink-ALC3227 Analog] alsa-sink.c: Time scheduling watermark is 20,00ms mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [alsa-sink-ALC3227 Analog] alsa-sink.c: Resumed successfully... mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink.c: alsa_output.pci-0000_00_14.2.analog-stereo: suspend_cause: INTERNAL -> (none) mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink.c: alsa_output.pci-0000_00_14.2.analog-stereo: state: SUSPENDED -> IDLE mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-suspend-on-idle.c: Sink alsa_output.pci-0000_00_14.2.analog-stereo becomes idle, timeout in 5 seconds. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [alsa-sink-ALC3227 Analog] alsa-sink.c: Starting playback. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Cutting sleep time for the initial iterations by half. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] source.c: alsa_output.pci-0000_00_14.2.analog-stereo.monitor: suspend_cause: INTERNAL -> (none) mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] source.c: alsa_output.pci-0000_00_14.2.analog-stereo.monitor: state: SUSPENDED -> IDLE mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: Rate changed to 48000 Hz mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-suspend-on-idle.c: Sink alsa_output.pci-0000_00_14.2.analog-stereo becomes busy, resuming. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-suspend-on-idle.c: Sink alsa_output.pci-0000_00_14.2.analog-stereo becomes idle, timeout in 5 seconds. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] resampler.c: Forcing resampler 'copy', because of fixed, identical sample rates. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] resampler.c: Resampler: mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] resampler.c: rate 48000 -> 48000 (method copy) mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] resampler.c: format float32le -> s32le (intermediate float32le) mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] resampler.c: channels 2 -> 2 (resampling 2) mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] memblockq.c: memblockq requested: maxlength=33554432, tlength=0, base=8, prebuf=0, minreq=1 maxrewind=0 mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] memblockq.c: memblockq sanitized: maxlength=33554432, tlength=33554432, base=8, prebuf=0, minreq=8 maxrewind=0 mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: Created input 413 "Playback Stream" on alsa_output.pci-0000_00_14.2.analog-stereo with sample spec float32le ch 2 48000 Hz and channel map front-left,front-right mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.id = "com.github.wwmm.pulseeffects.sinkinputs" mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: media.name = "Playback Stream" mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.name = "PulseEffects" mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: native-protocol.peer = "UNIX socket client" mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: native-protocol.version = "32" mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.icon_name = "pulseeffects" mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.process.id = "1501" mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.process.user = "gius" mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.process.host = "hp255g5arch" mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.process.binary = "pulseeffects" mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.language = "it_IT.UTF-8" mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: window.x11.display = ":0" mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.process.machine_id = "2dc58131197749a5a6bb8c783122abad" mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: application.process.session_id = "2" mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] sink-input.c: module-stream-restore.id = "sink-input-by-application-id:com.github.wwmm.pulseeffects.sinkinputs" mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] protocol-native.c: Requested tlength=200,00 ms, minreq=10,00 ms mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: Adjust latency mode enabled, configuring sink latency to half of overall latency. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Cutting sleep time for the initial iterations by half. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-native.c: Requested latency=90,00 ms, Received latency=90,00 ms mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] memblockq.c: memblockq requested: maxlength=4194304, tlength=42240, base=8, prebuf=0, minreq=3840 maxrewind=0 mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] memblockq.c: memblockq sanitized: maxlength=4194304, tlength=42240, base=8, prebuf=0, minreq=3840 maxrewind=0 mag 20 23:14:03 hp255g5arch pulseaudio[1006]: I: [pulseaudio] protocol-native.c: Final latency 200,00 ms = 90,00 ms + 2*10,00 ms + 90,00 ms mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Cutting sleep time for the initial iterations by half. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Latency set to 90,00ms mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: hwbuf_unused=733440 mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: setting avail_min=95041 mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Requesting rewind due to latency change. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Requested to rewind 768000 bytes. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Limited to 767088 bytes. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: before: 95886 mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: after: 95886 mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Rewound 767088 bytes. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink.c: Processing rewind... mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink-input.c: Have to rewind 767088 bytes on render memblockq. mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] source.c: Processing rewind... mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Stream added for object /org/pulseaudio/core1/playback_stream413 mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-udev-detect.c: /dev/snd/controlC1 is accessible: yes mag 20 23:14:03 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-udev-detect.c: Resuming all sinks and sources of card alsa_card.pci-0000_00_14.2. mag 20 23:14:04 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink-input.c: Requesting rewind due to uncorking mag 20 23:14:04 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Requested to rewind 34560 bytes. mag 20 23:14:04 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Limited to 32040 bytes. mag 20 23:14:04 hp255g5arch pulseaudio[1006]: D: [pulseaudio] module-suspend-on-idle.c: Sink alsa_output.pci-0000_00_14.2.analog-stereo becomes busy, resuming. mag 20 23:14:04 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: before: 4005 mag 20 23:14:04 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: after: 4005 mag 20 23:14:04 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Rewound 32040 bytes. mag 20 23:14:04 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink.c: Processing rewind... mag 20 23:14:04 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] source.c: Processing rewind... mag 20 23:14:04 hp255g5arch pulseaudio[1006]: D: [pulseaudio] sink.c: alsa_output.pci-0000_00_14.2.analog-stereo: state: IDLE -> RUNNING mag 20 23:14:04 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] protocol-native.c: Requesting rewind due to rewrite. mag 20 23:14:04 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Requested to rewind 34112 bytes. mag 20 23:14:04 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Limited to 33888 bytes. mag 20 23:14:04 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: before: 4236 mag 20 23:14:04 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: after: 4236 mag 20 23:14:04 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] alsa-sink.c: Rewound 33888 bytes. mag 20 23:14:04 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink.c: Processing rewind... mag 20 23:14:04 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink-input.c: Have to rewind 33888 bytes on render memblockq. mag 20 23:14:04 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] sink-input.c: Have to rewind 33888 bytes on implementor. mag 20 23:14:04 hp255g5arch pulseaudio[1006]: D: [alsa-sink-ALC3227 Analog] source.c: Processing rewind... ```

8 changes, but more considering due to latency

log PE ``` (pulseeffects:1501): pulseeffects-DEBUG: 23:13:58.753: pulse_manager: sink input: mpv Media Player, idx = 406 moved to PE (pulseeffects:1501): pulseeffects-DEBUG: 23:13:58.812: sie: rtkit: changed GstQueue:queue0 thread real-time priority value to 4 (pulseeffects:1501): pulseeffects-DEBUG: 23:13:58.820: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:1501): pulseeffects-DEBUG: 23:13:58.841: sie: NULL -> READY -> PLAYING (pulseeffects:1501): pulseeffects-DEBUG: 23:13:58.843: sie: READY -> PAUSED -> PLAYING (pulseeffects:1501): pulseeffects-DEBUG: 23:13:58.874: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:1501): pulseeffects-DEBUG: 23:13:58.874: sie: pulsesrc latency [us]: 10000 (pulseeffects:1501): pulseeffects-DEBUG: 23:13:58.874: sie: pulsesrc buffer [us]: 200000 (pulseeffects:1501): pulseeffects-DEBUG: 23:13:58.874: sie: total latency: 0 ms (pulseeffects:1501): pulseeffects-DEBUG: 23:13:58.874: sie: sampling rate: 48000 Hz (pulseeffects:1501): pulseeffects-DEBUG: 23:13:58.984: peadapter: pulseaudio block size 480 frames (pulseeffects:1501): pulseeffects-DEBUG: 23:13:58.985: peadapter: we will read in chunks of 512 frames (pulseeffects:1501): pulseeffects-DEBUG: 23:13:58.989: sie: total latency: 140 ms (pulseeffects:1501): pulseeffects-DEBUG: 23:13:58.990: sie: pulsesink latency [us]: 10000 (pulseeffects:1501): pulseeffects-DEBUG: 23:13:58.990: sie: pulsesink buffer [us]: 200000 (pulseeffects:1501): pulseeffects-DEBUG: 23:13:58.991: sie: total latency: 140 ms (pulseeffects:1501): pulseeffects-DEBUG: 23:13:58.991: sie: PAUSED -> PLAYING -> VOID_PENDING (pulseeffects:1501): pulseeffects-DEBUG: 23:13:58.992: sie: total latency: 140 ms (pulseeffects:1501): pulseeffects-DEBUG: 23:14:01.761: sie: PLAYING -> PAUSED -> READY (pulseeffects:1501): pulseeffects-DEBUG: 23:14:01.764: sie: PAUSED -> READY -> VOID_PENDING (pulseeffects:1501): pulseeffects-DEBUG: 23:14:01.787: sie: rtkit: changed GstQueue:queue0 thread real-time priority value to 4 (pulseeffects:1501): pulseeffects-DEBUG: 23:14:01.798: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:1501): pulseeffects-DEBUG: 23:14:01.815: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:1501): pulseeffects-DEBUG: 23:14:01.815: sie: sampling rate: 48000 Hz (pulseeffects:1501): pulseeffects-DEBUG: 23:14:03.810: peadapter: pulseaudio block size 480 frames (pulseeffects:1501): pulseeffects-DEBUG: 23:14:03.811: peadapter: we will read in chunks of 512 frames (pulseeffects:1501): pulseeffects-DEBUG: 23:14:03.823: sie: total latency: 140 ms (pulseeffects:1501): pulseeffects-DEBUG: 23:14:03.839: sie: READY -> PAUSED -> PLAYING (pulseeffects:1501): pulseeffects-DEBUG: 23:14:03.842: sie: pulsesrc latency [us]: 10000 (pulseeffects:1501): pulseeffects-DEBUG: 23:14:03.842: sie: pulsesrc buffer [us]: 200000 (pulseeffects:1501): pulseeffects-DEBUG: 23:14:03.842: sie: total latency: 0 ms (pulseeffects:1501): pulseeffects-DEBUG: 23:14:03.842: sie: pulsesink latency [us]: 10000 (pulseeffects:1501): pulseeffects-DEBUG: 23:14:03.842: sie: pulsesink buffer [us]: 200000 (pulseeffects:1501): pulseeffects-DEBUG: 23:14:03.842: sie: total latency: 0 ms (pulseeffects:1501): pulseeffects-DEBUG: 23:14:03.842: sie: PAUSED -> PLAYING -> VOID_PENDING (pulseeffects:1501): pulseeffects-DEBUG: 23:14:03.842: sie: total latency: 0 ms (pulseeffects:1501): pulseeffects-DEBUG: 23:14:03.844: sie: PLAYING -> PAUSED -> READY (pulseeffects:1501): pulseeffects-DEBUG: 23:14:03.847: sie: PAUSED -> READY -> VOID_PENDING (pulseeffects:1501): pulseeffects-DEBUG: 23:14:03.849: pulse_manager: sink input: mpv Media Player, idx = 409 moved to PE (pulseeffects:1501): pulseeffects-DEBUG: 23:14:03.872: sie: READY -> PAUSED -> PLAYING (pulseeffects:1501): pulseeffects-DEBUG: 23:14:03.881: sie: rtkit: changed GstQueue:queue0 thread real-time priority value to 4 (pulseeffects:1501): pulseeffects-DEBUG: 23:14:03.889: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:1501): pulseeffects-DEBUG: 23:14:03.904: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:1501): pulseeffects-DEBUG: 23:14:03.904: sie: pulsesrc latency [us]: 10000 (pulseeffects:1501): pulseeffects-DEBUG: 23:14:03.904: sie: pulsesrc buffer [us]: 200000 (pulseeffects:1501): pulseeffects-DEBUG: 23:14:03.905: sie: total latency: 0 ms (pulseeffects:1501): pulseeffects-DEBUG: 23:14:03.905: sie: sampling rate: 48000 Hz (pulseeffects:1501): pulseeffects-DEBUG: 23:14:03.997: peadapter: pulseaudio block size 480 frames (pulseeffects:1501): pulseeffects-DEBUG: 23:14:03.997: peadapter: we will read in chunks of 512 frames (pulseeffects:1501): pulseeffects-DEBUG: 23:14:04.000: sie: total latency: 140 ms (pulseeffects:1501): pulseeffects-DEBUG: 23:14:04.001: sie: pulsesink latency [us]: 10000 (pulseeffects:1501): pulseeffects-DEBUG: 23:14:04.001: sie: pulsesink buffer [us]: 200000 (pulseeffects:1501): pulseeffects-DEBUG: 23:14:04.002: sie: total latency: 140 ms (pulseeffects:1501): pulseeffects-DEBUG: 23:14:04.002: sie: PAUSED -> PLAYING -> VOID_PENDING (pulseeffects:1501): pulseeffects-DEBUG: 23:14:04.003: sie: total latency: 140 ms (pulseeffects:1501): pulseeffects-DEBUG: 23:17:24.195: sie: PLAYING -> PAUSED -> READY (pulseeffects:1501): pulseeffects-DEBUG: 23:17:24.198: sie: PAUSED -> READY -> VOID_PENDING (pulseeffects:1501): pulseeffects-DEBUG: 23:17:24.218: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:1501): pulseeffects-DEBUG: 23:17:24.233: sie: rtkit: changed GstQueue:queue0 thread real-time priority value to 4 (pulseeffects:1501): pulseeffects-DEBUG: 23:17:24.251: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:1501): pulseeffects-DEBUG: 23:17:24.251: sie: sampling rate: 48000 Hz (pulseeffects:1501): pulseeffects-DEBUG: 23:17:26.247: peadapter: pulseaudio block size 480 frames (pulseeffects:1501): pulseeffects-DEBUG: 23:17:26.247: peadapter: we will read in chunks of 512 frames (pulseeffects:1501): pulseeffects-DEBUG: 23:17:26.259: sie: total latency: 140 ms (pulseeffects:1501): pulseeffects-DEBUG: 23:17:26.283: sie: READY -> PAUSED -> PLAYING (pulseeffects:1501): pulseeffects-DEBUG: 23:17:26.287: sie: pulsesrc latency [us]: 10000 (pulseeffects:1501): pulseeffects-DEBUG: 23:17:26.287: sie: pulsesrc buffer [us]: 200000 (pulseeffects:1501): pulseeffects-DEBUG: 23:17:26.288: sie: total latency: 0 ms (pulseeffects:1501): pulseeffects-DEBUG: 23:17:26.289: sie: pulsesink latency [us]: 10000 (pulseeffects:1501): pulseeffects-DEBUG: 23:17:26.289: sie: pulsesink buffer [us]: 200000 (pulseeffects:1501): pulseeffects-DEBUG: 23:17:26.289: sie: total latency: 0 ms (pulseeffects:1501): pulseeffects-DEBUG: 23:17:26.289: sie: PAUSED -> PLAYING -> VOID_PENDING (pulseeffects:1501): pulseeffects-DEBUG: 23:17:26.289: sie: total latency: 0 ms (pulseeffects:1501): pulseeffects-DEBUG: 23:17:26.290: sie: rtkit: changed GstQueue:queue0 thread real-time priority value to 4 (pulseeffects:1501): pulseeffects-DEBUG: 23:17:26.292: sie: PLAYING -> PAUSED -> READY (pulseeffects:1501): pulseeffects-DEBUG: 23:17:26.294: sie: PAUSED -> READY -> VOID_PENDING (pulseeffects:1501): pulseeffects-DEBUG: 23:17:26.297: sie: READY -> PAUSED -> PLAYING (pulseeffects:1501): pulseeffects-DEBUG: 23:17:26.298: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:1501): pulseeffects-DEBUG: 23:17:26.313: sie: rtkit: changed GstPulseSrc:source thread real-time priority value to 4 (pulseeffects:1501): pulseeffects-DEBUG: 23:17:26.314: sie: sampling rate: 48000 Hz ```

Neither the latest git resolved the issue, I'm giving up, I've blacklisted mpv inside PE. Once blacklisted mpv is more smooth and does not loose audio frames while switching track or seeking.

wwmm commented 5 years ago

It is sad but I don't see another option other than blacklisting it. I use mpv too but on files that have only one track. And I never noticed problems while doing seeks. But it makes sense that some audio frames will be lost. Some buffering has to be done by GStreamer's pulsesrc plugin used in PE pipeline. When PE restarts its pipeline the frames in these buffers are probably going to be discarded. How noticeable this will be depends on the buffer, latency and blocksize parameters value. All of them have some kind of influence over the amount of buffered data.

Digitalone1 commented 5 years ago

Yes, it's sad, anyway I managed to load a pulseaudio module-ladspa-sink with the calf-ladspa stereo compressor and mpv it's more smooth. It's a difficult solution to build, I spent half a day to understand all the parameters, but when it's setup and loaded I think it's the best solution if someone is interested in compression only. I also used maximizer in PE, but I can increase the gain with the makeup option to get the same behavior.

With this configuration mpv works good and also other applications can use the ladspa-sink when set as default. So sadly I don't need Pulseeffects anymore. But if you need help with Italian translations, contact me and I'd be happy to help. :)

wwmm commented 5 years ago

Ok :-) As I can not fix the source of this issue I will close it.

wwmm commented 5 years ago

Hi @Digitalone1! I have been doing some changes to how PulseEffects pipeline is updated that could unintentionally serve as a workaround for this. Now I do not update the pipeline state immediately as soon as there is no app playing audio. A timeout of 5 seconds is used and if after that there is no app playing PulseEffects will pause its pipeline. I know you found another solution but it would be good to know if this makes the current mpv situation more bearable

wwmm commented 5 years ago

I forgot to say that master branch has to used for testing.

Digitalone1 commented 5 years ago

Hello @wwmm I will give it a try.

Could I test it installing the AUR pulseeffects-git? Master branch is used for it, right? It's easier to me installing from the AUR rather than cloning and doing the compile stuff.

wwmm commented 5 years ago

Yes. Installing from AUR should work.

Digitalone1 commented 5 years ago

Hello @wwmm, tested it and it's a very BIG improvement.

Resolved the issue in volume manager, pulseeffects sink is not appearing-disappearing.

There is no audio frame loss during seeking. There's a very small loss during track change, but now it's quite unnoticeable while it was very noticeable before.

It's good and also new tab with pulseaudio config is beautiful.

Anyway, I think I'll remain with calf module-ladspa-sink compressor because I feel it's a little bit better than lsp sidechain compressor. Maybe if you will add also calf compressor I'll surely return to use it. You already used it right?

It would be good to have a simple compressor and a sidechain compressor, but it's your choice. Good job anyway. ;)

wwmm commented 5 years ago

It is ok :-) Good to know there was improvement :D

We used to have Calf compressor and their multiband compressor is still in PE. But at some point I started to like lsp compressor more. But there are other arguments besides personal choice. Calf compressor does not have the upward mode that could be useful in some situations and for reasons that are beyond me GStreamer can not load any Calf plugin that provides sidechain. My guess is that Calf implements sidechain through LV2 extensions GStreamer does not support. So in the end the overall feeling is that you have access to more features using lsp compressor.

It is obviously possible to add more compressors. But in my opinion PE should have as many features as possible while using less plugins as possible(I admit I am being a little lazy kkk XD :D). Duplicated plugins for the same task means more interface to write and maintain, maybe more bugs, etc.

Digitalone1 commented 5 years ago

Okay, no problem. I think Calf compressor is simple to use because it's no-sidechain. Instead sidechain is difficult to understand, neither in this moment I haven't got the real difference between feed-back mode and feed-forward mode, apart that feed-back sound is better. But in the overall experience, I felt Calf simple compressor sounds even better, but maybe it's a placebo effect.

Calf suite has also sidechain compressor in another plugin. I'm not a programmer expert, but if lv2 interface is a problem to you, there's a port of Calf plugins in ladspa interface on the AUR, the one I used for module-ladspa-sink.

Bye. ;)