-
Updated
Oct 3, 2020 - Python
audio-processing
Here are 782 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
Aug 5, 2019 - TeX
-
Updated
Sep 30, 2020 - Python
-
Updated
Jan 31, 2019 - Python
-
Updated
Sep 24, 2020 - C
-
Updated
Aug 12, 2020 - Go
-
Updated
Sep 18, 2020 - C++
-
Updated
Oct 3, 2020 - C++
-
Updated
Sep 29, 2020 - C
-
Updated
Oct 3, 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
Aug 6, 2020 - C#
-
Updated
Mar 26, 2020 - Swift
-
Updated
Sep 30, 2020 - C++
-
Updated
Apr 28, 2019 - Java
-
Updated
May 30, 2020 - C++
-
Updated
Sep 24, 2020 - C#
-
Updated
Sep 25, 2020 - Python
-
Updated
Jul 15, 2020 - Java
-
Updated
Sep 29, 2020 - C++
-
Updated
Mar 30, 2020 - Go
-
Updated
Oct 2, 2020 - D
-
Updated
Aug 31, 2020 - Jupyter Notebook
-
Updated
Sep 3, 2020 - Python
-
Updated
Aug 10, 2020 - Python
-
Updated
Oct 1, 2020 - Swift
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