回答編集履歴
1
CoreAudioのケースを追加
answer
CHANGED
@@ -10,4 +10,11 @@
|
|
10
10
|
https://developer.apple.com/videos/play/wwdc2014/502/
|
11
11
|
|
12
12
|
ObjCのサンプルをswiftに書き換えた方もいるようです。
|
13
|
-
https://github.com/ooper-shlab/AVAEMixerSample-Swift
|
13
|
+
https://github.com/ooper-shlab/AVAEMixerSample-Swift
|
14
|
+
|
15
|
+
[追記]
|
16
|
+
CoreAudioの場合、最も簡単にやるには、
|
17
|
+
|
18
|
+
https://developer.apple.com/library/content/samplecode/iOSMultichannelMixerTest/Introduction/Intro.html
|
19
|
+
|
20
|
+
上記サンプルで、kMultiChannelMixerParam_Volumeの代わりにkMultiChannelMixerParam_Panを使えばできます。
|