• 大小: 1.95M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-25
  • 语言: C#
  • 标签: 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 Oraycn.MPlayer;
using Oraycn.MCapture ;

namespace Oraycn.MPlayerDemo
{
    // 更多实用组件,请参见 www.oraycn.com

    public partial class Form1 : Form
    {
        private IAudioPlayer audioPlayer;
        private IMicrophoneCapturer microphoneCapturer;

        public Form1()
        {
            InitializeComponent();
        }

        private void button_mic_Click(object sender EventArgs e)
        {
            try
            {
                this.microphoneCapturer = CapturerFactory.CreateMicrophoneCapturer(int.Parse(this.textBox_mic.Text));
                this.microphoneCapturer.AudioCap

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

     文件     398336  2015-07-06 16:45  Oraycn.MPlayerDemo\bin\Debug\ESBasic.dll

     文件     202491  2015-07-06 16:45  Oraycn.MPlayerDemo\bin\Debug\ESBasic.xml

     文件      11608  2015-07-07 15:27  Oraycn.MPlayerDemo\bin\Debug\MPlayerDemo.vshost.exe

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

     文件    1166336  2015-07-01 17:51  Oraycn.MPlayerDemo\bin\Debug\Oraycn.MCapture.dll

     文件    1017952  2014-12-29 19:55  Oraycn.MPlayerDemo\bin\Debug\Oraycn.MCapture.xml

     文件     151040  2015-07-08 14:31  Oraycn.MPlayerDemo\bin\Debug\Oraycn.MPlayer.dll

     文件     119774  2015-07-08 15:53  Oraycn.MPlayerDemo\bin\Debug\Oraycn.MPlayer.xml

     文件      11776  2015-07-08 15:56  Oraycn.MPlayerDemo\bin\Debug\Oraycn.MPlayerDemo.exe

     文件      24064  2015-07-08 15:56  Oraycn.MPlayerDemo\bin\Debug\Oraycn.MPlayerDemo.pdb

     文件      11608  2015-07-08 15:47  Oraycn.MPlayerDemo\bin\Debug\Oraycn.MPlayerDemo.vshost.exe

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

     文件     194312  2015-07-03 15:07  Oraycn.MPlayerDemo\bin\Debug\PCM语音样板.wav

     文件     398336  2015-07-06 16:45  Oraycn.MPlayerDemo\Dlls\ESBasic.dll

     文件     202491  2015-07-06 16:45  Oraycn.MPlayerDemo\Dlls\ESBasic.xml

     文件    1166336  2015-07-01 17:51  Oraycn.MPlayerDemo\Dlls\Oraycn.MCapture.dll

     文件    1017952  2014-12-29 19:55  Oraycn.MPlayerDemo\Dlls\Oraycn.MCapture.xml

     文件     151040  2015-07-08 14:31  Oraycn.MPlayerDemo\Dlls\Oraycn.MPlayer.dll

     文件     119774  2015-07-08 15:53  Oraycn.MPlayerDemo\Dlls\Oraycn.MPlayer.xml

     文件       4334  2015-07-08 15:56  Oraycn.MPlayerDemo\Form1.cs

     文件       6550  2015-07-08 15:46  Oraycn.MPlayerDemo\Form1.Designer.cs

     文件       5817  2015-07-08 15:46  Oraycn.MPlayerDemo\Form1.resx

     文件       1229  2015-07-08 14:20  Oraycn.MPlayerDemo\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache

     文件       5532  2015-07-08 15:56  Oraycn.MPlayerDemo\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache

     文件       1039  2015-07-07 15:27  Oraycn.MPlayerDemo\obj\x86\Debug\MPlayerDemo.csproj.FileListAbsolute.txt

     文件        975  2015-07-06 12:00  Oraycn.MPlayerDemo\obj\x86\Debug\MPlayerDemo.csproj.GenerateResource.Cache

     文件      13932  2015-07-06 11:58  Oraycn.MPlayerDemo\obj\x86\Debug\MPlayerDemo.csprojResolveAssemblyReference.cache

     文件       2313  2015-07-08 15:56  Oraycn.MPlayerDemo\obj\x86\Debug\Oraycn.MPlayerDemo.csproj.FileListAbsolute.txt

     文件        975  2015-07-08 15:56  Oraycn.MPlayerDemo\obj\x86\Debug\Oraycn.MPlayerDemo.csproj.GenerateResource.Cache

     文件      11776  2015-07-08 15:56  Oraycn.MPlayerDemo\obj\x86\Debug\Oraycn.MPlayerDemo.exe

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

评论

共有 条评论