mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-26 05:28:07 +03:00
More voice debug output
This commit is contained in:
parent
3c867a0252
commit
b549bdcec8
@ -100,8 +100,6 @@ namespace Facepunch.Steamworks
|
|||||||
OnUncompressedData != null, (IntPtr) ReadUncompressedBuffer, ReadBufferSize, out bufferRegularLastWrite,
|
OnUncompressedData != null, (IntPtr) ReadUncompressedBuffer, ReadBufferSize, out bufferRegularLastWrite,
|
||||||
DesiredSampleRate == 0 ? OptimalSampleRate : DesiredSampleRate );
|
DesiredSampleRate == 0 ? OptimalSampleRate : DesiredSampleRate );
|
||||||
|
|
||||||
Console.WriteLine( result );
|
|
||||||
|
|
||||||
IsRecording = true;
|
IsRecording = true;
|
||||||
|
|
||||||
if ( result == SteamNative.VoiceResult.OK )
|
if ( result == SteamNative.VoiceResult.OK )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user