Skip to content
#

audio

Here are 7,437 public repositories matching this topic...

srs
winlinvip
winlinvip commented Apr 24, 2022

To publish rtmp://ip/live/livestream?k=v to SRS, the correct way to use OBS:

  • Server: rtmp://ip/live
  • StreamKey: livestream?k=v

However, sometimes the StreamKey has maken lots of people confused, they will literally use as bellow, easpecially for fresh man:

  • Server: rtmp://ip/live/livestream?k=v
  • StreamKey: Empty

And it's easy to understand.

Solution

So, SRS mi

Enhancement Feature good first issue
sonic-pi
LWinterberg
LWinterberg commented Mar 15, 2022

Currently, there is an option between linear scale (from 1 to -1) and a fairly well-hidden logarithmic scale (from -0dB to -60dB by default). This causes confusion for beginners as they look at the waveform and peak at 0.5, thinking they're way too low - while in reality that's equivalent to -6dB, so already bordering the "red" area.

Using the logarithmic dB scale by default comes with a set o

Enhancement Request Design / UX good first issue minor feature
tenacity
fitojb
fitojb commented Sep 14, 2021

Guidelines

  • I have read the guidelines.

Version/Commit hash

trunk

Describe the bug.

Look at the screenshot in #618:

133133285-8a8c3e5f-1b14-4118-b0eb-0b9b8c6fcd8e

I’ve highlighted the areas that use a font other than SF UI.

Expected behavior

The whole interface

bug help wanted good first issue design
vimpostor
vimpostor commented Jun 1, 2022

Context

Right now Mumble iterates through every program name of every PID for every positional audio plugin. This is quite wasted CPU time if either the PID count is high or plugin count is high, as the time complexity is in $\mathcal{O}(PIDNum \cdot pluginNum )$.

Example: https://github.com/mumble-voip/mumble/blob/dd5df45313a937359285327f556557159bab758e/plugins/gtav/gtav.cpp#L81

client feature-request good first issue
madskjeldgaard
madskjeldgaard commented Apr 6, 2022

Motivation

The Git class currently doesn't support submodules which prevents for example using submodules in Quark repos.

Description of Proposed Feature

Add a submodule method to Git and add submodule recursion to the Quark install step, eg adding the --recurse-submodules git flag to the clone command. This will download an

enhancement good first issue quarks

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