Skip to content
#

audio

Here are 7,516 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
SteveDaulton
SteveDaulton commented Feb 24, 2022

Is your feature request related to a problem? Please describe.
Some new users see the "Warning" about saving projects as an error, and get frustrated and confused that they can't save a project without getting this "error".

Describe the solution you'd like
The message about saving projects was added because many users we

Enhancement Request good first issue minor feature Help wanted
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