Skip to content
#

audio

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

sonic-pi
ethancrawford
ethancrawford commented Feb 9, 2022

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 
Ricky-Tigg
Ricky-Tigg commented Mar 30, 2022

Description
Hello. The worth mentioning developer/project/organisation name is missing from present project's metadata file – usually XML. As a result it is

To Reproduce
Steps to reproduce the behavior:

  1. Install Flatpak applications github.tchx84.Flatseal and org.audacityteam.Audacity
  2. Start Fla
Enhancement Request good first issue
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
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

client feature-request good first issue
madskjeldgaard
madskjeldgaard commented Jan 3, 2022

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
enhancement good first issue

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