MycroftAI / enclosure-picroft

Mycroft interface for Raspberry Pi environment
https://mycroft.ai/documentation/picroft
GNU Lesser General Public License v3.0
803 stars 191 forks source link

fix pulseaudio cardname audio_setup.sh generation #155

Closed mcdonc closed 2 years ago

mcdonc commented 3 years ago

PR against the feature/pulseaudio branch; single ticks prevent cardname interpolation. See https://community.mycroft.ai/t/picroft-headphones-no-output-sound/10852/15

Choose a custom USB sink and source. View the audio_setup.sh before this PR (contains ${card_name} literally), after contains the interpolated card name.

No.