1.引用System.Media名称空间下的类SoundPlayer SoundPlayer player = new SoundPlayer(); 2.方法调用Play(); public void Play() { player.SoundLocation = @".\x0pbk-swz4q.wav";//读取音频文件 player.Load();//同步模式 player.Play(); if (MessageBox.Show("播放音樂中,通过旋转耳机上的
使用的模块是eyeD3 一.eyeD3的安装 1.安装msgpack,不安装会报错distributed 1.21.8 requires msgpack, which is not installed pip install msgpack 2.安装magic,不安装的话,在import eyed3时会报错ImportError: failed to find libmagic. Check your installation pip install python-magic-bin==0.4.
此转换需要使用ffmpeg 假设有目录 d:\录音 目录有 张三.m4a, 李四.m4a xxx.m4a(其他任意格式音频触类旁通可以把 *.m4a改成*.*).批量转换成采样率16K,有符号,16bit 小端wav格式音频. 新建一个批处理文件,放在d:\录音\convert.bat,代码如下 @echo off title 正在批量转换 if not exist wav mkdir wav for /f %%i in ('dir /b *.m4a') do ffmpeg -i %%i -ac