CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 多媒体 Audio 搜索资源 - 数据读取

搜索资源列表

  1. usb_AD

    0下载:
  2. 从USB端口读取数据,每个通道可以独立工作。-read from the USB port data, each channel can work independently.
  3. 所属分类:Audio

    • 发布日期:2008-10-13
    • 文件大小:3702
    • 提供者:罗维
  1. Audio1

    0下载:
  2. 从麦克风读取数据,并用mfcc进行特征提取,最后通过dadboost分离器进行语音分离
  3. 所属分类:Audio

    • 发布日期:2008-10-13
    • 文件大小:138194
    • 提供者:gujunjun
  1. TestReadWav

    0下载:
  2. c++写的比较规范的读取wav文件然后将其数据保存的数组里。
  3. 所属分类:Audio

    • 发布日期:2008-10-13
    • 文件大小:14685
    • 提供者:Ma xianzhe
  1. wave.tar

    1下载:
  2. 提供对标准.wav文件的解析。处理了wave文件的头部和数据段,分别读取到一个缓冲区中,并且提取出波特率、采样位数等信息。-standard of wave file analyzing.do with wave file head and data segment, reading to each cache, and pick up baud,sampling rate, etc. info.
  3. 所属分类:Audio

    • 发布日期:2008-10-13
    • 文件大小:1359
    • 提供者:靳国杰
  1. wavread

    0下载:
  2. 一个很好的利用fileread来读取wav文件数据的实例,适合初学者入门学习-A good use of fileread to read the wav file data instances, suitable for beginners to learn entry
  3. 所属分类:Audio program

    • 发布日期:2016-01-25
    • 文件大小:1731327
    • 提供者:张阳
  1. audio

    0下载:
  2. 本人嵌入系统中的源代码,经过实际测试,绝对正确;它实现从文件中读取音频数据并播放的功能!-I have the source code for embedded systems, through the actual testing, is absolutely right it implements the audio data read from the file and play features!
  3. 所属分类:Audio program

    • 发布日期:2017-04-04
    • 文件大小:956
    • 提供者:张勇
  1. wave

    0下载:
  2. 绘画哨声波图,采用idl读取数据,按计算流体方法绘制而成-Figure painting whistler waves, using idl read the data, by methods of computational fluid drawn by
  3. 所属分类:Audio program

    • 发布日期:2017-04-06
    • 文件大小:678
    • 提供者:丁健
  1. sobWaveScope

    1下载:
  2. 交流信号波形分析软件,读取交流信号采样装置采集到的波形数据,以示波表的方式进行分析显示-AC signal waveform analysis software
  3. 所属分类:Audio

    • 发布日期:2013-04-10
    • 文件大小:3892054
    • 提供者:Guobing Huang
  1. Waveadpcm

    0下载:
  2. adpcm语音编码,可以实时读取声卡数据。可以实时读取声卡数据。-adpcm voice coding, you can read the sound card data in real time. You can read the sound card data in real time....
  3. 所属分类:Audio program

    • 发布日期:2017-03-29
    • 文件大小:725483
    • 提供者:hjp
  1. Vb.net-read-Wav

    0下载:
  2. 使用VB.net 读取并分析wav格式文件的数据,可以此分析wav文件内容,学习wav文件处理编程时很有用哦-vb read wav file
  3. 所属分类:Audio program

    • 发布日期:2017-03-29
    • 文件大小:5150
    • 提供者:钱晓峰
  1. alsa

    1下载:
  2. 基于ALSA的WAV播放和录音程序完整源码,程序包包含四个部分:WAV Parser、SND Common、Playback和Record。WAV Parser是对WAV文件的分析和封装,这里只针对Standard WAV File;SND Common是Playback 和Record共同操作,如SetParams、ReadPCM和WritePCM等;Playback和Record就分别是播放录音的主体了。原理很 简单,以Playback为例:从WAV文件读取PCM数据,通过I2S或AC97依
  3. 所属分类:Audio program

    • 发布日期:2017-11-02
    • 文件大小:7338
    • 提供者:胡和
  1. draw_wav_time

    0下载:
  2. 在qt4环境下编写的读取wav文件的音频数据,并画出其时域图-The qt4 environment written read wav files of audio data, and draw the time domain graph
  3. 所属分类:Audio program

    • 发布日期:2017-11-21
    • 文件大小:5554
    • 提供者:blackmo
  1. readAudioFile

    0下载:
  2. 本java包提供了读取音频文件中真实数据的类。该类提供了获取音频文件的采样率、样本数据存储位数、样本数据(经过数据缩小处理,其值在-1至1之间)等方法-The java package provides the real data of the class to read audio files. Sampling rate class provides access to the audio file, the median of the sample data is stored, the
  3. 所属分类:Audio program

    • 发布日期:2017-11-08
    • 文件大小:5726
    • 提供者:
  1. draw_wav_fft

    0下载:
  2. 读取wav文件的一段数据,利用fft算法画出频域图形-Read wav files for some data, the use of the frequency domain fft algorithm to draw graphics
  3. 所属分类:Audio program

    • 发布日期:2017-11-13
    • 文件大小:5706
    • 提供者:blackmo
  1. Open_WAV

    0下载:
  2. 使用C++语言编程读取WAV格式音频文件数据,显示该WAV文件信息,并将该数据存放在一个txt文档中-Read the data of the WAV audio file , display the information of it , and save the audio data in a txt file .
  3. 所属分类:Audio program

    • 发布日期:2017-11-04
    • 文件大小:2431673
    • 提供者:JackLee
  1. read_wav

    0下载:
  2. 提供功能查看不同类型的wav文件的文件头,并根据文件头的信息读取wav文件的数据信息,并可选择将数据输出到控制台或者文本文件中。-Feature to see different types of wav file header and data read wav file header information, and can choose to output the data to the console or text file.
  3. 所属分类:Audio program

    • 发布日期:2017-11-05
    • 文件大小:5228
    • 提供者:罗宏俊
  1. fft

    1下载:
  2. FFT三分之一倍频程音频声强分析,从.wav文件中读取数据,计算34个频程段的声强值输出。-FFT one-third octave sound presser level analysis
  3. 所属分类:Audio program

    • 发布日期:2014-09-09
    • 文件大小:3072
    • 提供者:wanglmb
  1. WaveFileReader

    0下载:
  2. java实现的wav文件的读取,读取的数据也封装在本类中-java achieve wav file read, read data is also encapsulated in this category
  3. 所属分类:Audio program

    • 发布日期:2017-04-01
    • 文件大小:1766
    • 提供者:wzs
  1. mp3Read

    0下载:
  2. 通过该开发包,matlab可以读取MP3数据-Through the development kit, matlab can read MP3 data
  3. 所属分类:Audio program

    • 发布日期:2017-05-02
    • 文件大小:632527
    • 提供者:甘小方
  1. Audio_input

    0下载:
  2. QT 语音获取语音输入,文中将他获取的保存的文件,注释部分通过网络传输,目标PC将网络传输数据读取可以实现语音通信-Audio input in Qt
  3. 所属分类:Audio program

    • 发布日期:2017-04-14
    • 文件大小:4490
    • 提供者:zym
搜珍网 www.dssz.com