Upload Audio Upload widget is only available when the cell has been executed in the current browser session. Please rerun this cell to enable.
Hi all, the model works great for the guitar samples, I would like to export this model, can you please advise on this? Thanks
#@title Upload Audio
load_gtag()
log_event('uploadAudioStart', {}) audio = upload_audio(sample_rate=SAMPLE_RATE) log_event('uploadAudioComplete', {'value': round(len(audio) / SAMPLE_RATE)})
note_seq.notebook_utils.colab_play(audio, sample_rate=SAMPLE_RATE)
Can I know what type of browser you use
I used firefox.Is it because of the browser problem
I used firefox.Is it because of the browser problem
sometimes maybe because of unsuported brower...try to install diffrent browser ie:chrome or if there is any ads blocker/javascript blocker try to disable it
Thank you!~
Thank you!~
You're Welcome