RCAacToPcmDecoder.h 371 B

123456789101112131415161718192021222324
  1. //
  2. // AudioRecoderMamager.h
  3. // VclustersGemini
  4. //
  5. // Created by APPLE on 2019/12/25.
  6. // Copyright © 2019 APPLE. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface RCAacToPcmDecoder : NSObject
  11. @property (nonatomic, assign) BOOL isLowIphone6S;
  12. - (NSData *)decodeAudioFrame:(NSData *)frame;
  13. @end
  14. NS_ASSUME_NONNULL_END