gpt4 book ai didi

audio - ubuntu 中的泛音音量控制无效

转载 作者:行者123 更新时间:2023-12-02 22:41:44 26 4
gpt4 key购买 nike

我刚刚在 Macbook pro 上的 Ubuntu 12.04 上完成了 Overtone 的安装。让我们暂时搁置一个理性的人会简单地启动到 OSX 进行任何音频处理。

我杀了pulseaudio,像这样开始jackd,

jackd -r -d alsa -r 44100 -P # same results without the -P
cd进入泛音目录(尝试克隆 0.8-dev 并在 dependencies.clj 中包含 0.7.1),然后启动 lein repl .到目前为止,一切都很好。
(use 'overtone.core) , (boot-external-server) , 和 (boot-server)一切似乎都很好。现在问题来了,当我运行这样的代码时,
(definst foo [] (saw 220))
(definst bar [] (* 0.001 (saw 220)))
(foo) # works like it should
(stop)
(bar) # makes exactly the same sound and volume level as foo
(stop)

乘以 saw ugen 的数字似乎不会影响音量。知道我应该尝试什么或应该检查什么输出吗?

- 编辑 -

我也尝试下降到 sclang 并得到了类似的结果:
{ SinOsc.ar(440, 0, 0.00001) }.play;

听起来一样
{ SinOsc.ar(440, 0, 0.9) }.play;

最佳答案

this post on the jack website .

As of April 2012 there seems to be driver problem that affects the audio interface on the Macbook when it is used in 24 or 32 bit mode. To avoid the resulting distortion, use the -S flag to the ALSA backend to force it to use 16 bit sample data format.



我通过首先使用以下命令启动千斤顶解决了这个问题:
jackd -r -d alsa -S -r 44100

或者
sudo jackd -R -d alsa -S -r 44100

然后启动sclang。

关于audio - ubuntu 中的泛音音量控制无效,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14188518/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com