Skip to content
#

audio-processing

Here are 654 public repositories matching this topic...

momo1986
momo1986 commented Mar 26, 2020

Hello, dear Mediapipe guys.

I want to inference the hand pose with Mediapipe model and my own model.

I have my own tf-lite models, it can work on the RGB bitmap.

I try to query the RGB bitmap from input frame with data packet.

My code is

private static final String INPUT_VIDEO_STREAM_NAME = "input_video";
processor.addPacketCallback(INPUT_VIDEO_STREAM_NAME, (packet)->{
 
eqMac
nodeful
nodeful commented Apr 19, 2020

Disclaimer:
Please go through existing issues to avoid creating duplicates. If you found a similar issue please post a comment there. If you are uncertain your issue is related to others then create the issue. Obvious ignorance of this rule might get you blocked from posting new issues. Please tick th

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.