-
Updated
Nov 8, 2020 - Python
audio-processing
Here are 850 public repositories matching this topic...
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
Sampler Graphics
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
-
Updated
Nov 25, 2020 - TeX
-
Updated
Nov 15, 2020 - Python
-
Updated
Jan 31, 2019 - Python
-
Updated
Sep 24, 2020 - C
-
Updated
Nov 12, 2020 - Go
-
Updated
Oct 20, 2020 - C++
-
Updated
Nov 28, 2020 - C++
-
Updated
Nov 28, 2020 - C
-
Updated
Nov 29, 2020 - C
-
Updated
Dec 23, 2019 - Python
What?
Currently, API manually throws its own messages and errors. We should move them to werkzeug
exceptions.
-
Updated
Nov 28, 2020 - C#
-
Updated
Mar 26, 2020 - Swift
-
Updated
Nov 28, 2020 - C++
-
Updated
Apr 28, 2019 - Java
-
Updated
May 30, 2020 - C++
-
Updated
Nov 26, 2020 - C#
-
Updated
Nov 13, 2020 - Python
-
Updated
Nov 25, 2020 - Python
-
Updated
Nov 12, 2020 - Java
-
Updated
Nov 21, 2020 - C++
-
Updated
Mar 30, 2020 - Go
-
Updated
Nov 27, 2020 - Python
-
Updated
Nov 25, 2020 - D
-
Updated
Oct 19, 2020 - Python
-
Updated
Nov 29, 2020 - Python
Improve this page
Add a description, image, and links to the audio-processing topic page so that developers can more easily learn about it.
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."
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