diff options
author | Daniil Cherednik <dan.cherednik@gmail.com> | 2023-11-06 01:15:20 +0100 |
---|---|---|
committer | Daniil Cherednik <dan.cherednik@gmail.com> | 2023-11-06 01:15:20 +0100 |
commit | 3d722bb3d6ec00728eded4100c475b775370a37c (patch) | |
tree | 2aa4b2b08bfd3a161b2a9fee405facdf69c7619b | |
parent | de664619a2b110fa1639eb09c19390f97d4a96a8 (diff) | |
download | atracdenc-3d722bb3d6ec00728eded4100c475b775370a37c.tar.gz |
Fix man page url
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ ATRAC3: ./atracdenc -e atrac3 -i ~/01.wav -o /tmp/01.oma ``` -More information on the [atracdenc man page](man/atracdenc.1) +More information on the [atracdenc man page](https://code.mastervirt.ru/atracdenc/about/man/atracdenc.1) Limitations: - Bit allocation based on the tonality of the signal (see http://www.minidisc.org/aes_atrac.html) |