CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 多媒体 搜索资源 - 录制 回放

搜索资源列表

  1. 基于API录音机程序

    0下载:
  2. 用VC做的一个录音机程序,可以录音(录音同时会计时),录制后可以回放。跟Windows自带的录音机功能相近。-VC recorders do a procedure, recording (audio accounting at the same time), after recording intervals. With the Windows recorder, similar in functionality.
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:27.38kb
    • 提供者:
  1. A_Player

    0下载:
  2. 声音文件的录制以及回放,实时显示动态的数据。-voice recording and playback, real-time dynamic data.
  3. 所属分类:视频捕捉/采集

    • 发布日期:2008-10-13
    • 文件大小:77.85kb
    • 提供者:liufeng
  1. VoiceRecording_playing_back_src

    0下载:
  2. 进行声音录制和回放功能的程序,提供了一写常用的类来实现-a voice recording and playback functions and procedures, and providing a common category was to achieve
  3. 所属分类:Audio

    • 发布日期:2008-10-13
    • 文件大小:4.68kb
    • 提供者:魏男
  1. Demo3

    1下载:
  2. 语音录制和回放演示程序 V2.0 应用户要求增加了pcm的演示 完美acm语音delphi开发控件:http://www.fatthings.com/ 1.无延迟; 2.无内存泄漏; 3.支持delphi5/6/7; 4.支持gsm6.1 g723.1语音压缩算法; 5.使用简单,兼容性好。 znAcmOut.dcu,播放控件 znAcmIn.dcu,录制控件 znACMConvertor.dcu,转换语音格式控件(可预选编码算法,不弹出 窗
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:215.12kb
    • 提供者:乐乐
  1. MyCamera

    0下载:
  2. 在线视频录制,仿扬州交友网,可回放,时间自己控制并可截图,上传备注。-Online video recording, Yangzhou dating simulation can be played back, time to control and can capture and upload notes.
  3. 所属分类:Video Capture

    • 发布日期:2017-03-29
    • 文件大小:232.63kb
    • 提供者:黄辉
  1. network

    0下载:
  2. 本程序是自己写的包括,文本的网络传输以及语音的麦克风录制及其声音回放。-This program is written in, including their own, the text of the network transmission, as well as a microphone to record voice and sound playback.
  3. 所属分类:Audio program

    • 发布日期:2017-06-11
    • 文件大小:18.02mb
    • 提供者:张丽娟
  1. Camerasurveillancesystem

    0下载:
  2. 通过VB开发出一个摄像头监视系统。该系统可将监视内容录制为AVI格式的视频,也可将监画面抓拍为静态图片。系统还可供录像回放及图片查看功能,可查看录制的视频或图片。-VB developed by a camera surveillance system. The system will monitor the content recorded to AVI format video, and it can monitor the screen to capture a static image.
  3. 所属分类:Video Capture

    • 发布日期:2017-04-06
    • 文件大小:95.43kb
    • 提供者:余星
  1. DCandDV

    0下载:
  2. 实现一个简单的数码照相机和摄录机的功能,可以浏览图片,视频采集录制,回放等,如有错漏之处还请多多指正。-A programme that can view your photos like DC and video capture,video recording like DV. Sincerely hope you like it and any comments or corrections are well appreciated!
  3. 所属分类:Video Capture

    • 发布日期:2017-05-24
    • 文件大小:7.64mb
    • 提供者:tracy
  1. EventRecorder_demo

    0下载:
  2. 录制用户屏幕操作流程,类似于Word中的宏录制,不过这里录制的是用户的鼠标和键盘操作,支持录制,存储,打开,回放的功能。-Recording user' s screen operation process, similar to the Word, the macro recording, but here is a recording operation of the user' s mouse and keyboard to support recording, storage
  3. 所属分类:Video Capture

    • 发布日期:2017-03-22
    • 文件大小:66.04kb
    • 提供者:地铁口
  1. vediomonitor

    1下载:
  2. 使用VC++编写的视频监控源代码,能够进行视频录制、回放和图像截屏以及录像设置,是一个比较全面的视频监控软件。-Source code to written VC++ video surveillance to video recording, playback and image screen shots, and video settings, is a comprehensive video surveillance software.
  3. 所属分类:Video Capture

    • 发布日期:2017-04-10
    • 文件大小:1.92mb
    • 提供者:luo
  1. recorder

    0下载:
  2. 可以录制系统/麦克风的声音,可以回放.带有时间进度.-this code can be used to record sound that is from the syestem or microphone.
  3. 所属分类:Audio program

    • 发布日期:2017-12-02
    • 文件大小:834byte
    • 提供者:
  1. GUI

    2下载:
  2. 1)选择一个语音信号作为分析对象,或录制一段语音信号; 2)对语音信号进行采样,画出采样前后语音信号的时域波形和频谱图; 3)利用MATLAB中的随机函数产生噪声加入到语音信号中,使语音信号被污染,然后进行频谱分析; 4)设计用于处理该语音信号的数字滤波器,给出滤波器的性能指标,画出滤波器的频率响应; 5)对被噪声污染的语音信号进行滤波,画出滤波前后信号的时域波形和频谱,并对滤波前后的信号进行比较和分析; 6)回放各步骤的语音信号,给出相应处理程序及运行结果分析。-1) Select a voi
  3. 所属分类:mpeg mp3

    • 发布日期:2015-01-25
    • 文件大小:2kb
    • 提供者:张三
  1. captest20130717

    0下载:
  2. 本代码是在VS2010平台下在MFC界面中基于VFW的能够实现采集、捕获、回放、压缩和录制等功能的视频采集程序-This code is in VS2010 platform in the MFC interface can be achieved based on the VFW capture, capture, playback, compression, and recording capabilities of video capture program
  3. 所属分类:Video Capture

    • 发布日期:2017-06-15
    • 文件大小:22.86mb
    • 提供者:王海波
  1. WavRecordPro

    0下载:
  2. WAVE文件录制:可选声道,采样率可调,采样位数可选,录音、暂停、回放、录音合并-WAVE file recording: optional channel, sample rate is adjustable, optional sampling digits, recording, pause, rewind, record merger
  3. 所属分类:Audio program

    • 发布日期:2017-04-04
    • 文件大小:46.72kb
    • 提供者:
  1. Mp3Recorder

    0下载:
  2. mp3录制,可选通道,选择录音设备,采样参数可调,支持录音回放-mp3 recording, selectable channels, select the recording equipment, sampling adjustable parameters, support for audio playback
  3. 所属分类:mpeg mp3

    • 发布日期:2017-04-05
    • 文件大小:179.26kb
    • 提供者:prettystony
  1. music-player

    0下载:
  2. 利用MATLAB工具制作一个简易的音乐播放器,能够对录制的声音进行回放,也可以导入音乐文件。-Use MATLAB tools to create a simple music player that can record the sound playback, you can also import music files.
  3. 所属分类:mpeg mp3

    • 发布日期:2017-12-11
    • 文件大小:5.71mb
    • 提供者:谢嘉树
搜珍网 www.dssz.com