VoiceSDK
5.0.2
|
#include <voicesdk/core/core_c_api.h>
Public Attributes | |
size_t | start_sample |
Sample number where interval starts. More... | |
size_t | end_sample |
Sample number where interval ends (not inclusive) More... | |
size_t | start_time |
Timestamp in milliseconds of where interval starts. More... | |
size_t | end_time |
Timestamp in milliseconds of where interval ends (not inclusive) More... | |
int | sample_rate |
Sample rate of corresponding audio. More... | |
size_t VoiceSdkAudioInterval::end_sample |
Sample number where interval ends (not inclusive)
size_t VoiceSdkAudioInterval::end_time |
Timestamp in milliseconds of where interval ends (not inclusive)
int VoiceSdkAudioInterval::sample_rate |
Sample rate of corresponding audio.
size_t VoiceSdkAudioInterval::start_sample |
Sample number where interval starts.
size_t VoiceSdkAudioInterval::start_time |
Timestamp in milliseconds of where interval starts.