- 追加された行はこの色です。
- 削除された行はこの色です。
- qaac へ行く。
[[Audio]] > [[qaac]]
- releases: https://github.com/nu774/qaac/releases
- docs: https://github.com/nu774/qaac/wiki
- repo: https://github.com/nu774/qaac
- makeportable: https://raw.githubusercontent.com/nu774/makeportable/master/makeportable2.cmd
>
You need Microsoft Visual C++ 2010 to build qaac/refalac.
AMD64 build is only available for refalac.
* . [#hf966b41]
- https://twitter.com/kamedo2/status/1591013173955801088
>
なのでサンプリングレート変換には普段qaacに同梱されているrefalacを使ってる
例えばCD音源を48kHzへ変換するには
$ refalac64 in.wav --rate 48000 -D -b 32 -o out.48kHz.wav
* 関連 [#rel]
- [[SoX]]