Skip to content
This repository has been archived by the owner on Apr 13, 2018. It is now read-only.

Speed / High pitch sound issue with JABRA Speaker #114

Closed
Jaylon opened this issue Feb 2, 2018 · 0 comments
Closed

Speed / High pitch sound issue with JABRA Speaker #114

Jaylon opened this issue Feb 2, 2018 · 0 comments

Comments

@Jaylon
Copy link

Jaylon commented Feb 2, 2018

Issue : Speed / High pitch sound issue with JABRA Speaker
Hardware: Jabra speaker 410
Platform: Ubuntu 16.04 or Raspbian
Status: fixed
Ref URL: alexylem/jarvis#65 help to resolve it.

New .asoundrc:
pcm.jabra {
type hw
card 1
device 0
rate 48000
}
pcm.!default {
type asym
playback.pcm {
type plug
slave.pcm "jabra"
}
capture.pcm {
type plug
slave.pcm "hw:1,0"
}
}

ctl.!default {
type hw
card 1
}


Above method is available on both Ubuntu 16.04 and Raspbian.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant