Couldnt get sound to work on iOS but back at my Desktop now and wow these examples/presets sound really cool, great job! (The examples in the write up sound very weird btw...). Try out the 'app' here > https://kick-with-reverb.vercel.app/
Yeah, for web apps you have to make sure your phone is not on silent and the ringer volume is up. This is why most audio apps for phones will force you to use their native app. I was looking into a way around this and I don't think it exists without building out an entire phone app.
How to Train a Gen AI Kick Drum Model on Your Old Linux Desktop with 6GB VRAM
91–93 of 93 posts
Re: How to Train a Gen AI Kick Drum Model on Your Old Linux Desktop with 6GB VRAM
#92Couldnt get sound to work on iOS but back at my Desktop now and wow these examples/presets sound really cool, great job! (The examples in the write up sound very weird btw...). Try out the 'app' here > https://kick-with-reverb.vercel.app/
Yeah, for web apps you have to make sure your phone is not on silent and the ringer volume is up. This is why most audio apps for phones will force you to use their native app. I was looking into a way around this and I don't think it exists without building out an entire phone app.
Re: How to Train a Gen AI Kick Drum Model on Your Old Linux Desktop with 6GB VRAM
#93Earlier quoted context omitted.
Yeah, for web apps you have to make sure your phone is not on silent and the ringer volume is up. This is why most audio apps for phones will force you to use their native app. I was looking into a way around this and I don't think it exists without building out an entire phone app.
Have you tried setting `navigator.audioSession.type = playback`?
Looks like this has been possible since iOS 17 but is not well documented.