Skip to content
#

sound

Here are 1,770 public repositories matching this topic...

lmccart
lmccart commented May 9, 2018

Hi 👋👋👋

We are using this issue to focus on documentation! Documentation is essential for new learners and experienced programmers alike. It helps make our community inclusive by extending a friendly hand to those that are less familiar with p5.js. It also helps us find the bugs and issues with the code itself, because we test and try things out as we document.

[There are several ways to con

madskjeldgaard
madskjeldgaard commented Jan 3, 2022

Motivation

The .postf is a neat shortcut for posting a formatted string.

But personally I see my self doing things like "% is not implemented yet".format("something").warn and the equivalent with .error all the time.

Description of Proposed Feature

Add the following methods to String:


// Equivalent to .postf
St
enhancement good first issue
soloud
brightening-eyes
brightening-eyes commented Feb 20, 2018

hi,
as you know, in SoLoud, the number of filters are limited
we should implement more like different reverbs, fir and irr filters, (these could be used to implement HRTF support), Chorus, One Poll, One Zero, Pole Zero, Two Pole, Two Zero, etc
a library exists called stk under zlib license which already implemented these maybe we can implement some of these out

webaudiofont

Use full GM set of musical instruments to play MIDI and single sounds or effects. Support for reverberation and equaliser. No plugins, no Flash. Pure HTML5 implementation compatible with desktop and mobile browser. See live examples.

  • Updated Jan 3, 2022
  • JavaScript
maximecb
maximecb commented Dec 10, 2021

NoiseCraft seems to work well on laptops and desktops, but on my android phone, I can't manage to move a node or select nodes. I don't really get why it doesn't work. The JavaScript pointer API is pretty unintuitive.

I think a fair bit of work would be needed to properly support tablets, for instance, keyboard shortcuts aren't going to be usable on tablets, but it might still be nice to get tou

help wanted good first issue

Improve this page

Add a description, image, and links to the sound topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sound topic, visit your repo's landing page and select "manage topics."

Learn more