• 大小: 7.73M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: 播放  录制  源码  

资源简介

一个录制声卡中播放声音的C#源码

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using ESBasic;
using Oraycn.MCapture;
using Oraycn.MFile;

namespace Oraycn.RecordSoundCardDemo
{
    /*
    * 本demo采用的是 语音视频采集组件MCapture 和 语音视频录制组件MFile 的免费版本。若想获取MCapture、MFile其它版本,请联系 www.oraycn.com 。
    * 
    * 试用版:只能连续采集10分钟,连续录制5分钟!
    */
    public partial class Form1 : Form
    {       
        private ISoundcardCapturer soundcardCapturer;
        private AudioFileMaker audioFileMaker;        

        public Form1()
        {
            InitializeComponent();           

            Oraycn.MCapture.GlobalUtil.SetAuthorizedUser(“FreeUser“ ““);
            Oraycn.MFile.GlobalUtil.SetAutho

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        117  2014-12-29 20:03  Oraycn.RecordSoundCardDemo\app.config

     文件   13496832  2012-12-06 15:38  Oraycn.RecordSoundCardDemo\bin\Debug\avcodec-53.dll

     文件     349696  2012-12-06 15:37  Oraycn.RecordSoundCardDemo\bin\Debug\avdevice-53.dll

     文件     890880  2012-12-06 15:37  Oraycn.RecordSoundCardDemo\bin\Debug\avfilter-2.dll

     文件    2462208  2012-12-06 15:38  Oraycn.RecordSoundCardDemo\bin\Debug\avformat-53.dll

     文件     137728  2012-12-06 15:37  Oraycn.RecordSoundCardDemo\bin\Debug\avutil-51.dll

     文件     422400  2016-12-01 09:16  Oraycn.RecordSoundCardDemo\bin\Debug\ESBasic.dll

     文件     209604  2016-12-01 09:16  Oraycn.RecordSoundCardDemo\bin\Debug\ESBasic.xml

     文件     142336  2017-06-01 15:02  Oraycn.RecordSoundCardDemo\bin\Debug\OMFile.dll

     文件    1226752  2017-06-01 15:01  Oraycn.RecordSoundCardDemo\bin\Debug\Oraycn.MCapture.dll

     文件    1025957  2016-12-06 09:16  Oraycn.RecordSoundCardDemo\bin\Debug\Oraycn.MCapture.xml

     文件     122880  2017-06-01 15:04  Oraycn.RecordSoundCardDemo\bin\Debug\Oraycn.MFile.dll

     文件      20302  2016-12-06 09:19  Oraycn.RecordSoundCardDemo\bin\Debug\Oraycn.MFile.xml

     文件      11776  2017-06-05 12:01  Oraycn.RecordSoundCardDemo\bin\Debug\Oraycn.RecordSoundCardDemo.exe

     文件        117  2014-12-29 20:03  Oraycn.RecordSoundCardDemo\bin\Debug\Oraycn.RecordSoundCardDemo.exe.config

     文件      36352  2017-06-05 12:01  Oraycn.RecordSoundCardDemo\bin\Debug\Oraycn.RecordSoundCardDemo.pdb

     文件      11608  2017-06-05 12:02  Oraycn.RecordSoundCardDemo\bin\Debug\Oraycn.RecordSoundCardDemo.vshost.exe

     文件        117  2014-12-29 20:03  Oraycn.RecordSoundCardDemo\bin\Debug\Oraycn.RecordSoundCardDemo.vshost.exe.config

     文件        490  2010-03-17 22:39  Oraycn.RecordSoundCardDemo\bin\Debug\Oraycn.RecordSoundCardDemo.vshost.exe.manifest

     文件     296960  2012-12-06 15:37  Oraycn.RecordSoundCardDemo\bin\Debug\swscale-2.dll

     文件     422400  2016-12-01 09:16  Oraycn.RecordSoundCardDemo\dlls\ESBasic.dll

     文件     209604  2016-12-01 09:16  Oraycn.RecordSoundCardDemo\dlls\ESBasic.xml

     文件     142336  2017-06-01 15:02  Oraycn.RecordSoundCardDemo\dlls\OMFile.dll

     文件    1226752  2017-06-01 15:01  Oraycn.RecordSoundCardDemo\dlls\Oraycn.MCapture.dll

     文件    1025957  2016-12-06 09:16  Oraycn.RecordSoundCardDemo\dlls\Oraycn.MCapture.xml

     文件     122880  2017-06-01 15:04  Oraycn.RecordSoundCardDemo\dlls\Oraycn.MFile.dll

     文件      20302  2016-12-06 09:19  Oraycn.RecordSoundCardDemo\dlls\Oraycn.MFile.xml

     文件       4523  2014-12-29 16:31  Oraycn.RecordSoundCardDemo\Form1.cs

     文件       3956  2014-12-29 16:28  Oraycn.RecordSoundCardDemo\Form1.Designer.cs

     文件       5817  2014-12-29 16:28  Oraycn.RecordSoundCardDemo\Form1.resx

............此处省略44个文件信息

评论

共有 条评论