We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ace4ee7 commit 731ebebCopy full SHA for 731ebeb
Assets/Core/Audio/AudioRecorder.cs
@@ -136,7 +136,7 @@ public bool StartRecording()
136
137
if (_recordingClip != null)
138
{
139
- AudioClip processedClip = ProcessRecordingClip(actualRecordingDuration);
+ AudioClip? processedClip = ProcessRecordingClip(actualRecordingDuration);
140
if (processedClip != null)
141
142
Debug.Log($"[AudioRecorder] 음성 녹음 완료됨 ({actualRecordingDuration:F1}초, {processedClip.samples} 샘플)");
0 commit comments