回答編集履歴

1

CoreAudioのケースを追加

2016/10/02 10:53

投稿

pebble8888
pebble8888

スコア390

test CHANGED
@@ -23,3 +23,19 @@
23
23
  ObjCのサンプルをswiftに書き換えた方もいるようです。
24
24
 
25
25
  https://github.com/ooper-shlab/AVAEMixerSample-Swift
26
+
27
+
28
+
29
+ [追記]
30
+
31
+ CoreAudioの場合、最も簡単にやるには、
32
+
33
+
34
+
35
+ https://developer.apple.com/library/content/samplecode/iOSMultichannelMixerTest/Introduction/Intro.html
36
+
37
+
38
+
39
+ 上記サンプルで、kMultiChannelMixerParam_Volumeの代わりにkMultiChannelMixerParam_Panを使えばできます。
40
+
41
+