audio
Here are 7,163 public repositories matching this topic...
-
Updated
Feb 28, 2022 - JavaScript
-
Updated
Oct 11, 2021 - Jupyter Notebook
-
Updated
Nov 24, 2021 - Jupyter Notebook
-
Updated
Mar 18, 2022 - Swift
Recent discussions show that it is still possible for the load_synthdefs function to raise an un-handled error if it is given the path to a SynthDef file instead of a directory of SynthDefs.
We should fix this by raising a more useful error that describes the problem in a clearer way.
I suggest adding something like the following line:
raise "The load_synthdefs function expects an
Summa
-
Updated
Mar 17, 2022 - C++
-
Updated
Mar 17, 2022 - C++
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
Guidelines
- I have read the guidelines.
Version/Commit hash
trunk
Describe the bug.
Look at the screenshot in #618:
I’ve highlighted the areas that use a font other than SF UI.
Expected behavior
The whole interface
-
Updated
Feb 17, 2022 - JavaScript
-
Updated
Mar 17, 2022 - JavaScript
-
Updated
Mar 1, 2022 - Python
-
Updated
Mar 16, 2022 - C#
-
Updated
Mar 16, 2022 - C
-
Updated
Mar 4, 2022 - Python
-
Updated
Sep 10, 2021 - Python
Context
#4881
I'm operating a worldwide server and there are unique connectivity issue in different regions. I want to ensure that users have best voice quality while under connection budget, and that involves different settings for different regions.
Description
I need to have individual switches that controls the inbound and outbound UDP connections.
Mumble component
Client
-
Updated
Mar 8, 2022 - Python
-
Updated
Mar 12, 2022 - C++
Motivation
The .postf is a neat shortcut for posting a formatted string.
But personally I see my self doing things like "% is not implemented yet".format("something").warn and the equivalent with .error all the time.
Description of Proposed Feature
Add the following methods to String:
// Equivalent to .postf
St
-
Updated
Feb 7, 2022 - Swift
Improve this page
Add a description, image, and links to the audio topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the audio topic, visit your repo's landing page and select "manage topics."

描述(Description)
用户点播视频,PC端使用WebRtc播放,当用户关闭视频后,云服务器利用回调函数,主动踢掉用户播放的视频流,该过程进行十几次后,云服务器的CPU一直处于98%的状态,即使没有任何推流操作,cpu也无法得到释放。
v 4.0.198重现(Replay)
本地推流到SRS云服务器PC端成功播放视频后,主动关闭视频,云服务器使用回调函数,进行主动踢流重复十几次后,CPU处于98%的状态期望行为(Expect)
频繁推流、拉流、