tone跨平臺音頻標(biāo)記器和元數(shù)據(jù)編輯器
tone 是一個跨平臺的音頻標(biāo)記器和元數(shù)據(jù)編輯器,可以轉(zhuǎn)儲和修改各種格式的元數(shù)據(jù),包括 mp3、m4b、flac 等。它沒有任何依賴,可以作為單一的二進(jìn)制文件下載,適用于 Windows、macOS、Linux 平臺。
代碼是用純 C# 語言編寫的,并利用 atldotnet 庫來提供對各種音頻和元數(shù)據(jù)格式的全面支持。
特點
- 轉(zhuǎn)儲音頻文件的元數(shù)據(jù)
- 用不同種類的元數(shù)據(jù)標(biāo)記音頻文件
設(shè)置
Linux / macOS
# linux-arm wget https://github.com/sandreas/tone/releases/download/v0.1.4/tone-0.1.4-linux-arm.tar.gz # linux-arm64 wget https://github.com/sandreas/tone/releases/download/v0.1.4/tone-0.1.4-linux-arm64.tar.gz # linux-x64 wget https://github.com/sandreas/tone/releases/download/v0.1.4/tone-0.1.4-linux-x64.tar.gz # macos (m1) - not working atm, see issue #6 wget https://github.com/sandreas/tone/releases/download/v0.1.4/tone-0.1.4-osx-arm64.tar.gz # macos (intel) wget https://github.com/sandreas/tone/releases/download/v0.1.4/tone-0.1.4-osx-x64.tar.gz # untar tar xzf tone-*.tar.gz # install to your $PATH sudo mv tone*/tone /usr/local/bin/ # test if tone is usable tone --help
Windows
# download for windows (powershell) iwr -outf tone-0.1.4-win-x64.zip https://github.com/sandreas/tone/releases/download/v0.1.4/tone-0.1.4-win-x64.zip # extract tone Expand-Archive -LiteralPath tone-0.1.4-win-x64.zip -DestinationPath . # test if tone is usable .\tone --help # open directory in windows explorer to manually put tone in your %PATH%, e.g. C:\Windows start .
評論
圖片
表情
