meyda VS wam-openstudio

Compare meyda vs wam-openstudio and see what are their differences.

wam-openstudio

Multitrack Web Audio Modules DAW Open source, using C++ (Emscriten-WebAssembly) for the audio processing and the plugins automations, in the audio-thread. (by TER-M1)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
meyda wam-openstudio
7 1
1,391 20
0.1% -
5.2 0.0
6 days ago about 1 year ago
TypeScript JavaScript
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

meyda

Posts with mentions or reviews of meyda. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-20.
  • Show HN: I'm building a browser-based DAW
    4 projects | news.ycombinator.com | 20 Jul 2022
    Sounds like a job for web workers. Do you have any examples? I'd love to check them out. I've seen some sequencers but never a full-blown DAW attempt. I've been toying with a couple browser-based, realtime audio ML ideas lately (mostly porting some models to Tensorflow.js), so my interest is piqued.

    As far as libraries go for analysis, the only solid option I've found so far is Meyda[0]. I was drawn to it mostly because it closely maps to librosa[1], and it seems fairly mature. Does anyone have any others that may come in handy for this kind of work? This is just free-time tinkering for me. I'm completely new to the space.

    [0]: https://meyda.js.org/

  • GitHub - meyda/meyda: Audio feature extraction for JavaScript.
    1 project | /r/javascript | 30 May 2022
  • Meyda: A JavaScript audio feature extraction library
    1 project | news.ycombinator.com | 27 May 2022
  • Normally my videos are educational/informational - but sometimes I get carried away in the studio.
    1 project | /r/modular | 12 Feb 2022
    It was pretty hacky really. There's a javascript library called Meyda that does audio processing and their front page has this visualization, i was just careful in my cropping. :). I should really give them credit in the description.
  • What to do if you publish a beta build as @latest
    1 project | dev.to | 26 Jun 2021
    I recently published a beta build of Meyda to the npm registry, with the intention of having one of our longest running users test it out to make sure it worked in their project. I hadn't done a manual release in a long time, since we use semantic-release, so I skimmed the output of npm publish --help, and figured out what command I would run. I set the version field of package.json to 5.1.7-beta.0, as instructed built the bundle, ran our test suite, and ran npm publish . --dry-run, to verify that the manifest of files that would be published was correct. It was correct, and so I ran
  • Loading Audio in Node JS
    2 projects | dev.to | 1 Jun 2021
    If you're using Meyda to analyze audio that you load in this way, you will need to make sure that the sample rate of the audio matches the sample rate that Meyda is set to use. Otherwise you'll end up with audio features that are incorrect, and based on a skewed frequency scale. You can either match the Meyda sample rate to the wav sample rate, or you can resample the audio to fit a standard sample rate (i.e. 44,100hz, or 48,000hz). Resampling audio is a complicated topic beyond the scope of this article, but if you have trouble finding information online, let me know and I may find time to write an article.
  • A curated list of Music DSP and audio programming resources
    6 projects | news.ycombinator.com | 23 Apr 2021

wam-openstudio

Posts with mentions or reviews of wam-openstudio. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-20.
  • Show HN: I'm building a browser-based DAW
    4 projects | news.ycombinator.com | 20 Jul 2022
    We started writing a web-based DAW prototype that relies on the Webaudio Modules version 2.0 (a standard for plugins/hosts on the Web, that can be developed using a large variety of languages/approaches). For the moment, the DAW has very limited features but 1) Each track is written as an AudioWorklet, and sample accurate processing is being done for playing each track. That means, that from the processor part of each track player, we can schedule events (automation, midi, etc) to plugins. We can also loop and edit the audio track with a sample accuracy (this is not done yet, but everything is ready for that. We will add this soon). 2) Each track is associated with a plugin chain. Plugins are WAM plugins (webaudiomodules), and can be automated. 3) There are quite a lot of plugins already available in the WAM format, most effects, instruments. The WAM distribution comes with a set of example plugins + the FAUST IDE can generate WAM2 plugins in seconds. All running DSP in WASM. We (WAM designers, implementers and maintainers) can be reached on a slack channel (#webaudiomodules, subchannel of the #webaudio channel. Get incitation here: https://web-audio-slackin.herokuapp.com/

    The WebAudioModules distro is 4 GitHub repos, it is also available as npm modules. (https://github.com/webaudiomodules, start by building the wam-example one and run the examples). You can find some presentations on youtube (such as: https://www.youtube.com/watch?v=8G3we8dikq8).

    DAW prototype (should be included soon in the wam-example repo): Picture : https://i.ibb.co/mBdNGqk/WAM2-DAW.jpg online version: https://wam-openstudio.vidalmazuy.fr/, current repo (work in progress, as I said, this work is active and we do plan to add all missing functionnalities the upcoming months) https://github.com/TER-M1/wam-openstudio

    There are also professional, commercial DAWs, not open source ones, such as https://ampedstudio.com/ that is also capable of loading WAM plugins, and is developed using the same approach as our DAW proto (host as AW), bandlab.com or soundtrap.com.

    Michel

What are some alternatives?

When comparing meyda and wam-openstudio you can also consider the following projects:

howler.js - Javascript audio library for the modern web.

Cardinal - Virtual modular synthesizer plugin

camilladsp - A flexible cross-platform IIR and FIR engine for crossovers, room correction etc.

standardized-audio-context - A cross-browser wrapper for the Web Audio API which aims to closely follow the standard.

mistql - A query / expression language for performing computations on JSON-like structures. Tuned for clientside ML feature extraction.

librosa - Python library for audio and music analysis

audioworklet-polyfill - 🔊 Polyfill AudioWorklet using the legacy ScriptProcessor API.

awesome-musicdsp - A curated list of my favourite music DSP and audio programming resources

pianolizer - An easy-to-use toolkit for music exploration and visualization, an audio spectrum analyzer helping you turn sounds into piano notes

elk-pi - Elk Audio OS binary images for Raspberry Pi

breakbeet - A silly music visualizer that sizes a 3D model according to the volume of the input audio.