Skip to content
#

audio

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

agyild
agyild commented Jan 12, 2020

So I have a Samsung LC27HG70 monitor that apparently supports up to 600 cd/m2. In Windows I want to be able to watch HDR content at optimized settings. I have searched with "mpv + hdr", multiple results including github issues came up from few years back. And the more I read the more I got confused. I tried applying each different setting, they were all okay in a different fashion so I was not su

koel
phanan
phanan commented Mar 9, 2019

Steps to reproduce:

  1. Queue several songs
  2. Click on the header e.g. Title to sort by Title. The sorting indicator (arrow) appears.
  3. Click Shuffle button

Expected:

  • The sorting indicator disappears, as the songs are not sorted anymore.

Actual result:

  • The arrow is still there.
samwalshnz
samwalshnz commented Apr 6, 2019

User story:
I'm watching a YouTube video. The person speaking in the video pauses for a moment before sentences. The pauses are long enough to be considered as 'silent' to BackgroundMusic and therefore the music plays, but then the person speaking in the video continues speaking, triggering the music playback to stop. Note: there's also a delay between the moment the person starts speaking a

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
cameron-henkel
cameron-henkel commented Jun 28, 2018

The spectrogram plugin has a frequenciesDataUrl parameter that seems to be used by loadFrequenciesData(url) to pull frequency data from a JSON file and draw to canvas. Is there any documentation on how to use this parameter or what format it expects the data to be in? Generating spectrograms when loaded can take upwards of 10 seconds for a simple 2 minute mp3 and being able to preprocess and load

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:

anatoli26
anatoli26 commented Feb 27, 2017

Related to #685.

When the phone is put in airplane mode and a new message is received during the offline state, when going online again a new notification is received that there's a new message, but the badge is not updated (i.e. if there was no badge counter at all before receiving a message, there will be none on new message).

Bug
braddabug
braddabug commented Nov 30, 2017

I think there's an extra #endif in tinyfiles.h. Around line 88 there's this:

#if defined( TINYPATH_IMPLEMENTATION )
#endif TINYPATH_IMPLEMENTATION

That #endif doesn't look like it should be there. I get compilation errors about the final #endif having no matching #if

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.