Skip to content

Instantly share code, notes, and snippets.

@Materdaddy
Created June 3, 2014 06:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Materdaddy/684ff322b0ff93144ed9 to your computer and use it in GitHub Desktop.
Save Materdaddy/684ff322b0ff93144ed9 to your computer and use it in GitHub Desktop.
FPP-v0.3.0-Beta: VastFMT required audio configuration files
#!/bin/bash
sudo bash -c "echo 'dev=default' > /root/.libao"
sudo bash -c "echo -e 'pcm.!default {\n\ttype hw\n\tcard 0\n}\n\nctl.!default {\n\ttype hw\n\tcard 0\n}' > /root/.asoundrc"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment