岁己每月直播的音频,因为录制直播流网络不稳定、断流,会导致部分文件时间码错误,使用时建议先转码为wav/flac等无损格式
PM结尾的字幕包括当天和次日凌晨的录播,主播的作息懂的都懂
下面是一个简单的aac转wav的powershell脚本
$OutPutPath = "."
$InputSuffix = "aac"
$OutputSuffix = "wav"
New-Item $OutPutPath -Type Directory
foreach($Files in Get-Item * -Include *$InputSuffix){
$OutputFile = $OutPutPath+ $Files.BaseName + "." + $OutputSuffix
ffmpeg.exe -i $Files $OutputFile
#如果同时要转换为单声道:
#ffmpeg.exe -i $Files -ac 1… See the full description on the dataset page:
https://huggingface.co/datasets/Miuzarte/SUILiveAudio.