CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 音频输入

搜索资源列表

  1. Audio-delay-control-circuit

    0下载:
  2. 输入音频控制继电器的断开与吸合,同时通过可调可调节无音频输入后继电器的延时断开的时间,可延时时间1分钟以内。更换适当电容可延时更长时间。是protel99se画的,已经过量产,欢迎下载。-The input audio control relays to disconnect and pull, adjustable relay delay to disconnect the audio input with adjustable delay time is less than one minu
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:20070
    • 提供者:龙罗
  1. AVRGCC7_SPWM_D

    0下载:
  2. AVR 单片机制作的D类功放,用AVR 自带的AD采样音频输入,产生调制的PWM波,驱动功率H桥,然后滤波成放大的具有驱动能力的音频信号,驱动喇叭播放音乐。完全用程序实现,里面存有正弦波的数据,也可以输出正弦波。-AVR microcontroller produced by the Class D amplifier, the AVR AD sampling the audio input, to generate the modulation of PWM wave-driven power
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:17387
    • 提供者:杨剑
  1. 8x16

    0下载:
  2. Single chip microcomputer 8 * 16 channel audio input/output control单片机8 * 16通道音频输入/输出控制-Single chip microcomputer 8* 16 channel audio input/output control
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:16228
    • 提供者:liuyukun
  1. DE2_i2sound

    0下载:
  2. 在DE2开发板上实现对固定2KHZ噪音的滤波,音频输入信号为模拟信号,经过DE2开发板内的音频芯片WM8731处理得到数字信号。-implemention of a FIR filter(20KHz) on altera de2 board.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-15
    • 文件大小:3830137
    • 提供者:
  1. DE2_i2sound

    0下载:
  2. 这种设计将来自麦克风的音频输入信号线相结合,并把结果输出到输出信号线。将麦克风连接到MIC端口,一个音频源的LINE IN端口,扬声器/耳机的LINE OUT端口。-This design combines audio input from the microphone and line in signals and outputs the result to the line out signal. Connect a microphone to the MIC port, an audio
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-25
    • 文件大小:465541
    • 提供者:黯魂天残
  1. SineWave

    0下载:
  2. 音频输入输出测试,LOOPBACK TEST-Audio input and output test, LOOPBACK TEST
  3. 所属分类:Audio program

    • 发布日期:2017-04-14
    • 文件大小:4330
    • 提供者:jack
  1. Sound_communicate

    0下载:
  2. 提供基于安卓开发的音频处理系统,使用安卓客户端设备的音频口,利用音频输入输出信道,处理音频信息,经模数转换,采样提取数据-Andrews provides audio processing system developed based on client devices using Android audio ports, the use of audio input and output channels, processing audio information via analog-dig
  3. 所属分类:android

    • 发布日期:2017-04-17
    • 文件大小:351432
    • 提供者:凌宸
  1. 28335music

    0下载:
  2. 采用ti的28335为处理器的音乐喷泉程序设计。一般程序员都可以根据源代码可以自行得出外接硬件的设计。音频输入,放大到电压不要超过3.3v,具体数值可以再程序中设置。-Ti musical fountain using 28335 processor' s programming. General programmer can draw their own external hardware can be designed according to the source code. Aud
  3. 所属分类:DSP program

    • 发布日期:2017-04-10
    • 文件大小:1014
    • 提供者:于全刚
  1. Blow

    0下载:
  2. 安卓开发,麦克风吹风功能,监听音频输入,开发源码-android blow fuction with code
  3. 所属分类:android

    • 发布日期:2017-04-25
    • 文件大小:196987
    • 提供者:maoxin
  1. audioinput

    1下载:
  2. 声音输入输出VB从麦克风读取声音再从音箱发出来,一此音频输入,音频输出,格式质量,声卡选择,音频输入缓冲区等系统操作的代码文件,为Vb编写音频处理程序作参考 -Voice input and output sound from VB to read from the speaker to the microphone and then send the code document this audio input, audio output, format quality, sound choi
  3. 所属分类:Windows Develop

    • 发布日期:2016-02-03
    • 文件大小:10240
    • 提供者:gpudn37
  1. PT2314AUDIO

    1下载:
  2. 基于51单片机的PT2314音频功放程序,可实现MIC和音频输入切换及音量音调控制,并用5110显示-Based on 51 single-chip audio amplifier PT2314 program can achieve MIC and audio input switching and volume tone control and display with 5110
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2017-04-09
    • 文件大小:107730
    • 提供者:陈丹
  1. simplest_media_play

    0下载:
  2. 简单的视音频播放示例 本工程包含了使用各种API(Direct3D,OpenGL,GDI,DirectSound,SDL2)播放多媒体例子。 其中音频输入为PCM采样数据。输出至系统的声卡播放出来。 视频输入为YUV/RGB像素数据。输出至显示器上的一个窗口播放出来。 通过本工程的代码初学者可以快速学习使用这几个API播放视频和音频的技术。 一共包括了如下几个子工程: simplest_audio_play_directsound: 使用DirectSound播放PCM
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-05-27
    • 文件大小:10170015
    • 提供者:sol
  1. DMC2440I

    0下载:
  2. DMC-2440-I采用基于ARM920T内核的Samsung处理器 S3C2440A, 标准主频400MHz,最高主频可达533MHz。板载64MB的SDRAM,128MB的Nand Flash以及2MB的Nor Flash。DMC-2440-I是根据S3C2440A的全部功能而开发的全功能嵌入式系统。具有外接资源丰富,性能稳定,低功耗低等特点。适合手持设备的设计开发。支持嵌入式Linux和WINCE5.0.NET操作系统。提供Wince5.0 BSP。 采用linux-2.6.29 内核
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-16
    • 文件大小:29513
    • 提供者:龙芯
  1. Altera_Audio

    0下载:
  2. 针对Altera的DE2/ DE1交互板的音频核心的音频编解码器(编码器/解码器),并提供了音频输入和输出的接口。-The Audio Core interacts with the Audio CODEC (enCOder/DECoder) on the Altera DE2/DE1 Boards and provides an interface for audio input and output.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-03
    • 文件大小:864355
    • 提供者:姚龙海
  1. MMS510DV5.0

    0下载:
  2. 使用KEIL开发,庭审系统控制firmware,包括8个视频输入输出矩阵,8个音频输入输出矩阵,5个VGA输入,语音激励,视频拼接等-Use KEIL development, the trial system control firmware, including eight video input and output matrix, 8 audio input and output matrix, 5 VGA input, voice activation, video stitching
  3. 所属分类:SCM

    • 发布日期:2017-04-29
    • 文件大小:248152
    • 提供者:zhang
  1. zybo_zynq_audio

    0下载:
  2. Zybo xc7z010 uation board,ssm6203音频编码器,PC端给音频输入,HPH输出口输出过滤噪音的音频,软件:xilinx vivado, vivado HLS, SDK-Zybo xc7z010 uation board, ssm6203 audio encoder, PC end to the audio input, HPH output port noise filter audio software: xilinx vivado, vivado HLS, SD
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-15
    • 文件大小:4095992
    • 提供者:Lisa
  1. Audio-Loopback_v3.3

    0下载:
  2. 音频输入与输出,McASP的设置和通讯,AIC23B设置音频数据的交换-Audio input and output, McASP settings and communication, AIC23B set exchange audio data
  3. 所属分类:DSP program

    • 发布日期:2017-05-03
    • 文件大小:969547
    • 提供者:wanli
  1. simplest_media_play

    0下载:
  2. 本工程包含了使用各种API(Direct3D,OpenGL,GDI,DirectSound,SDL2)播放多媒体例子。 其中音频输入为PCM采样数据。输出至系统的声卡播放出来。 视频输入为YUV/RGB像素数据。输出至显示器上的一个窗口播放出来。 通过本工程的代码初学者可以快速学习使用这几个API播放视频和音频的技术。-The project includes the use of various API (Direct3D, OpenGL, GDI, DirectSound, SD
  3. 所属分类:Other systems

    • 发布日期:2017-06-02
    • 文件大小:13835987
    • 提供者:your name
  1. VoiceMIC_IN_OUT

    0下载:
  2. 此程序是本人编写的很实用的程序,功能是将音频输入到麦克风之后立马输出到音响。本人程序里已经进行了对音频的滤波。-This program is written in a very practical program, the function is to enter the audio to the microphone immediately after the output to the sound. I have been carried out in the process of aud
  3. 所属分类:Other windows programs

    • 发布日期:2017-06-11
    • 文件大小:17789961
    • 提供者:kc218
  1. aquila-master

    0下载:
  2. 基于MFC完成语音信号输入,时域分析,进行fft变换并进行频域分析(use MFC)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:250880
    • 提供者:4564rewr
« 1 2 34 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com