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.
私は数日間 Fmod (c/c++) を使用しており、1 つのステレオ ストリーム (左/右) を 2 つのモノラル ストリームに分割して、1 つのチャネルではなく 2 つのチャネルにする方法があるかどうか疑問に思っていました。 (2 つの別々のボリュームとパンを持つため) ? ありがとう !
私が知っている1つの方法は、1つのサウンドに2つのチャネルを作成し、channel.setInputChannelMix({0, 1}, 1)オーディオをチャネルに制御するために使用する場合です
channel.setInputChannelMix({0, 1}, 1)