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

audio

Here are 4,301 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
MonXBZH
MonXBZH commented Aug 22, 2018

Hey!

What do you think about add a random function ont the home menu? As Subsonic when you arrive on the home:
image

Albums just appear randomly each 10sec and there is a button "random play" to play songs by stack of 50.

Thx!

MonX

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?

colditzjb
colditzjb commented May 25, 2019

Using the google speech recognizer, I get a well-formatted dictionary object when I specify the show_all=True option. When I try the same for the sphinx recognizer, it returns a pocketsphinx object (show_all=False returns the expected string output). This behavior is reproducible across any audio files that I've used. Code example:

Input:

import speech_recognition as sr
r = s
azimbialiev
azimbialiev commented Mar 30, 2020

I'm actually using wavesurfer.js@3.3.1 with Typescript 3.8
VS Code suggest me that wavesurfer.exportPCM() is not an async function

WaveSurfer.exportPCM(length: number, accuracy: number, noWindow?: boolean | undefined, start?: number | undefined): string

But the official documentation says

`exportPCM(length: number, accuracy: number, noWindow: boolean, start: number, end: number): Prom

librosa
bmcfee
bmcfee commented Nov 27, 2019

Description

The docstring examples use a mix of stateful and object-oriented API, which is not great style. At some point, we should audit these for consistency and adhere to best practices and recommendations from the matplotlib developers.

This will be a huge and tedious undertaking, similar in scope to #783 , so I'm not attaching it to a specific major version yet.

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.)')

Linus9000
Linus9000 commented Feb 28, 2017

I'd love to have an option to display the timestamps on all messages. As it is now I can see them when tapping a message and liking at least one message (#249, good thing there's Otto for a "dummy like"), but for getting an overview I think such an option would be awesome.

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.