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
thank you for providing such a great library :).
Since you can Download the whole Song already, i was wondering if it would be possible to download single tracks (e.g. for providing Stems to other musicians). For example, it would be nice if we could use the startaudiorendering Event, and submit a track number to get back a single audiotrack as a wav file that can be send to someone else.
The text was updated successfully, but these errors were encountered:
As a temporary solution, you can always mute the tracks that you don't want to be exported (or "solo" those which you are interested in) and then the resulting download will be the stem ... not sure if this answer your question, maybe I didn't get the point correctly, sorry
As a temporary solution, you can always mute the tracks that you don't want to be exported (or "solo" those which you are interested in) and then the resulting download will be the stem ... not sure if this answer your question, maybe I didn't get the point correctly, sorry
Thanks for the reply :) i tried this, though i'm more interested in saving the audiobuffers as files in some S3 bucket or so, to persist the recording session. I think i can grab the tracks audiobuffers through playlist.tracks[i].buffer or so, but it would be nice to get this directly as a ready to grab blob Object in the correct codec. Else i think i would have to transform the audiobuffer back into a ogg / opus codec blob object and idk how that works haha 😅.
Muting the tracks won't result in an adjustment of the timeline, so the muted tracks will add silence to the end of the rendered WAV file :/.
Hi,
thank you for providing such a great library :).
Since you can Download the whole Song already, i was wondering if it would be possible to download single tracks (e.g. for providing Stems to other musicians). For example, it would be nice if we could use the
startaudiorendering
Event, and submit a track number to get back a single audiotrack as a wav file that can be send to someone else.The text was updated successfully, but these errors were encountered: