v3_start_audio()
void v3_start_audio(uint16_t send_type);
Informs the server that the client is getting ready to send audio data.
Arguments
| Type | Description |
| uint16_t send_type | The type of transmission |
send_type can be any of the following:
| V3_AUDIO_SENDTYPE_UNK0 | possibly broadcast? |
| V3_AUDIO_SENDTYPE_UNK1 | possibly broadcast to lobby? |
| V3_AUDIO_SENDTYPE_U2CCUR | user to current channel |
| V3_AUDIO_SENDTYPE_U2C | user to specific channel |
| V3_AUDIO_SENDTYPE_U2CSUB | user to channel and all subchannels |
| V3_AUDIO_SENDTYPE_U2U | user to user |
| V3_AUDIO_SENDTYPE_U2TARG | user to voice target |
