Live data from Hacker News

Show HN: Web DSP audio editor

dsp.audio

31–40 of 49 posts

Re: Show HN: Web DSP audio editor

#31

Earlier quoted context omitted.

Audio in is supported - it just uses your computer's audio in. Just press on the "Line In" checkbox on the left to allow your browser to access your audio. Alternatively, you can send a pre-set sample to the worklet by selecting it from the dropdown menu and pressing "Play" Midi in is not supported yet, i.e. you can't press a key on your connected MIDI keyboard to send a MIDI message to the worklet yet. You can simul…

Have you considered using Open Sound Control[0]? There is a nice JS package for it. I've put together a couple demo web apps using OSC as both client and server. Bonuses include that you get midi with it, it creates RESTful 2 way interfaces for your endpoints, can be shared over the internet (WebRTC), and it's universally easy to hook to other stuff! Also there is a FANTASTIC customizable interface app for iOS and An…

That's really cool and I'll surely consider it for future releases. I'm trying to sort out the priorities for this project and the feedback on HN is amazing. Thanks.

Re: Show HN: Web DSP audio editor

#32
Creator here - thanks for the feedback!

For anyone interested on the stack, the visual part is React / Redux SPA. I use Firebase's Firestore as a DB (I wanted to try it and so far it's really cool) and Google Cloud Functions for the APIs. The repo is hosted on Gitlab and is a Lerna monorepo, which is amazing.

Re: Show HN: Web DSP audio editor

#33

Earlier quoted context omitted.

Have you considered using Open Sound Control[0]? There is a nice JS package for it. I've put together a couple demo web apps using OSC as both client and server. Bonuses include that you get midi with it, it creates RESTful 2 way interfaces for your endpoints, can be shared over the internet (WebRTC), and it's universally easy to hook to other stuff! Also there is a FANTASTIC customizable interface app for iOS and An…

That's really cool and I'll surely consider it for future releases. I'm trying to sort out the priorities for this project and the feedback on HN is amazing. Thanks.

No problem. Your app is really cool! I really have to compliment you on the design/ux too. Clean, easy to look at, and minimal futuristic. I look forward to seeing more!

Do you have a github or a blog I can follow? I didn't see anything in the info on your site.

Re: Show HN: Web DSP audio editor

#34

Earlier quoted context omitted.

There’s an “or” in that sentence: “old or unsupported browser”

The term unsupported browser sounds like it's intentionally only for Chrome.

I’m not saying that the message sounded good, I’m just saying that it’s technically accurate. Other browsers don’t support the bleeding edge features the site needs and therefore they’re unsupported.

Re: Show HN: Web DSP audio editor

#35

Earlier quoted context omitted.

Audio in is supported - it just uses your computer's audio in. Just press on the "Line In" checkbox on the left to allow your browser to access your audio. Alternatively, you can send a pre-set sample to the worklet by selecting it from the dropdown menu and pressing "Play" Midi in is not supported yet, i.e. you can't press a key on your connected MIDI keyboard to send a MIDI message to the worklet yet. You can simul…

Have you considered using Open Sound Control[0]? There is a nice JS package for it. I've put together a couple demo web apps using OSC as both client and server. Bonuses include that you get midi with it, it creates RESTful 2 way interfaces for your endpoints, can be shared over the internet (WebRTC), and it's universally easy to hook to other stuff! Also there is a FANTASTIC customizable interface app for iOS and An…

shameless self-promotion: I work on a free software OSC sequencer: https://ossia.io

Re: Show HN: Web DSP audio editor

#36

This is great! I really hope developers keep pushing the webAudioApi. Its not hard to imagine serious browser based DAWs within 5yrs. I've been doing my webaudio experiments here: http://treblemaker.ai

That's really good! I'll take a look as soon as I get home.

Re: Show HN: Web DSP audio editor

#37

Creator here - thanks for the feedback! For anyone interested on the stack, the visual part is React / Redux SPA. I use Firebase's Firestore as a DB (I wanted to try it and so far it's really cool) and Google Cloud Functions for the APIs. The repo is hosted on Gitlab and is a Lerna monorepo, which is amazing.

Very cool! Is there a link to the repo? I didn't see one...

Re: Show HN: Web DSP audio editor

#38
post #12

(Chrome only)

For now, yes. But, since the app is based on a standard spec, other browser will hopefully support Web Audio Worklets soon. > — Please note that the app runs only on Chrome > v66, for > now, because Chrome is the only browser implementing the > Audio Worklet[1] spec. Other browser will follow suit > (hopefully) soon [1] https://developers.google.com/web/updates/2017/12/audio-work...

Just to be clear, Audio Worklet is not "a standard spec". It's an earlyish-stage spec proposal which might well change as it goes through the standardization process.

Re: Show HN: Web DSP audio editor

#39

Earlier quoted context omitted.

Yeah, 'It seems you're trying to run the editor with an old or unsupported browser' is kinda odd given it just runs on Chrome...

As soon as browser support the standard, the message will be shown less and less. Chrome was an early adopter, but Audio Worklets are part of a W3C working draft, which is the de facto standard for web audio: https://www.w3.org/TR/webaudio/

Calling it a standard might be jumping the gun. from your very link

> Publication as a Working Draft does not imply endorsement by the W3C Membership. This is a draft document and may be updated, replaced or obsoleted by other documents at any time. It is inappropriate to cite this document as other than work in progress.

Re: Show HN: Web DSP audio editor

#40

Creator here - thanks for the feedback! For anyone interested on the stack, the visual part is React / Redux SPA. I use Firebase's Firestore as a DB (I wanted to try it and so far it's really cool) and Google Cloud Functions for the APIs. The repo is hosted on Gitlab and is a Lerna monorepo, which is amazing.

Very cool! Is there a link to the repo? I didn't see one...

[deleted]
Post reply on HN