My Project
Properties | List of all members
NEPitchAudioData Class Reference

打分传入数据对象 More...

#import <NEPitchAudioData.h>

Inheritance diagram for NEPitchAudioData:

Properties

void *_Nullable *_Nullable samples
 PCM 数据 More...
 
int32_t validSampleCount
 录制采样数 More...
 
int32_t timeStamp
 与歌曲对齐的时间戳 More...
 
bool done
 是否录制完成,包括演唱中断或者歌曲完毕 More...
 
int32_t sampleRate
 采样率 More...
 
int32_t channelCount
 音道数 More...
 

Detailed Description

打分传入数据对象

Property Documentation

◆ channelCount

- (int32_t) channelCount
readwritenonatomicassign

音道数

◆ done

- (bool) done
readwritenonatomicassign

是否录制完成,包括演唱中断或者歌曲完毕

◆ sampleRate

- (int32_t) sampleRate
readwritenonatomicassign

采样率

◆ samples

- (void* _Nullable* _Nullable) samples
readwritenonatomicassign

PCM 数据

◆ timeStamp

- (int32_t) timeStamp
readwritenonatomicassign

与歌曲对齐的时间戳

◆ validSampleCount

- (int32_t) validSampleCount
readwritenonatomicassign

录制采样数


The documentation for this class was generated from the following file: