gpt4 book ai didi

audiokit - 如何消除使用振荡器时的滑音效果?

转载 作者:行者123 更新时间:2023-12-04 15:40:12 25 4
gpt4 key购买 nike

任何可以帮助解决使用振荡器的滑音效果问题。这是代码的一部分,我需要每个周期振荡器在新的随机频率上发声。但是频率随着滑音效果平滑地改变。如何去除滑行效果?

对于 _ 在 1...20 {

oscillator.frequency = Double.random(in: 0...10000)
oscillator.start()
sleep(1)
oscillator.stop()

最佳答案

尝试添加 oscillator.rampDuration:

oscillator.frequency = Double.random(in: 0...10000)
oscillator.rampDuration = 0.0

oscillator.start()
sleep(1)
oscillator.stop()

关于audiokit - 如何消除使用振荡器时的滑音效果?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58063306/

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