文件名称:SoundEx
介绍说明--下载内容来自于网络,使用问题请自行百度
android系统无法播放amr格式文件,这段代码可以实现android,iphone等的amr格式与wav格式的转换-the amr format wav format conversion android system can not play amr format file, the code can be achieved android, iphone, etc.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
SoundEx/SoundEx/.classpath
SoundEx/SoundEx/.project
SoundEx/SoundEx/AndroidManifest.xml
SoundEx/SoundEx/bin/classes.dex
SoundEx/SoundEx/bin/com/mchron/icube/adapter/DefinedArrayAdapter.class
SoundEx/SoundEx/bin/com/mchron/icube/data/AmbientSoundCode.class
SoundEx/SoundEx/bin/com/mchron/icube/data/AmbientSoundContentProvider.class
SoundEx/SoundEx/bin/com/mchron/icube/data/SoundExDBHelper.class
SoundEx/SoundEx/bin/com/mchron/icube/data/VoiceAnnotationCode.class
SoundEx/SoundEx/bin/com/mchron/icube/data/VoiceAnnotationContentProvider.class
SoundEx/SoundEx/bin/com/mchron/icube/record/AmbientSound$1$1.class
SoundEx/SoundEx/bin/com/mchron/icube/record/AmbientSound$1.class
SoundEx/SoundEx/bin/com/mchron/icube/record/AmbientSound$2$1.class
SoundEx/SoundEx/bin/com/mchron/icube/record/AmbientSound$2.class
SoundEx/SoundEx/bin/com/mchron/icube/record/AmbientSound$3.class
SoundEx/SoundEx/bin/com/mchron/icube/record/AmbientSound$4$1.class
SoundEx/SoundEx/bin/com/mchron/icube/record/AmbientSound$4.class
SoundEx/SoundEx/bin/com/mchron/icube/record/AmbientSound$5.class
SoundEx/SoundEx/bin/com/mchron/icube/record/AmbientSound$6.class
SoundEx/SoundEx/bin/com/mchron/icube/record/AmbientSound.class
SoundEx/SoundEx/bin/com/mchron/icube/record/R$array.class
SoundEx/SoundEx/bin/com/mchron/icube/record/R$attr.class
SoundEx/SoundEx/bin/com/mchron/icube/record/R$drawable.class
SoundEx/SoundEx/bin/com/mchron/icube/record/R$id.class
SoundEx/SoundEx/bin/com/mchron/icube/record/R$layout.class
SoundEx/SoundEx/bin/com/mchron/icube/record/R$string.class
SoundEx/SoundEx/bin/com/mchron/icube/record/R.class
SoundEx/SoundEx/bin/com/mchron/icube/record/SoundExActivity.class
SoundEx/SoundEx/bin/com/mchron/icube/record/VoiceAnnotation$1$1.class
SoundEx/SoundEx/bin/com/mchron/icube/record/VoiceAnnotation$1.class
SoundEx/SoundEx/bin/com/mchron/icube/record/VoiceAnnotation$2$1.class
SoundEx/SoundEx/bin/com/mchron/icube/record/VoiceAnnotation$2$2.class
SoundEx/SoundEx/bin/com/mchron/icube/record/VoiceAnnotation$2.class
SoundEx/SoundEx/bin/com/mchron/icube/record/VoiceAnnotation$3$1.class
SoundEx/SoundEx/bin/com/mchron/icube/record/VoiceAnnotation$3.class
SoundEx/SoundEx/bin/com/mchron/icube/record/VoiceAnnotation$4.class
SoundEx/SoundEx/bin/com/mchron/icube/record/VoiceAnnotation$5.class
SoundEx/SoundEx/bin/com/mchron/icube/record/VoiceAnnotation$6.class
SoundEx/SoundEx/bin/com/mchron/icube/record/VoiceAnnotation$7.class
SoundEx/SoundEx/bin/com/mchron/icube/record/VoiceAnnotation$8.class
SoundEx/SoundEx/bin/com/mchron/icube/record/VoiceAnnotation.class
SoundEx/SoundEx/bin/resources.ap_
SoundEx/SoundEx/bin/SoundEx.apk
SoundEx/SoundEx/default.properties
SoundEx/SoundEx/gen/com/mchron/icube/record/R.java
SoundEx/SoundEx/proguard.cfg
SoundEx/SoundEx/res/drawable/icon_selector_forward.xml
SoundEx/SoundEx/res/drawable/icon_selector_next.xml
SoundEx/SoundEx/res/drawable/icon_selector_play_pause.xml
SoundEx/SoundEx/res/drawable/icon_selector_record.xml
SoundEx/SoundEx/res/drawable/icon_selector_stop.xml
SoundEx/SoundEx/res/drawable/icon_tab_sound.xml
SoundEx/SoundEx/res/drawable/style_list_view_audio_file.xml
SoundEx/SoundEx/res/drawable-hdpi/background.png
SoundEx/SoundEx/res/drawable-hdpi/icon.png
SoundEx/SoundEx/res/drawable-hdpi/icon_forward_enable.png
SoundEx/SoundEx/res/drawable-hdpi/icon_forward_unable.png
SoundEx/SoundEx/res/drawable-hdpi/icon_next_enable.png
SoundEx/SoundEx/res/drawable-hdpi/icon_next_unable.png
SoundEx/SoundEx/res/drawable-hdpi/icon_play_pause_enable.png
SoundEx/SoundEx/res/drawable-hdpi/icon_play_pause_unable.png
SoundEx/SoundEx/res/drawable-hdpi/icon_play_play.png
SoundEx/SoundEx/res/drawable-hdpi/icon_record_enable.png
SoundEx/SoundEx/res/drawable-hdpi/icon_record_unable.png
SoundEx/SoundEx/res/drawable-hdpi/icon_setting.png
SoundEx/SoundEx/res/drawable-hdpi/icon_stop_enable.png
SoundEx/SoundEx/res/drawable-hdpi/icon_stop_unable.png
SoundEx/SoundEx/res/drawable-hdpi/ic_tab_artists_grey.png
SoundEx/SoundEx/res/drawable-hdpi/ic_tab_artists_white.png
SoundEx/SoundEx/res/drawable-ldpi/icon.png
SoundEx/SoundEx/res/drawable-mdpi/icon.png
SoundEx/SoundEx/res/layout/ambient_sound.xml
SoundEx/SoundEx/res/layout/ambient_sound_setting_dialog.xml
SoundEx/SoundEx/res/layout/main.xml
SoundEx/SoundEx/res/layout/voice_annotation.xml
SoundEx/SoundEx/res/values/strings.xml
SoundEx/SoundEx/src/com/mchron/icube/adapter/DefinedArrayAdapter.java
SoundEx/SoundEx/src/com/mchron/icube/data/AmbientSoundCode.java
SoundEx/SoundEx/src/com/mchron/icube/data/AmbientSoundContentProvider.java
SoundEx/SoundEx/src/com/mchron/icube/data/SoundExDBHelper.java
SoundEx/SoundEx/src/com/mchron/icube/data/VoiceAnnotationCode.java
SoundEx/SoundEx/src/com/mchron/icube/data/VoiceAnnotationContentProvider.java
SoundEx/SoundEx/src/com/mchron/icube/record/AmbientSound.java
SoundEx/SoundEx/src/com/mchron/icube/record/SoundExActivity.java
SoundEx/SoundEx/src/com/mchron/icube/record/VoiceAnnotation.java
SoundEx/SoundEx/bin/com/mchron/icube/adapter
SoundEx/SoundEx/bin/com/mchron/icube/data
SoundEx/SoundEx/bin/com/mchron/icube/record
SoundEx/SoundEx/gen/com/mchron/icube/record
SoundEx/SoundEx/src/com
SoundEx/SoundEx/.project
SoundEx/SoundEx/AndroidManifest.xml
SoundEx/SoundEx/bin/classes.dex
SoundEx/SoundEx/bin/com/mchron/icube/adapter/DefinedArrayAdapter.class
SoundEx/SoundEx/bin/com/mchron/icube/data/AmbientSoundCode.class
SoundEx/SoundEx/bin/com/mchron/icube/data/AmbientSoundContentProvider.class
SoundEx/SoundEx/bin/com/mchron/icube/data/SoundExDBHelper.class
SoundEx/SoundEx/bin/com/mchron/icube/data/VoiceAnnotationCode.class
SoundEx/SoundEx/bin/com/mchron/icube/data/VoiceAnnotationContentProvider.class
SoundEx/SoundEx/bin/com/mchron/icube/record/AmbientSound$1$1.class
SoundEx/SoundEx/bin/com/mchron/icube/record/AmbientSound$1.class
SoundEx/SoundEx/bin/com/mchron/icube/record/AmbientSound$2$1.class
SoundEx/SoundEx/bin/com/mchron/icube/record/AmbientSound$2.class
SoundEx/SoundEx/bin/com/mchron/icube/record/AmbientSound$3.class
SoundEx/SoundEx/bin/com/mchron/icube/record/AmbientSound$4$1.class
SoundEx/SoundEx/bin/com/mchron/icube/record/AmbientSound$4.class
SoundEx/SoundEx/bin/com/mchron/icube/record/AmbientSound$5.class
SoundEx/SoundEx/bin/com/mchron/icube/record/AmbientSound$6.class
SoundEx/SoundEx/bin/com/mchron/icube/record/AmbientSound.class
SoundEx/SoundEx/bin/com/mchron/icube/record/R$array.class
SoundEx/SoundEx/bin/com/mchron/icube/record/R$attr.class
SoundEx/SoundEx/bin/com/mchron/icube/record/R$drawable.class
SoundEx/SoundEx/bin/com/mchron/icube/record/R$id.class
SoundEx/SoundEx/bin/com/mchron/icube/record/R$layout.class
SoundEx/SoundEx/bin/com/mchron/icube/record/R$string.class
SoundEx/SoundEx/bin/com/mchron/icube/record/R.class
SoundEx/SoundEx/bin/com/mchron/icube/record/SoundExActivity.class
SoundEx/SoundEx/bin/com/mchron/icube/record/VoiceAnnotation$1$1.class
SoundEx/SoundEx/bin/com/mchron/icube/record/VoiceAnnotation$1.class
SoundEx/SoundEx/bin/com/mchron/icube/record/VoiceAnnotation$2$1.class
SoundEx/SoundEx/bin/com/mchron/icube/record/VoiceAnnotation$2$2.class
SoundEx/SoundEx/bin/com/mchron/icube/record/VoiceAnnotation$2.class
SoundEx/SoundEx/bin/com/mchron/icube/record/VoiceAnnotation$3$1.class
SoundEx/SoundEx/bin/com/mchron/icube/record/VoiceAnnotation$3.class
SoundEx/SoundEx/bin/com/mchron/icube/record/VoiceAnnotation$4.class
SoundEx/SoundEx/bin/com/mchron/icube/record/VoiceAnnotation$5.class
SoundEx/SoundEx/bin/com/mchron/icube/record/VoiceAnnotation$6.class
SoundEx/SoundEx/bin/com/mchron/icube/record/VoiceAnnotation$7.class
SoundEx/SoundEx/bin/com/mchron/icube/record/VoiceAnnotation$8.class
SoundEx/SoundEx/bin/com/mchron/icube/record/VoiceAnnotation.class
SoundEx/SoundEx/bin/resources.ap_
SoundEx/SoundEx/bin/SoundEx.apk
SoundEx/SoundEx/default.properties
SoundEx/SoundEx/gen/com/mchron/icube/record/R.java
SoundEx/SoundEx/proguard.cfg
SoundEx/SoundEx/res/drawable/icon_selector_forward.xml
SoundEx/SoundEx/res/drawable/icon_selector_next.xml
SoundEx/SoundEx/res/drawable/icon_selector_play_pause.xml
SoundEx/SoundEx/res/drawable/icon_selector_record.xml
SoundEx/SoundEx/res/drawable/icon_selector_stop.xml
SoundEx/SoundEx/res/drawable/icon_tab_sound.xml
SoundEx/SoundEx/res/drawable/style_list_view_audio_file.xml
SoundEx/SoundEx/res/drawable-hdpi/background.png
SoundEx/SoundEx/res/drawable-hdpi/icon.png
SoundEx/SoundEx/res/drawable-hdpi/icon_forward_enable.png
SoundEx/SoundEx/res/drawable-hdpi/icon_forward_unable.png
SoundEx/SoundEx/res/drawable-hdpi/icon_next_enable.png
SoundEx/SoundEx/res/drawable-hdpi/icon_next_unable.png
SoundEx/SoundEx/res/drawable-hdpi/icon_play_pause_enable.png
SoundEx/SoundEx/res/drawable-hdpi/icon_play_pause_unable.png
SoundEx/SoundEx/res/drawable-hdpi/icon_play_play.png
SoundEx/SoundEx/res/drawable-hdpi/icon_record_enable.png
SoundEx/SoundEx/res/drawable-hdpi/icon_record_unable.png
SoundEx/SoundEx/res/drawable-hdpi/icon_setting.png
SoundEx/SoundEx/res/drawable-hdpi/icon_stop_enable.png
SoundEx/SoundEx/res/drawable-hdpi/icon_stop_unable.png
SoundEx/SoundEx/res/drawable-hdpi/ic_tab_artists_grey.png
SoundEx/SoundEx/res/drawable-hdpi/ic_tab_artists_white.png
SoundEx/SoundEx/res/drawable-ldpi/icon.png
SoundEx/SoundEx/res/drawable-mdpi/icon.png
SoundEx/SoundEx/res/layout/ambient_sound.xml
SoundEx/SoundEx/res/layout/ambient_sound_setting_dialog.xml
SoundEx/SoundEx/res/layout/main.xml
SoundEx/SoundEx/res/layout/voice_annotation.xml
SoundEx/SoundEx/res/values/strings.xml
SoundEx/SoundEx/src/com/mchron/icube/adapter/DefinedArrayAdapter.java
SoundEx/SoundEx/src/com/mchron/icube/data/AmbientSoundCode.java
SoundEx/SoundEx/src/com/mchron/icube/data/AmbientSoundContentProvider.java
SoundEx/SoundEx/src/com/mchron/icube/data/SoundExDBHelper.java
SoundEx/SoundEx/src/com/mchron/icube/data/VoiceAnnotationCode.java
SoundEx/SoundEx/src/com/mchron/icube/data/VoiceAnnotationContentProvider.java
SoundEx/SoundEx/src/com/mchron/icube/record/AmbientSound.java
SoundEx/SoundEx/src/com/mchron/icube/record/SoundExActivity.java
SoundEx/SoundEx/src/com/mchron/icube/record/VoiceAnnotation.java
SoundEx/SoundEx/bin/com/mchron/icube/adapter
SoundEx/SoundEx/bin/com/mchron/icube/data
SoundEx/SoundEx/bin/com/mchron/icube/record
SoundEx/SoundEx/gen/com/mchron/icube/record
SoundEx/SoundEx/src/com
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.