The Wayback Machine - https://web.archive.org/web/20200715094321/https://github.com/topics/audio
Skip to content
#

audio

Here are 4,618 public repositories matching this topic...

ttencate
ttencate commented Jul 9, 2019

The documentation for duration() says:

Passing an ID will return the duration of the sprite being played on this instance; otherwise, the full source duration is returned.

But to get an ID, we need to call play() first. This means, if we have a sound sprite, we can't get the duration of individual sounds in the sprite without actually starting playback.

As a workaround, I found you

koel
ihorner
ihorner commented Apr 7, 2020

I'd like to be able to set sound source volumes via AppleScript or similar — I can't seem to find any information regarding this, and the dictionary seems to only apply to setting output.

I'm using BetterTouchTool to send volume levels from a midi device with faders, and I'd like to associate the faders with different sources in BackgroundMusic.

JonathanILevi
JonathanILevi commented Jul 2, 2019

The documentation does not have a key code for the numberpad dot. Is this intentional? It comes up as Unknown when it is pressed. The same is true for the numlock and capslock key although this kinda makes sense.

Shouldn't there be a NumpadDot key code?

Pomax
Pomax commented Apr 7, 2020

Looking at https://wavesurfer-js.org/plugins and https://wavesurfer-js.org/example/spectrogram/index.html it is entirely unclear how this plugin is supposed to get loaded.

The second link has an example that is literally impossible, because you can't reference a variable before it's been declared (the wavesurfer var does not exist yet, so the wavesurfer: wavesurfer instruction is an error),

librosa
bmcfee
bmcfee commented Apr 29, 2019

Description

STFT allocates an output buffer, but sometimes you might want to have it compute directly into an existing buffer. For example, in griffin-lim, the method alternates stft/istft for each iterate, which is then discarded. It would be better if we could give it an out= variable, which it would use instead of allocating a new buffer; this way, we could cut down on redundant mem

nifker
nifker commented Feb 12, 2020

Mumble-Client.

It would be nice if it would be possible to give others users(only seen by yourself) nickname next to the username, so people can be fastly recognized even if they e.g. have a username which is similiar to another users username.

Suggestion:
This can be set by right-clicking the users name with an entry called "Set nickname".

Then name would like the following in the UI:

pyAudioAnalysis
Jongwuni
Jongwuni commented Dec 17, 2018

In PyAudioAnalysis > audioFeatureExtraction.py, there is stEnergyEntropy.

I can not understand what is the difference between 'Eol' and 'numpy.sum(sub_wins ** 2.)'

Plz let me know, the differece of two things( 'Eol' and 'numpy.sum(sub_wins ** 2.)')

denis-reichelt
denis-reichelt commented Oct 16, 2019

Description

Unfortunately only the German installation of Jitsi for Windows here:
image
The context menu (right mouse click) in the chat message write window offers Copy/Cut/Paste features. The Paste menu entry shows Strg+ P (in english maybe Ctrl+ P) which is wrong. It should be Strg+ V

Improve this page

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

Learn more

You can’t perform that action at this time.