这是一款用C++编写的 MP3 录音机 源码和编译的文件都有 可供学习 亦可录音娱乐 小巧实用 方便快捷
2023-12-03 08:03:44 394KB MP3录音机
1
有一个需求,需要在网页上面实现录音功能!而我们常常知道的应该是App中制作录音录视频之类的,这个包可以实现录音,但是在pc端上支持的浏览器有谷歌、火狐、opera、Edge,safari和IE不支持。移动端还没有测试,查阅资料好像说只能在安卓的谷歌和火狐上有用,IOS还不支持!欢迎下载,一起学习研究!多了,这里运行的话是不支持本地文件运行的(具体可以看报错),最好在webstrom下运行(亲测有效)!
2023-10-30 17:40:18 63KB html5
1
一款很不错的录音程序,附带源代码,自行编译: 如遇到内存不能读写错误(103行),请把编译 CPU Type 从“Any CPU”改为“x86”即可。 部分代码: public const string WaveAudio = "waveaudio"; public const uint MM_MCINOTIFY = 0x3B9; public const uint MCI_NOTIFY_SUCCESSFUL = 0x0001; public const uint MCI_NOTIFY_SUPERSEDED = 0x0002; public const uint MCI_NOTIFY_ABORTED = 0x0004; public const uint MCI_NOTIFY_FAILURE = 0x0008; public const uint MCI_OPEN = 0x0803; public const uint MCI_CLOSE = 0x0804; public const uint MCI_PLAY = 0x0806; public const uint MCI_SEEK = 0x0807; public const uint MCI_STOP = 0x0808; public const uint MCI_PAUSE = 0x0809; public const uint MCI_RECORD = 0x080F; public const uint MCI_RESUME = 0x0855; public const uint MCI_SAVE = 0x0813; public const uint MCI_LOAD = 0x0850; public const uint MCI_STATUS = 0x0814; public const uint MCI_SAVE_FILE = 0x00000100; public const uint MCI_OPEN_ELEMENT = 0x00000200; public const uint MCI_OPEN_TYPE = 0x00002000; public const uint MCI_LOAD_FILE = 0x00000100; public const uint MCI_STATUS_POSITION = 0x00000002; public const uint MCI_STATUS_LENGTH = 0x00000001; public const uint MCI_STATUS_ITEM = 0x00000100; public const uint MCI_NOTIFY = 0x00000001; public const uint MCI_WAIT = 0x00000002; public const uint MCI_FROM = 0x00000004; public const uint MCI_TO = 0x00000008; // Structures [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi)] public struct MCI_OPEN_PARMS { public IntPtr dwCallback; public uint wDeviceID; public IntPtr lpstrDeviceType; public IntPtr lpstrElementName; public IntPtr lpstrAlias; } [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi)] public struct MCI_RECORD_PARMS { public IntPtr dwCallback; public uint dwFrom; public uint dwTo; } [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi)] public struct MCI_PLAY_PARMS { public IntPtr dwCallback; public uint dwFrom; public uint dwTo; } [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi)] public struct MCI_GENERIC_PARMS { public IntPtr dwCallback; } [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi)] public struct MCI_SEEK_PARMS { public IntPtr dwCallback; public uint dwTo; } [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi)] public struct MCI_SAVE_PARMS { public IntPtr dwCallback; public IntPtr lpfilename; } [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi)] public struct MCI_STATUS_PARMS { public IntPtr dwCallback; public uint dwReturn; public uint dwItem; public uint dwTrack; } ; // Functions [DllImport("winmm.dll", CharSet = CharSet.Ansi, BestFitMapping = true, ThrowOnUnmappableChar = true)] [return: MarshalAs(UnmanagedType.U4)] public static extern uint mciSendCommand( uint mciId, uint uMsg, uint dwParam1, IntPtr dwParam2); [DllImport("winmm.dll", CharSet = CharSet.Ansi, BestFitMapping = true, ThrowOnUnmappableChar = true)] [return: MarshalAs(UnmanagedType.Bool)] public static extern bool mciGetErrorString( uint mcierr, [MarshalAs(UnmanagedType.LPStr)] System.Text.StringBuilder pszText, uint cchText); } }
2023-09-10 20:39:26 576KB c# record 录音 源码
1
MP3音频录音机荣获《电脑报》2007年度最佳媒体工具奖
2023-08-23 11:10:30 5.6MB 音频录音机
1
网页录音! Web录音 HTML5 录音 然后停止上传!
2023-07-29 15:52:28 37KB Web HTML5 录音 上传
1
这是我在网上找来的,供大家学习用哈,谢谢
2023-07-20 09:52:22 357KB VC C++ 录音机 代码
1
vb的录音源程序。保存下来的是WAV格式,支持音效插件。一款实用的VB学习工具。
2023-06-25 22:21:40 345KB VB 录音机
1
一个非常好的语音识别工程,代码非常的简单实用,喜欢的朋友可以多多互相学习
2023-06-25 22:20:14 8KB 语音识别
1
ARWizard 的全称是Audio Record Wizard,它是一款免费的音乐录制软件,软件功能强大,操作简单,使用方便,有时候我们在网上听到喜欢的MP3歌曲,却怎么也下载不了,您需要这款软件帮忙了,它可以把网页上的音乐录下来,欢迎下载使用
2023-06-06 13:06:29 2.37MB 媒体工具
1
制作语音地摊叫卖商场促销语音广告制作文字转换语音合成配音录音背景音乐 新时代语音广告制作.exe
2023-05-30 10:05:44 2.03MB 语音
1