1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
| If (MacOS) If (语音 in 电脑微信窗口记录) 在聊天窗口找个图片; 右键-->打开文件夹; 里面看到的silk文件就是聊天的语音;
If (语音 not in 电脑微信窗口记录) 收藏(语音); 播放(语音); 去到("/Users/{用户名}/Library/Containers/com.tencent.xinWeChat/Data/Library/Application Support/com.tencent.xinWeChat/"); 搜索(Favorites目录); 然后data下面就有silk文件 使用[kn007/silk-v3-decoder](https://github.com/kn007/silk-v3-decoder) > brew install lame > brew install ffmpeg --enable-libmp3lame
将silk文件转为wav > silk-v3-decoder/converter.sh ab.silk wav
If (语音 in 电脑微信窗口记录的链接内) open(链接); 播放(语音); 去到("/Users/{用户名}/Library/Containers/com.tencent.xinWeChat/Data/Library/Application Support/com.tencent.xinWeChat/"); 搜索(OpenData); 下面的某个文件里的音频.wav文件 例如:Macintosh HD ▸ Users ▸ muzilan ▸ Library ▸ Containers ▸ com.tencent.xinWeChat ▸ Data ▸ Library ▸ Application Support ▸ com.tencent.xinWeChat ▸ 2.0b4.0.9 ▸ f68564a536bd7f4613c075bf2be66c8e ▸ Message ▸ MessageTemp ▸ 9e20f478899dc29eb19741386f9343c8 ▸ OpenData ▸ 177▸a8b51cec5109b6774a1efcac305692c4.wav 直接拷贝;
搜索(Audio); 下面的某个文件里的音频.silk文件 例如: Macintosh HD ▸ Users ▸ muzilan ▸ Library ▸ Containers ▸ com.tencent.xinWeChat ▸ Data ▸ Library ▸ Application Support ▸ com.tencent.xinWeChat ▸ 2.0b4.0.9 ▸ f68564a536bd7f4613c075bf2be66c8e ▸ Message ▸ MessageTemp ▸ fce9f67a422f2c52cee716585240bf41 ▸ Audio ▸ 111.aud.silk
使用[kn007/silk-v3-decoder](https://github.com/kn007/silk-v3-decoder) > brew install lame > brew install ffmpeg --enable-libmp3lame
将silk文件转为wav > silk-v3-decoder/converter.sh ab.silk wav
Or 按修改时间排序,最近被改的文件夹 Macintosh HD ▸ Users ▸ muzilan ▸ Library ▸ Containers ▸ com.tencent.xinWeChat ▸ Data ▸ Library ▸ Application Support ▸ com.tencent.xinWeChat ▸ 2.0b4.0.9 ▸ f68564a536bd7f4613c075bf2be66c8e ▸ Message ▸ MessageTemp
|