From 3e8437ae559487362fae3525beb79c534c213a51 Mon Sep 17 00:00:00 2001 From: 单军华 Date: Thu, 12 Jul 2018 13:44:34 +0800 Subject: [PATCH] bug修复和功能优化 --- screendisplay/Pods/EaseUI/EaseUI/EMUIKit/3rdparty/DeviceHelper/VoiceConvert/EMVoiceConverter.h | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/screendisplay/Pods/EaseUI/EaseUI/EMUIKit/3rdparty/DeviceHelper/VoiceConvert/EMVoiceConverter.h b/screendisplay/Pods/EaseUI/EaseUI/EMUIKit/3rdparty/DeviceHelper/VoiceConvert/EMVoiceConverter.h new file mode 100755 index 0000000..ff6b457 --- /dev/null +++ b/screendisplay/Pods/EaseUI/EaseUI/EMUIKit/3rdparty/DeviceHelper/VoiceConvert/EMVoiceConverter.h @@ -0,0 +1,21 @@ +// +// VoiceConverter.h +// Jeans +// +// Created by Jeans Huang on 12-7-22. +// Copyright (c) 2012 __MyCompanyName__. All rights reserved. +// + +#import <Foundation/Foundation.h> + +@interface EMVoiceConverter : NSObject + ++ (int)isMP3File:(NSString *)filePath; + ++ (int)isAMRFile:(NSString *)filePath; + ++ (int)amrToWav:(NSString*)_amrPath wavSavePath:(NSString*)_savePath; + ++ (int)wavToAmr:(NSString*)_wavPath amrSavePath:(NSString*)_savePath; + +@end -- Gitblit v1.8.0