# ESSIE dual ALSA · auto-written · do not hand-edit (wb audio set)
# Use: ALSA_CONFIG_PATH=/home/default/Desktop/x/RTXLayer/webbrowser/settings/asound.essie.conf aplay -D essie_out1 file.wav

pcm.essie_out1 {
    type plug
    slave.pcm "plughw:CARD=Generic_1,DEV=0"
}
pcm.essie_out2 {
    type plug
    slave.pcm "plughw:CARD=NVidia,DEV=3"
}
# dual = tee to both (ALSA multi/tee style via plug+file not portable;
# dual play is done by alsa_io.play_dual spawning two writers)
pcm.essie_default {
    type plug
    slave.pcm "plughw:CARD=Generic_1,DEV=0"
}
