Skip to content

Commit

Permalink
ちょっと修正
Browse files Browse the repository at this point in the history
  • Loading branch information
melpon committed Nov 23, 2023
1 parent 993888e commit d717eab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sora/Sora.cs
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,9 @@ public class Config
public string VideoAv1Params = "";
public string VideoH264Params = "";
public int VideoBitRate = 0;
// Unity からの音の出力を、録音データとして取り込む
// デバイスから録音する代わりに Sora.ProcessAudio() で指定したデータを録音データとして利用するかどうか
public bool UnityAudioInput = false;
// 再生データをデバイスで再生する代わりに Sora.OnHandleAudio コールバックで再生データを受け取るようにするかどうか
public bool UnityAudioOutput = false;
/// <summary>
/// 録音時のデバイス名
Expand Down

0 comments on commit d717eab

Please sign in to comment.