Also set sample rate itself
This commit is contained in:
parent
58691da7f9
commit
cd70b78487
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@ function init(meta) {
|
|||
|
||||
function setSampleRate(sampleRate) {
|
||||
spawnCommandLine("pw-metadata -n settings 0 clock.force-rate " + sampleRate);
|
||||
spawnCommandLine("pw-metadata -n settings 0 clock.rate " + sampleRate);
|
||||
}
|
||||
|
||||
function getForcedSampleRate() {
|
||||
|
|
Loading…
Reference in a new issue