No Audio Output
Ethos starts but no audio plays.
How to Fix it:
Ensure VLC is Installed
Check if VLC is installed. if you are a macos/linux user run running:
vlc --version
If not installed, below are the installation steps for different operating systems.:
Step 1: Install Scoop (If Not Installed)
Open PowerShell as Administrator.
Run the following command to allow script execution:
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
Install Scoop:
irm get.scoop.sh | iex
Step 2: Install VLC Using Scoop
Open PowerShell (you don't need admin privileges).
Run:
scoop install vlc
Verify the installation:
vlc --version
Verify VLC is Accessible
Run a test audio file using VLC:
vlc <audio-file>
If VLC does not play the file, reinstall it and ensure it is properly configured.
Check System Audio Settings
Ensure your speakers or headphones are correctly connected.
Verify that the system volume is not muted.
Check audio settings in your operating system and make sure VLC is set as the default audio output.
Restart Ethos and Try Again
Close and restart Ethos.
Run Ethos with debug mode to check for errors:
ethos --debug
Last updated