This commit is contained in:
Kyle Fang
2014-04-19 16:29:45 +08:00
parent 2c67cf8e1b
commit 6e36400a3a

View File

@@ -42,7 +42,7 @@
@interface POVoiceHUD : UIView <AVAudioRecorderDelegate> {
UIButton *btnCancel;
UIImage *imgMicrophone;
int soundMeters[40];
int soundMeters[SOUND_METER_COUNT];
CGRect hudRect;
NSMutableDictionary *recordSetting;