TeamTalk5 icon indicating copy to clipboard operation
TeamTalk5 copied to clipboard

missed startRecordingMuxedAudioFileEx and stopRecordingMuxedAudioFileEx

Open safe-acid opened this issue 1 year ago • 3 comments

adding startRecordingMuxedAudioFileEx and stopRecordingMuxedAudioFileEx

safe-acid avatar May 14 '24 08:05 safe-acid

Hm, it has typos and I don't think there's a stopRecordingMuxedAudioFileEx() function

bear101 avatar May 14 '24 19:05 bear101

it is in TeamTalk.h TEAMTALKDLL_API TTBOOL TT_StopRecordingMuxedAudioFileEx(IN TTInstance* lpTTInstance, IN INT32 nChannelID);

it could be utilized by "time.sleep" , stop is not required example of usage self.tt.startRecordingMuxedAudioFileEx(myChanneID, ttstr(audio_file_name), AudioFileFormat.AFF_WAVE_FORMAT) time.sleep(25)

should be kept only startRecordingMuxedAudioFileEx ?

safe-acid avatar May 14 '24 19:05 safe-acid

The methods should be called startRecordingMuxedAudioFile() and stopRecordingMuxedAudioFile(). startRecordingMuxedAudioFile() should have default arguments and call TT_StartRecordingMuxedAudio() and TT_StartRecordingMuxedAudioEx() accordingly.

bear101 avatar May 18 '24 06:05 bear101