- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我刚刚在 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 的数字似乎不会影响音量。知道我应该尝试什么或应该检查什么输出吗?
{ 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
关于audio - ubuntu 中的泛音音量控制无效,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14188518/
at 在 clojure 中实际上做了什么?我在互联网上看到这个例子,制作了一个泛音循环,但无法理解 at 的含义: (defn looper [nome sound] (let [beat (n
Fs =44100; toneFreq1 = 8000; nSeconds = 25; f1 = sin(linspace(0, nSeconds*toneFreq1*2*pi, round(
关闭。这个问题不符合Stack Overflow guidelines .它目前不接受答案。 要求我们推荐或查找工具、库或最喜欢的场外资源的问题对于 Stack Overflow 来说是偏离主题的,
我是一名优秀的程序员,十分优秀!