资源简介

用c#实现的声音录制程序,只是一个示例代码,可以做参考

资源截图

代码片段和文件信息

using System.Reflection;
using System.Runtime.CompilerServices;

//
// General Information about an assembly is controlled through the following 
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
//
[assembly: Assemblytitle(““)]
[assembly: AssemblyDescription(““)]
[assembly: AssemblyConfiguration(““)]
[assembly: AssemblyCompany(““)]
[assembly: AssemblyProduct(““)]
[assembly: AssemblyCopyright(““)]
[assembly: AssemblyTrademark(““)]
[assembly: AssemblyCulture(““)]

//
// Version information for an assembly consists of the following four values:
//
//      Major Version
//      Minor Version 
//      Build Number
//      Revision
//
// You can specify all the values or you can default the Revision and Build Numbers 
// by using the ‘*‘ as shown below:

[assembly: AssemblyVersion(“1.0.*“)]

//
// In order to sign your assembly you must specify a key to use. Refer to the 
// Microsoft .NET framework documentation for more information on assembly signing.
//
// Use the attributes below to control which key is used for signing. 
//
// Notes: 
//   (*) If no key is specified the assembly is not signed.
//   (*) KeyName refers to a key that has been installed in the Crypto Service
//       Provider (CSP) on your machine. KeyFile refers to a file which contains
//       a key.
//   (*) If the KeyFile and the KeyName values are both specified the 
//       following processing occurs:
//       (1) If the KeyName can be found in the CSP that key is used.
//       (2) If the KeyName does not exist and the KeyFile does exist the key 
//           in the KeyFile is installed into the CSP and used.
//   (*) In order to create a KeyFile you can use the sn.exe (Strong Name) utility.
//       When specifying the KeyFile the location of the KeyFile should be
//       relative to the project output directory which is
//       %Project Directory%\obj\. For example if your KeyFile is
//       located in the project directory you would specify the AssemblyKeyFile 
//       attribute as [assembly: AssemblyKeyFile(“..\\..\\mykey.snk“)]
//   (*) Delay Signing is an advanced option - see the Microsoft .NET framework
//       documentation for more information on this.
//
[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile(““)]
[assembly: AssemblyKeyName(““)]

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

    .CA....      1078  2002-11-29 08:53  C#声音录制代码\App.ico

    .CA....      2426  2002-11-29 08:53  C#声音录制代码\AssemblyInfo.cs

    .CA....      4149  2008-03-06 10:57  C#声音录制代码\cswavrec.csproj

    .CA....      2032  2008-03-06 10:57  C#声音录制代码\cswavrec.csproj.user

    .CA....       899  2008-03-06 10:57  C#声音录制代码\cswavrec.sln

    .CA..H.     13824  2008-03-06 10:59  C#声音录制代码\cswavrec.suo

    .CA....     32768  2008-03-06 10:58  C#声音录制代码\Debug\cswavrec.exe

    .CA....     54784  2008-03-06 10:58  C#声音录制代码\Debug\cswavrec.pdb

    .CA....      5632  2005-11-11 22:25  C#声音录制代码\Debug\cswavrec.vshost.exe

    .CA....      4193  2003-08-28 14:30  C#声音录制代码\FifoStream.cs

    .CA....      5478  2003-09-01 13:45  C#声音录制代码\MainForm.cs

    .CA....      5504  2003-09-01 11:42  C#声音录制代码\MainForm.resx

    .CA....       219  2008-03-06 10:58  C#声音录制代码\obj\cswavrec.csproj.FileList.txt

    .CA....       772  2008-03-06 10:58  C#声音录制代码\obj\Debug\cswavrec.csproj.GenerateResource.Cache

    .CA....     32768  2008-03-06 10:58  C#声音录制代码\obj\Debug\cswavrec.exe

    .CA....       528  2008-03-06 10:58  C#声音录制代码\obj\Debug\cswavrec.MainForm.resources

    .CA....     54784  2008-03-06 10:58  C#声音录制代码\obj\Debug\cswavrec.pdb

    .CA....       973  2008-03-06 10:57  C#声音录制代码\UpgradeLog.xml

    .CA....      6137  2003-08-26 16:16  C#声音录制代码\WaveIn.cs

    .CA....      4778  2003-08-26 15:06  C#声音录制代码\WaveNative.cs

    .CA....      7821  2002-12-11 20:02  C#声音录制代码\WaveOut.cs

    .CA....      4013  2003-08-21 16:41  C#声音录制代码\WaveStream.cs

    .CA....      3348  2008-03-06 10:57  C#声音录制代码\_UpgradeReport_Files\UpgradeReport.css

    .CA....     12218  2005-11-12 03:18  C#声音录制代码\_UpgradeReport_Files\UpgradeReport.xslt

    .CA....        69  2008-03-06 10:57  C#声音录制代码\_UpgradeReport_Files\UpgradeReport_Minus.gif

    .CA....        71  2008-03-06 10:57  C#声音录制代码\_UpgradeReport_Files\UpgradeReport_Plus.gif

    .C.D...         0  2008-03-06 19:03  C#声音录制代码\obj\Debug\TempPE

    .C.D...         0  2008-03-06 19:03  C#声音录制代码\obj\Debug

    .C.D...         0  2008-03-06 19:03  C#声音录制代码\Debug

    .C.D...         0  2008-03-06 19:03  C#声音录制代码\obj

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

评论

共有 条评论