Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
asound.conf
#1
Code:
pcm.device{
        format S24_LE
        rate 96000
        type hw
        card 0
        device 0
}

pcm.!default{
    type plug
    slave.pcm "device"
}
https://bsdforall.org/epay/ <- Rent your server and support us!
https://wiki.ircnow.org/index.php?n=Minutemin.Bootcamp <- Sysadmin training
My website: https://monsieur.bsdforall.org
My e-mail: monsieur@bsdforall.org

All the best \(^^)/
Reply
#2
Code:
pcm.!default {
    type rate
    slave {
        pcm "hw:0,0"
        rate 48000
    }
    converter "speexrate_best"
}
https://bsdforall.org/epay/ <- Rent your server and support us!
https://wiki.ircnow.org/index.php?n=Minutemin.Bootcamp <- Sysadmin training
My website: https://monsieur.bsdforall.org
My e-mail: monsieur@bsdforall.org

All the best \(^^)/
Reply




Users browsing this thread: 1 Guest(s)