Skip to content
#

audio

Here are 6,983 public repositories matching this topic...

srs
mapengfei53
mapengfei53 commented Dec 27, 2021

描述(Description)

RTC推流转rtmp,偶现packet_video_rtmp函数参数start为0,导致pkt空指针,触发死机bug

  1. SRS版本(Version): 4.0210

  2. SRS的日志如下(Log):

 [2021-12-24 15:20:31.786][Trace][58792][m7039d48] TCP: clear zombies=1 resources, conns=1, removing=0, unsubs=0
 [2021-12-24 15:20:31.786][Trace][58792][by696p1r] TCP: disposing #0 resource(HttpsConn)(0x3058370), conns=1, disposing=1, zombies=0
 [2021-1
sonic-pi
ethancrawford
ethancrawford commented Nov 16, 2021

Attempting to create a buffer with a duration that is not a number greater than 0, with either:

buffer(:foo, 0) # or -1, ... etc

or

with_fx :record, buffer: [:foo, 0] do # or -1, ... etc
...
end

(or [:foo, 'some text'], etc)

Produces an error similar to the following:

Runtime Error: [buffer 8, line 4] - SonicPi::PromiseTimeoutError
Thread death!
 Promise time
petersampsonaudacity
petersampsonaudacity commented Dec 30, 2021

Describe the bug
Throughout the app there is inconsistent quoting of names with '...' or "..." or not at all in user-visible messages

This was originally logged by @Paul-Licameli in September 2017 on Bugzilla
https://bugzilla.audacityteam.org/show_bug.cgi?id=1747

To Reproduce
Steps to reproduce the behavior:
1, Scan the source code for '%s'
2. Then scan it for "%s"
3. Observ

tenacity
wfjsw
wfjsw commented Jan 23, 2022

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

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