Skip to content

Instantly share code, notes, and snippets.

@ansarid
Created November 25, 2019 16:29
Show Gist options
  • Save ansarid/f682b54b5c73f4de7554d5fd4d42fe9e to your computer and use it in GitHub Desktop.
Save ansarid/f682b54b5c73f4de7554d5fd4d42fe9e to your computer and use it in GitHub Desktop.
Fix TTS Sound on BeagleBone Blue for RemoTV
pcm.!default {
type plug
slave {
pcm "hw:1,0"
}
}
ctl.!default {
type hw
card 1
}

Write below to ~/.asoundrc.

pcm.!default {
 type plug
 slave {
 pcm "hw:1,0"
 }
}
ctl.!default {
 type hw
 card 1
}

Test with: flite –t "Hello!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment