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
The API should be able to serve audios according to the user preference and internet speed. This task has two parts:
We should store the uploaded audio in different qualities in our desired format.
We should be able to serve the audio (stream) in all stored format. The endpoint should accept a quality parameter. The endpoint should be able to detect low connection speed and adapt accordingly by serving the reminding chunks in lower quality. The endpoint should adapt on the go and increase the quality should the user connection speed improve.
The text was updated successfully, but these errors were encountered:
The API should be able to serve audios according to the user preference and internet speed. This task has two parts:
The text was updated successfully, but these errors were encountered: