Update README.md (#666)

This commit is contained in:
Tanner Hoisington 2024-05-01 13:07:36 -04:00 committed by GitHub
parent ab08e54e37
commit 6940eae650
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ rip url https://www.qobuz.com/us-en/album/back-in-black-ac-dc/0886444889841 http
Download the album and convert it to `mp3`
```bash
rip url --codec mp3 https://open.qobuz.com/album/0060253780968
rip url --codec=MP3 https://open.qobuz.com/album/0060253780968
```
@ -94,7 +94,7 @@ To set the maximum quality, use the `--max-quality` option to `0, 1, 2, 3, 4`:
```bash
rip url --quality 3 https://tidal.com/browse/album/147569387
rip url --max-quality=3 https://tidal.com/browse/album/147569387
```
> Using `4` is generally a waste of space. It is impossible for humans to perceive the between sampling rates higher than 44.1 kHz. It may be useful if you're processing/slowing down the audio.