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
Instead of accepting audio as an argument to the Track constructor, we should instead parse bach's @Audio header, automatically following the URL to the audio bytestream and loading it into memory.
This does not have to initially support streaming audio, although it does sound like a useful feature for the future.
The text was updated successfully, but these errors were encountered:
Instead of accepting
audio
as an argument to theTrack
constructor, we should instead parsebach
's@Audio
header, automatically following the URL to the audio bytestream and loading it into memory.This does not have to initially support streaming audio, although it does sound like a useful feature for the future.
The text was updated successfully, but these errors were encountered: