AmrCodec.h 281 B

1234567891011121314151617
  1. //
  2. // codec.h
  3. // SwiftAmrWaveConvertor
  4. //
  5. // Created by zhenlintie on 2017/3/10.
  6. // Copyright © 2017年 sTeven. All rights reserved.
  7. //
  8. #ifndef codec_h
  9. #define codec_h
  10. #import "interf_dec.h"
  11. #import "interf_enc.h"
  12. #import "dec_if.h"
  13. #import "enc_if.h"
  14. #endif /* codec_h */