-
Updated
Apr 15, 2020 - Python
audio-processing
Here are 594 public repositories matching this topic...
Bug: eqMac crashed due to: "NSWindow drag regions should only be invalidated on the Main Thread!"
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
We need graphics for the external input. It is quite simple and should probably be dominated by some non-functional design. Nevertheless. it needs to convey some information.
It can operate in 3 modes: disabled, stereo and dual mono. Depending on the mode, different controls are available as seen in the pictures below.

-
Updated
Dec 17, 2019 - Python
I'm curious to try Julius running on dictation mode. It'd be great to have:
- Step-by-step tutorial on setting up Julius to run on dictation mode
- Examples using the available Japanese data
- Tips on how to improve that
Dictionary format
When its run i recieve this error:
ALSA lib pcm_dmix.c:1108:(snd_pcm_dmix_open) unable to open slave
However the speedy-player example works but only when installed via go get.
I'm on ubuntu 19.04, running Sway, go 1.12
Edit:
I'm even more confused than before, go build app.go && ./app works without any errors, go run app.go does not
-
Updated
Apr 2, 2020 - C++
-
Updated
Apr 18, 2020 - C
Starting from v0.15.4, Giada supports a primitive form of mono/stereo plug-ins. Full support is welcome, where the user can customize the channels layout through the channel matrix (see Reaper for example).
Useful JUCE classes:
https://docs.juce.com/master/classAudioProcessorGraph.html
https://docs.juce.com/master/classAudioProcessorPlayer.html
Readings:
<?xml version="1.0" encoding="utf-8"?>
<mlt>
<profile description="" width="640" height="360"/>
<producer id="16da6066-6d38-76bd-75de-5394693db212">
<property name="resource">http://kb-oss-daily.oss-cn-zhangjiakou.aliyuncs.com/video/2019/08/06/67399a58-8788-474b-90d0-56
-
Updated
Mar 27, 2020 - C#
-
Updated
Dec 23, 2019 - Python
-
Updated
Mar 26, 2020 - Swift
-
Updated
Apr 20, 2020 - JavaScript
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
-
Updated
Apr 28, 2019 - Java
-
Updated
Apr 15, 2020 - C++
-
Updated
Jan 28, 2020 - Python
-
Updated
Apr 23, 2020 - C#
-
Updated
Mar 30, 2020 - Go
- Write JavaDoc comments for all class variables and functions.
- 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. - There are functions with unfinished JavaDoc comments.
- JavaDoc comments on classes can be removed if they have no useful information (Ex. A one-line description of t
Better DDoc
Now that we have auto-generated doc with http://dplug.dpldocs.info/dplug.html the docs should be more welcoming.
-
Updated
Mar 20, 2020 - C++
-
Updated
Apr 11, 2020 - C++
-
Updated
Apr 23, 2020 - Swift
The currently supported radices are 2, 3, 4, and 8. Small primes 5 and 7 should be added for parity with other FFT libraries. Larger powers of two might be desirable for performance.
-
Updated
Mar 10, 2020 - D
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