Skip to content
#

audio-processing

Here are 628 public repositories matching this topic...

reno5566
reno5566 commented Mar 9, 2020

Hi, I'm a starter and trying to learn how to customize or modify my own mediapipe line. I used Neural Networks to train landmarks which extract from mediapipe. Is there any way I can put my trained model back to mediapipe to implementing real-time gesture recognition?Thanks for your help.

jmidt
jmidt commented Aug 19, 2019

We need some good graphics for the main sampler screen. This is where you can do rudimentary editing of the samples that are played in the sequencer.
There are two screens. The main screen with the controls:

  • Volume (this one may be changed later)
  • Speed (Playspeed. The sample also pitches up or down)
  • Filter (in the middle the sound is unchanged, away from center it engages either hi-pass
giada
RobertZenz
RobertZenz commented Nov 21, 2018

You already mention the licensing in the README, however, having a LICENSE or COPYING file in the repository would make it easier to spot what license is used.

Additionally, the individual code files are currently having a header which smells like "All Rights Reserved". Ideally they'd receive a file header which would restate the license (GPL header and a note that commercial licenses are avail

Valkryst
Valkryst commented Oct 18, 2017
  1. Write JavaDoc comments for all class variables and functions.
  2. In many cases, there are multi-line JavaDoc comments where the opening /** and closing */ could be moved onto the same line as the comment itself.
  3. There are functions with unfinished JavaDoc comments.
  4. JavaDoc comments on classes can be removed if they have no useful information (Ex. A one-line description of t

Improve this page

Add a description, image, and links to the audio-processing 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 audio-processing topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.