You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the command spotdl --bitrate 256k --format wav --output "/output/folder" Link to playlist, the tool indicates that it will output audio at a bitrate of 256 kbps. However, upon downloading, the audio files are showing a sample rate of 48000 Hz. It is important to note that bitrate and sample rate are different aspects of audio quality. While the command specifies a bitrate of 256 kbps, the sample rate of 48000 Hz refers to the number of samples of audio carried per second. The discrepancy arises because the command controls bitrate, but the sample rate is determined by the source audio files.
Steps to reproduce - Ensure to include actual links!
Use the following command to specify the desired bitrate and format, and to set the output folder for the downloaded files:
Execute the command in your terminal or command prompt, ensuring that the specified output folder is where you want the files to be saved.
Once the command has run successfully, the output folder will contain the downloaded music files in .wav format. Note that although the files are set to a bitrate of 256k, the Finder may display the audio quality as 48000 Hz.
What is the bit rate of the resulting files? Typically the bitrate argument is used for compressed formats such as m4a.
Because YouTube is the download source, I've noticed spotdl's output tends to be 48kHz (typically used for video) rather than 44.1kHZ (typical for audio, derived from CD standard).
the bit rate of the resulting files are 48000hz but it doesn't convert them to 256000hz of audio quality using the cmd:
spotdl --bitrate 256k --format wav --output "/Volumes/DJJD/Dj_Music/Hip_Hop" https://open.spotify.com/playlist/37i9dQZF1E37HyjDArhdL2
What is the bit rate of the resulting files? Typically the bitrate argument is used for compressed formats such as m4a.
Because YouTube is the download source, I've noticed spotdl's output tends to be 48kHz (typically used for video) rather than 44.1kHZ (typical for audio, derived from CD standard).
The resulting files are outputted at 48000hz not converted to 256000hz of audio quality using the cmd:
spotdl --bitrate 256k --format wav --output "/Volumes/DJJD/Dj_Music/Hip_Hop" https://open.spotify.com/playlist/37i9dQZF1E37HyjDArhdL2
System OS
MacOS
Python Version
3.13 (CPython)
Install Source
pip / PyPi
Install version / commit hash
4.2.10
Expected Behavior vs Actual Behavior
When using the command
spotdl --bitrate 256k --format wav --output "/output/folder" Link to playlist
, the tool indicates that it will output audio at a bitrate of 256 kbps. However, upon downloading, the audio files are showing a sample rate of 48000 Hz. It is important to note that bitrate and sample rate are different aspects of audio quality. While the command specifies a bitrate of 256 kbps, the sample rate of 48000 Hz refers to the number of samples of audio carried per second. The discrepancy arises because the command controls bitrate, but the sample rate is determined by the source audio files.Steps to reproduce - Ensure to include actual links!
Use the following command to specify the desired bitrate and format, and to set the output folder for the downloaded files:
Execute the command in your terminal or command prompt, ensuring that the specified output folder is where you want the files to be saved.
Once the command has run successfully, the output folder will contain the downloaded music files in
.wav
format. Note that although the files are set to a bitrate of 256k, the Finder may display the audio quality as 48000 Hz.Traceback
Other details
No response
The text was updated successfully, but these errors were encountered: