找回密码
 立即注册
声波theand可以 | android开发 2022-11-13 45 0star收藏 版权: . 保留作者信息 . 禁止商业使用 . 禁止修改作品
前段时间写了个声波通信的开源程序SinVoice,发现很多IT相关人员对声波的原理和使用比较感兴趣。特在前一个开源版本(SinVoice)的基础上,对声波的效果、效率等各方面做了很多优化,到达了商用规范。(声波通信原理部分请见:blog.csdn/jcgu/article/details/12834483)优化如下:
1.识别效率更高,简直到达100%,完全可以到达商业用途规范,比chirp,支付宝,茄子快传等软件的识别效率更高。
2.能支持更多杂乱场景的识别,在有喧闹大声的背景音乐,喧闹的会议室,食堂,公交车,马路,施工场地,
小汽车,KTV等一些杂乱的环境下,仍然能坚持很高的识别率。
3.能支持更多token的识别,通过编码可以传送一切字符。
4.通过定制可以实现相同字符的接连传递,比如“234456”。
5.支持自动纠错功能,在有3个以内字符解码犯错的状况下可以自动纠正。
6.程序运行效率十分高,可以关于智能手机,功能手机,嵌入式设备,PC,平板等嵌入式系统上。
7.声波的频率声响和音量可定制。

(Recently, I wrote an open source program for acoustic communication, SinVoice, and found that many IT related personnel are interested in the principle and use of acoustic communication. On the basis of the previous open source version (SinVoice), many optimizations have been made on the effect, efficiency and other aspects of sound waves, reaching the commercial specifications. (For the principle of acoustic communication, see blog. csdn/jcgu/article/details/12834483) The optimization is as follows:
1. The recognition efficiency is higher, almost reaching 100%, which can completely meet the commercial use specifications, and is higher than that of chirp, Alipay, eggplant express and other software.
2. It can support the identification of more chaotic scenes, such as noisy background music, noisy meeting rooms, canteens, buses, roads and construction sites,
The recognition rate of cars, KTVs and other cluttered environments is still high.
3. It can support the recognition of more tokens and transmit all characters through coding.
4. Through customization, you can realize continuous transmission of the same characters, such as "234456".
5. Support the automatic error correction function, which can be automatically corrected when there are errors in decoding less than 3 characters.
6. The running efficiency of the program is very high, which can be used on embedded systems such as smart phones, function phones, embedded devices, PCs, tablets, etc.
7. The frequency and volume of sound waves can be customized.)

[下载]10020742128.rar




上一篇:Android应用案例开发大全
下一篇:Android 4编程入门经典