The URL of the Soundcloud track
Whether or not to use the download link if the artist has set the track to be downloadable. This has erratic behaviour on some environments.
A ReadableStream containing the audio data
Get the audio of a given track with the specified format
The URL of the Soundcloud track
The desired format
Returns the audio streams and titles of the tracks in the given playlist.
The url of the playlist
Returns a media Transcoding that matches the given predicate object
The Transcodings to filter
The desired Transcoding object to match
An array of Transcodings that match the predicate object
Returns info about a given track.
URL of the Soundcloud track
Info about the track
Returns track information for a user's likes
Can either be the profile URL of the user, or their ID
Returns info about the given set
URL of the Soundcloud set
Info about the set
Returns info about the given track(s) specified by ID.
The ID(s) of the tracks
Info about the track
Returns information about a user
The profile URL of the user
Returns true if the given URL is a Firebase URL (of the form https://soundcloud.app.goo.gl/XXXXXXXX)
The URL to check
Returns true if the given URL is a personalized track URL. (of the form https://soundcloud.com/discover/sets/personalized-tracks::user-sdlkfjsldfljs:847104873)
The URL to check
Returns whether or not the given URL is a valid playlist SoundCloud URL
The URL to check
Returns whether or not the given URL is a valid Soundcloud URL
URL of the Soundcloud track
Prepares the given URL by stripping its mobile prefix (if this.stripMobilePrefix is true) and converting it to a regular URL (if this.convertFireBaseLinks is true.)
Finds related tracks to the given track specified by ID
The ID of the track
The number of results to return
Used for pagination, set to 0 if you will not use this feature.
Searches for tracks/playlists for the given query
The search option
SearchResponse
Sets the instance of Axios to use to make requests to SoundCloud API
An instance of Axios
Generated using TypeDoc
Get the audio of a given track. It returns the first format found.