BorisMolch
BorisMolch
-Can this wrapper be used to upload tracks to soundcloud from within our android app? -Does our app has to be registered via SoundCloud Application Registration? Currently they recieve no...
Using anaconda3 did `pip install git+https://github.com/suno-ai/bark.git` running code from example in readme , and getting: (base) C:\Users\mcbub>python bbbtest.py Traceback (most recent call last): File "C:\Users\mcbub\bbbtest.py", line 1, in from bark...
### Version VisualStudio Code extension ### Operating System Windows 10 ### What happened? `ENDPOINT=OPENROUTER` `MODEL_NAME=anthropic/claude-3-opus` I create a new app and it seems to make a few succesfull calls, but...
Hey, trying to just play audio using: ``` async function initializePlayer() { try { while (typeof libopenmpt === 'undefined') { await new Promise(resolve => setTimeout(resolve, 100)); } var player =...
Getting "Error while fetching the Spreadsheet (Error: HTTP error 404 (Not Found) -" with this link as well in the error : https://cloud.google.com/blog/products/g-suite/migrate-your-apps-use-latest-sheets-api
Trying to install on windows. Visual Studio 14. Downloaded FFTW and BOOST for windows. Cant make it happed with Cmake to create a good solution file... pretty much lost here