Audio playback stuttering and sync delays when running background automation and

  • Unknown's avatar

    Hi everyone,

    I’ve been using Pocket Casts for years across all my devices, but I’ve recently run into a weird performance issue with the desktop app on Windows that I can’t quite pin down.

    I am currently using a delta app community setup to handle some automated data logging and script execution in the background while I work. I’ve noticed that whenever the executor starts a heavy processing cycle, my podcast audio begins to stutter or skip every few seconds. Even more frustrating, the “Sync” feature seems to lag, meaning my play position doesn’t update correctly on my phone if the delta app was active during the session. It feels like the background executor is hogging the CPU threads that the browser engine needs for smooth media streaming.

    I have a couple of related technical questions:

    I’m not sure if the way a delta app style environment manages its network priority is causing the Pocket Casts desktop app to lose its connection to the sync servers. Has anyone else experienced playback “buffering” or UI lag while running high-level script executors on the same machine? I’m also wondering if there’s a specific cache setting in the app I should clear, or if I should try locking the podcast app to a higher priority in the Windows Task Manager to prevent these background tasks from interfering with my listening.

    I really love having my podcasts on in the background while I run my automation, but the constant audio skipping is making it hard to follow the episodes. If anyone has experience managing resource allocation for media apps alongside heavy background script environments, I’d love to hear your advice!

    Thanks!

  • Personally, I’m not too familiar with the delta app you are using.

    The symptoms you’re describing (audio stuttering and sync delays correlating with heavy background CPU/network activity) are consistent with resource contention affecting the desktop app’s underlying browser engine. Here are some steps to work through based on our playback quality guidance (https://support.pocketcasts.com/knowledge-base/playback-quality-issues/):

    1. Check for browser extensions – Open Pocket Casts in an incognito/private window in your browser to rule out extensions (ad blockers in particular) interfering with the audio stream.
    2. Test your network connection – Temporarily disable any VPN, proxy, or firewall running alongside your automation environment and retry playback.
    3. Download instead of streaming – If you are streaming episodes, try downloading them first. This removes the network dependency during playback and should make stuttering less likely under CPU load.
    4. Isolate the automation tool – Try pausing the background executor entirely during a playback session to confirm whether it is the direct cause before investigating further.
    5. Try a different browser – If you are using the web player, switching browsers (for example, from Chrome to Edge or Firefox) can help determine if the issue is engine-specific.
Reply to Audio playback stuttering and sync delays when running background automation and