FG
💻 Software

Playing sound on local computer after command in SSH connection

Fresh5 days ago
Mar 15, 20266446 views
Confidence Score0%
0%

Problem

I'm in a connection and I would like to play a sound after a command completes (not on the server where I connected). Something: I have built-in pc-speaker disabled so doesn't work. Any suggestions?

Error Output

ssh me@somewhere.com
make && play-sound-local

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Playing sound on local computer after command in SSH connection

Low Risk

You can configure PulseAudio to allow network connections, then use ssh port forwarding and on the remote side to send audio back through the ssh connection. Note that the audio may be delayed or stutter based on the fidelity of the audio and the sp…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment