Results 1 to 2 of 2
Thread: Voice recording
-
24-09-2011, 08:29 #1
-= TeamSpeak User =-
- Join Date
- Sep 2011
- Location
- Germany
- Posts
- 2
Voice recording
Hello,
I am running the latest release of TS SDK 3.0.1 from Sept 2011.
I like the option to record voice and caught the respective messages:
onEditCapturedVoiceDataEvent
and
onEditPlaybackVoiceDataEvent
The data is delivered in small packages (960 bytes).
Now my problem:
I would like to use these packets as wav-files, so I have to build a wav header first... I can do this manually, however, there might be a better way to do this or even an automatic way within TS?
I need to keep ans save the exact time of a transmission since it has to be synchronized with a simulator-playback at a later time, so how could this be reached?
I need to mix both: incoming data and outgoing, is there an easy way to do this?
Basicly, I would be happy to simply start a record-session which may be interrupted or stopped and which simply tracks everything on the voice-channel, even if it is simply silence. Is there a way that is provided from within TS?
Kind regards,
KlausLast edited by Radarsimulator; 24-09-2011 at 11:31. Reason: include post icon
-
25-09-2011, 08:08 #2
-= TeamSpeak User =-
- Join Date
- Sep 2011
- Location
- Germany
- Posts
- 2
First step towards a solution
It was a help to try a combination of
onTalkStatusChangeEvent
and
onEditCapturedVoiceDataEvent + onEditPlaybackVoiceDataEvent
to built logical voiceblocks for single transmissions.
I use onTalkStatusChangeEvent to set a timestamp whenever a transmission starts and to stop recording, whenn a transmission ends - so I can simply add the datapackages received by onEditCapturedVoiceDataEvent + onEditPlaybackVoiceDataEvent.
Keeping on researching...
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Voice Whisper visual indicator for users recieving voice whispers please.
By MagicBytes in forum Suggestions and FeedbackReplies: 0Last Post: 08-02-2010, 03:25 -
Voice-activated recording on TeamSpeak
By RedPenguin in forum [TeamSpeak 2] General QuestionsReplies: 1Last Post: 20-01-2009, 03:05 -
Recording / Voice Request
By whonows in forum [TeamSpeak 2] Client SupportReplies: 3Last Post: 18-01-2008, 15:32 -
Recording function does not record my own voice.
By BravoZulu in forum [TeamSpeak 2] Client SupportReplies: 0Last Post: 11-02-2005, 13:12 -
Recording Voice Traffic
By badg3er in forum [TeamSpeak Classic] General QuestionsReplies: 2Last Post: 16-12-2002, 18:09


Reply With Quote
