Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
现在我有一些乐队:
self.eqFrequencies=@[@32,@500,@1000,@2000,@4000,@8000,@16000];
我想这样做:
(来源:apple.com)
我知道kAudioUnitSubType_NBandEQ:(一个通用的 N 波段图形均衡器,每个波段都有可指定的滤波器类型)。我需要将频率分成Wave band(范围,20 - 16000),然后控制每个Wave band的增益。
kAudioUnitSubType_NBandEQ