Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Commit

Permalink
Fix for GetLastError
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Pogrebnyak committed Mar 7, 2019
1 parent f7fbf57 commit 8042788
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/alt-voice.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ ALT_VOICE_API AltVoiceError CreateSoundOutput(char* deviceName, int sampleRate,
ALT_VOICE_API AltVoiceError CreateSoundInput(char* deviceName, int sampleRate, int framesPerBuffer, int bitrate, ISoundInput** soundInput);
ALT_VOICE_API void DestroySoundOutput(ISoundOutput* output);
ALT_VOICE_API void DestroySoundInput(ISoundInput* input);
ALT_VOICE_API AltVoiceError GetLastError();

#if defined(__cplusplus)
}
Expand Down

0 comments on commit 8042788

Please sign in to comment.