Skip to content
#

audio

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

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
terenc3
terenc3 commented Jan 10, 2022

Context

Using the TalkingUi as window source in OBS to show viewers who is in your channel and who is speaking. Similar to Discord StreamKit Voice Widget (https://streamkit.discord.com/overlay).

Description

Add option to change the background color to make it easy to apply a chroma key filter for background removal.

Furthermore it could be useful to hide the channel name comple

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