- Transact-SQL 在 Visual Studio .NET 中使用 SQL Server 2000 生成数据库应用程序.Matt Mannion 和 Jon Rauschenberger Clarity Consulting Inc. 适用于: Microsoft® SQL Server™ 2000 Microsoft Visual Studio® .NET
- HTML5+CSS3权威指南(随书代码)
- 12864 128*64字符图形液晶驱动程序
- LIS3LV02_disp_on_lcd12864_based_on_51 基于51单片机的lis3lv02加速度计的lcd12864的显示程序代码和资料
- POS-VC 粒子群算法是一种使点群寻找到最优点的算法
- message-queue linux消息队列
文件名称:SinVoice_plus
介绍说明--下载内容来自于网络,使用问题请自行百度
目前声波通信已经在iphone和android中广泛的应用起来了,涉及到数据和文件传输,以及支付等众多领域。比如iphone中的chirp,android中的茄子快传,支付宝的声波支付,小米快传等。该声波通信程序是商用改进版本,在前一个开源版本(SinVoice)的基础上,做了许多优化:
优化如下:
* 1. 识别效率更高,几乎达到100 ,完全可以达到商业用途标准,比chirp,支付宝,茄子快传等软件的识别效率更高。
* 2. 能支持更多复杂场景的识别,在有嘈杂大声的背景音乐,嘈杂的会议室,食堂,公交车,马路,施工场地,
* 小汽车,KTV等一些复杂的环境下,依然能保持很高的识别率。
* 3. 能支持更多token的识别,通过编码可以传送所有字符。
* 4. 通过定制可以实现相同字符的连续传递,比如“234456”。
* 5. 支持自动纠错功能,在有3个以内字符解码出错的情况下可以自动纠正。
* 6. 程序运行效率非常高,可以用于智能手机,功能手机,嵌入式设备,PC,平板等嵌入式系统上。
* 7. 声波的频率声音和音量可定制。-Currently acoustic communication has been widely used in iphone and android up in many areas related to data and file transfer, and payment. For example, the iphone chirp, android in eggplant fast transfer, Paypal payment acoustic, millet and other fast pass. The acoustic communication program is an improved version of the commercial, an open source version (SinVoice), based on the former, done a lot of optimization:
Optimization as follows:
* 1. Higher recognition efficiency of almost 100 can be achieved for commercial purposes standards than chirp, Paypal, eggplant fast transfer efficiency greater recognition software.
* 2 can support more complex scenes recognition, there is a noisy loud background music, noisy conference room, cafeteria, bus, road, construction site,
* Under the car, KTV and other complex environments, still able to maintain a high recognition rate.
* 3 can support more token of recognition, all characters can be transmitted through coding.
优化如下:
* 1. 识别效率更高,几乎达到100 ,完全可以达到商业用途标准,比chirp,支付宝,茄子快传等软件的识别效率更高。
* 2. 能支持更多复杂场景的识别,在有嘈杂大声的背景音乐,嘈杂的会议室,食堂,公交车,马路,施工场地,
* 小汽车,KTV等一些复杂的环境下,依然能保持很高的识别率。
* 3. 能支持更多token的识别,通过编码可以传送所有字符。
* 4. 通过定制可以实现相同字符的连续传递,比如“234456”。
* 5. 支持自动纠错功能,在有3个以内字符解码出错的情况下可以自动纠正。
* 6. 程序运行效率非常高,可以用于智能手机,功能手机,嵌入式设备,PC,平板等嵌入式系统上。
* 7. 声波的频率声音和音量可定制。-Currently acoustic communication has been widely used in iphone and android up in many areas related to data and file transfer, and payment. For example, the iphone chirp, android in eggplant fast transfer, Paypal payment acoustic, millet and other fast pass. The acoustic communication program is an improved version of the commercial, an open source version (SinVoice), based on the former, done a lot of optimization:
Optimization as follows:
* 1. Higher recognition efficiency of almost 100 can be achieved for commercial purposes standards than chirp, Paypal, eggplant fast transfer efficiency greater recognition software.
* 2 can support more complex scenes recognition, there is a noisy loud background music, noisy conference room, cafeteria, bus, road, construction site,
* Under the car, KTV and other complex environments, still able to maintain a high recognition rate.
* 3 can support more token of recognition, all characters can be transmitted through coding.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
project.properties
ic_launcher-web.png
AndroidManifest.xml
src/com/example/sinvoicedemo/MainActivity.java
src/com/libra/sinvoice/Encoder.java
src/com/libra/sinvoice/SinVoiceRecognition.java
src/com/libra/sinvoice/SinVoicePlayer.java
src/com/libra/sinvoice/LogHelper.java
src/com/libra/sinvoice/Buffer.java
src/com/libra/sinvoice/Record.java
src/com/libra/sinvoice/VoiceRecognition.java
src/com/libra/sinvoice/PcmPlayer.java
src/com/libra/sinvoice/Common.java
res/drawable-xhdpi/ic_launcher.png
res/drawable-hdpi/ic_launcher.png
res/drawable-hdpi/ic_lock_alarm.png
res/drawable-hdpi/kgd_puk_interrupt_popupwindow_onebutton.9.png
res/drawable-mdpi/ic_launcher.png
res/drawable-ldpi/ic_launcher.png
res/layout/activity_main.xml
res/values/styles.xml
res/values/strings.xml
libs/armeabi/libsinvoice.so
libs/android-support-v4.jar
src/com/example/sinvoicedemo/
src/com/libra/sinvoice/
src/com/example/
src/com/libra/
src/com/
src/
res/drawable-xhdpi/
res/drawable-hdpi/
res/drawable-mdpi/
res/drawable-ldpi/
res/layout/
res/values/
res/menu/
res/
libs/armeabi/
libs/
ic_launcher-web.png
AndroidManifest.xml
src/com/example/sinvoicedemo/MainActivity.java
src/com/libra/sinvoice/Encoder.java
src/com/libra/sinvoice/SinVoiceRecognition.java
src/com/libra/sinvoice/SinVoicePlayer.java
src/com/libra/sinvoice/LogHelper.java
src/com/libra/sinvoice/Buffer.java
src/com/libra/sinvoice/Record.java
src/com/libra/sinvoice/VoiceRecognition.java
src/com/libra/sinvoice/PcmPlayer.java
src/com/libra/sinvoice/Common.java
res/drawable-xhdpi/ic_launcher.png
res/drawable-hdpi/ic_launcher.png
res/drawable-hdpi/ic_lock_alarm.png
res/drawable-hdpi/kgd_puk_interrupt_popupwindow_onebutton.9.png
res/drawable-mdpi/ic_launcher.png
res/drawable-ldpi/ic_launcher.png
res/layout/activity_main.xml
res/values/styles.xml
res/values/strings.xml
libs/armeabi/libsinvoice.so
libs/android-support-v4.jar
src/com/example/sinvoicedemo/
src/com/libra/sinvoice/
src/com/example/
src/com/libra/
src/com/
src/
res/drawable-xhdpi/
res/drawable-hdpi/
res/drawable-mdpi/
res/drawable-ldpi/
res/layout/
res/values/
res/menu/
res/
libs/armeabi/
libs/
1999-2046 搜珍网 All Rights Reserved.
本站作为网络服务提供者,仅为网络服务对象提供信息存储空间,仅对用户上载内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。
