资源简介
百度语音识别接口实现
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Net;
using System.IO;
using System.Threading;
using Newtonsoft.Json.Linq;
namespace voice
{
public partial class Form1 : Form
{
string cuid = “666“;//可以随便写
string serverURL = “http://vop.baidu.com/server_api“;
public Form1()
{
InitializeComponent();
cuid = Guid.NewGuid().ToString();
}
private string Post(string audioFilePath)
{
string token = “24.cd839bae72bde020346a1534258d8173.2592000.1479976284.282335-8792499“;
serverURL += “?lan=zh&cuid=kwwwvagaa&token=“ + token;
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2016-10-26 10:41 voice\
目录 0 2016-10-25 12:21 voice\.vs\
目录 0 2016-10-25 12:21 voice\.vs\voice\
目录 0 2016-10-25 12:21 voice\.vs\voice\v14\
文件 43520 2016-10-26 10:55 voice\.vs\voice\v14\.suo
文件 240 2016-10-26 10:44 voice\README.txt
目录 0 2016-10-26 10:55 voice\voice\
文件 189 2016-10-25 12:21 voice\voice\App.config
文件 2585 2016-10-25 18:37 voice\voice\Form1.Designer.cs
文件 3442 2016-10-26 10:55 voice\voice\Form1.cs
文件 5817 2016-10-25 18:37 voice\voice\Form1.resx
文件 517 2016-10-25 12:21 voice\voice\Program.cs
目录 0 2016-10-25 12:21 voice\voice\Properties\
文件 1336 2016-10-25 12:21 voice\voice\Properties\AssemblyInfo.cs
文件 2823 2016-10-25 12:21 voice\voice\Properties\Resources.Designer.cs
文件 5612 2016-10-25 12:21 voice\voice\Properties\Resources.resx
文件 1092 2016-10-25 12:21 voice\voice\Properties\Settings.Designer.cs
文件 249 2016-10-25 12:21 voice\voice\Properties\Settings.settings
目录 0 2016-10-25 12:21 voice\voice\bin\
目录 0 2016-10-25 18:40 voice\voice\bin\Debug\
文件 156204 2016-10-25 15:42 voice\voice\bin\Debug\0.wav
文件 97324 2016-10-25 15:41 voice\voice\bin\Debug\1.wav
文件 135724 2016-10-25 15:41 voice\voice\bin\Debug\2.wav
文件 6947 1998-09-07 02:31 voice\voice\bin\Debug\3.wav
文件 430592 2013-06-06 13:33 voice\voice\bin\Debug\Newtonsoft.Json.dll
文件 1152512 2013-06-06 13:33 voice\voice\bin\Debug\Newtonsoft.Json.pdb
文件 464518 2013-06-06 13:33 voice\voice\bin\Debug\Newtonsoft.Json.xm
文件 130604 2016-10-25 15:41 voice\voice\bin\Debug\hi3.wav
文件 10240 2016-10-26 10:55 voice\voice\bin\Debug\voice.exe
文件 189 2016-10-25 12:21 voice\voice\bin\Debug\voice.exe.config
文件 22016 2016-10-26 10:55 voice\voice\bin\Debug\voice.pdb
............此处省略25个文件信息
- 上一篇:C# 使用Get和Post请求获取数据
- 下一篇:C# 串口通讯 PLC
相关资源
- c#车牌识别系统附30张测试图片
- C#车牌识别系统.rar
- 身份证号码识别工具
- C#语音朗读DLL测试源码[成熟代码可直
- 精伦台式具名身份证阅读器机具C#源代
- 杭州三汇语音卡电话拨号程序源代码
- c# 扑克牌识别
- C#调用OneNote进行OCR识别 源码
- C#中Tesseract-OCR的使用,可识别中英日
- 科大讯飞 语音唤醒及语音听写服务
- C#照片识别人脸截取成身份证比例的证
- 身份证前6位识别--省份、城市、地区
- C#版二代身份证读卡器阅读程序
- C# 微软TTS语音+Win7修复+发音人.rar
- C#+EmguCV车牌识别
- 指针仪表识别halcon代码
- C#接讯飞实现语音听写功能demowindows
- c#调用讯飞在线语音
- c# webapi 实现科大讯飞语音听写功能
- C#车牌识别系统车牌的定位分割加识别
- 表情识别--JAFFE数据集
- C#调用百度语音识别
- c# 人脸识别程序
- C#车牌识别抓拍DEMO
- C#海康SDK车辆识别手动抓拍实现VS201
- C#表情识别源码
- C# OCR识别数字.rar
- C# 语音识别
- c#(vs2017)阿里云语音识别接口demo
- SeatFace人脸识别C#版源码
评论
共有 条评论