Troubleshooting
Audio Issues
Section titled “Audio Issues”No sound output
Section titled “No sound output”- Check that the correct output device is selected (Devices screen or
--deviceCLI flag). - Verify volume is not muted (
mto toggle mute). - Check that no plugin in the chain has zeroed gain.
Crackling or dropouts
Section titled “Crackling or dropouts”- Increase the buffer size in engine configuration (
buffer_ms). - Reduce the number of active plugins — especially convolution and FFT-based plugins.
- Close CPU-intensive background applications.
- On macOS, ensure the sample rate matches between SotF and your audio device.
Audio sounds distorted
Section titled “Audio sounds distorted”- Check the limiter plugin — if absent, peaks above 0 dBFS will clip.
- Review EQ filters for excessive boost (> 6 dB).
- Check the gain plugin for values above 0 dB without a downstream limiter.
Library Issues
Section titled “Library Issues”Albums not appearing after scan
Section titled “Albums not appearing after scan”- Ensure the directory is added in Configure > Directories.
- Check that audio files have proper metadata tags (artist, album, title).
- Supported formats: FLAC, MP3, AAC, ALAC, OGG, WAV, M4A.
- Re-trigger a scan from the Directories screen.
Duplicate albums
Section titled “Duplicate albums”- SotF deduplicates by album title + artist. Check for metadata inconsistencies.
- Remove and re-add the directory to force a clean rescan.
Plugin Issues
Section titled “Plugin Issues”Plugin shows “channel conflict”
Section titled “Plugin shows “channel conflict””This happens when a plugin expects a different channel count than the current signal. For example, the Upmixer requires stereo (2ch) input — it won’t work with mono or multichannel sources.
Solutions:
- Let SotF auto-suspend the conflicting plugin (default behavior).
- Reorder plugins so channel counts match at each stage.
- Use the Matrix plugin to convert channels before the conflicting plugin.
EQ filters have no effect
Section titled “EQ filters have no effect”- Verify the EQ plugin is not bypassed/suspended.
- Check that filter gain is non-zero.
- Ensure the filter frequency is within the audible range (20 Hz - 20 kHz).
macOS System Audio
Section titled “macOS System Audio”HAL driver not appearing in Sound settings
Section titled “HAL driver not appearing in Sound settings”- Restart CoreAudio:
sudo killall coreaudiod - Verify the driver is installed:
ls ~/Library/Audio/Plug-Ins/HAL/ - Check Console.app for driver loading errors.
Daemon won’t start
Section titled “Daemon won’t start”- Check if another instance is running:
ps aux | grep sotf_daemon - Remove stale lock file if the daemon crashed: check the socket path.
- Verify permissions on the socket directory.