Search found 1392 matches

by merlyn
Thu Aug 03, 2023 10:55 am
Forum: Recorders & Sequencers
Topic: Small problem with Mixbus 32C with AvLinux MXE (SOLVED)
Replies: 20
Views: 4269

Re: Small problem with Mixbus 32C with AvLinux MXE

If you think it's C states and Turbo Boost, there are kernel options to turn those off. There was a thread where someone tried this on a laptop and it led to overheating. If you're using a desktop with adequate cooling it should be OK. intel_idle.max_cstate=0 intel_pstate=disable processor.max_cstat...
by merlyn
Wed Aug 02, 2023 12:07 pm
Forum: Computer Related Hardware
Topic: Testing is Focusrite Scarlet 18i20 ok?
Replies: 12
Views: 2862

Re: Testing is Focusrite Scarlet 18i20 ok?

No, it's controlling the DSP mixer built into the Scarlett. It's really for setting up monitor mixes, so it's a nice extra, but not essential.

by merlyn
Wed Aug 02, 2023 11:52 am
Forum: Computer Related Hardware
Topic: Testing is Focusrite Scarlet 18i20 ok?
Replies: 12
Views: 2862

Re: Testing is Focusrite Scarlet 18i20 ok?

Check the hardware Do all the lights come on? Are all the knobs good? Are all the sockets good? Check it's recognised $ lsusb Check ALSA sees it $ aplay -l Check it makes sound $ speaker-test -D plughw:<device name> A first generation Scarlett seems quite good for Linux as there are a lot of contro...
by merlyn
Sat Jul 29, 2023 12:31 pm
Forum: Computer Related Hardware
Topic: Need USB audio interface
Replies: 35
Views: 59115

Re: Need USB audio interface

Actually, thinking about it the clue is in the name -- 404. Four ins, four outs. The reason there is also a main out is that the main out can be used to monitor the input -- zero latency monitoring, so called. There is a mix control on the front of the 404 that blends the input with the playback fro...
by merlyn
Sat Jul 29, 2023 12:02 pm
Forum: Computer Related Hardware
Topic: Need USB audio interface
Replies: 35
Views: 59115

Re: Need USB audio interface

We're maybe getting a bit confused here. Jack has a Focusrite 18i8 gen 1. Yes, it only has one stereo pair as an output called 'monitor out'. https://i.postimg.cc/PxYxw9hM/18i8back.webp The Behringer 404HD does have more than two outputs. Yes, the main out is available on XLR or TRS jack, but it wou...
by merlyn
Sat Jul 29, 2023 10:46 am
Forum: Computer Related Hardware
Topic: Need USB audio interface
Replies: 35
Views: 59115

Re: Need USB audio interface

... Now about those balanced in- and outputs on an audio device... Behringer is not gonna cut it for you I think, but I always thought that Focusrite was a bit more "professional". ... The Behringer UMC404HD does have balanced inputs and outputs. https://i.postimg.cc/fW9PNkPS/UMC404-HDspe...
by merlyn
Sat Jul 29, 2023 10:07 am
Forum: Computer Related Hardware
Topic: Need USB audio interface
Replies: 35
Views: 59115

Re: Need USB audio interface

arecord tells you the cards that are available. To see the inputs and outputs use alsamixer from a command line or I think in Ubuntu Studio there is an app qasmixer which is a gui for alsamixer. I'm pretty sure ALSA will see all the inputs and outputs, including S/PDIF.

by merlyn
Fri Jul 28, 2023 7:01 pm
Forum: Computer Related Hardware
Topic: Need USB audio interface
Replies: 35
Views: 59115

Re: Need USB audio interface

EBU R 128 is about loudness. It might look like some digital interconnect format, like AES3, but it's not. Basically LUFS -23, dBTP -1. Fortunately x42 wrote us an EBU R 128 meter. https://i.postimg.cc/yYRsXnYr/x42-EBU128.png Whatever the standard is in the US, it will simply be different values of ...
by merlyn
Fri Jul 28, 2023 5:16 pm
Forum: Computer Related Hardware
Topic: Need USB audio interface
Replies: 35
Views: 59115

Re: Need USB audio interface

... Two instances of Stereo Tool ( https://www.thimeo.com/stereo-tool/ are running on the PC I'm trying to configure: one provides the aggressively-processed FM signal, the other provides the less-aggressive one. So each one needs its own Playback device. ... Each one needs a stereo output, and you...
by merlyn
Fri Jul 28, 2023 3:59 pm
Forum: Computer Related Hardware
Topic: Need USB audio interface
Replies: 35
Views: 59115

Re: Need USB audio interface

... At least two independent digital-to-analog converters, so each instance of Stereo Tool has its own output (not so easy?) A common clock running the adc and the two dacs so the two output devices don't drift out of sync with each other and we run into buffer issues (not so easy?) ... An audio in...
by merlyn
Fri Jul 28, 2023 3:14 pm
Forum: System Tuning and Configuration
Topic: Wireplumber realtme problem and Realtime tweaks for Pro Audio
Replies: 47
Views: 23622

Re: Wireplumber realtme problem and Realtime tweaks for Pro Audio

To load threadirqs edit etc/default/grub and add threadirqs to the line

GRUB_CMDLINE_LINUX_DEFAULT=

Then update grub with

Code: Select all

$ sudo grub-mkconfig -o /boot/grub/grub.cfg
by merlyn
Fri Jul 28, 2023 2:40 pm
Forum: Plugins, Effects and Instruments
Topic: AI-powered plugins for music composition
Replies: 18
Views: 6297

Re: AI-powered plugins for music composition

Sadly not. There is a fuss at the moment around ChatGPT, and similar technologies. I would think on these as 'neural networks', or 'machine learning'. AI is a bit of a strong term, as they are only as good as the training data, which for ChatGPT was ... the entire internet, or 45TB of it at least. C...
by merlyn
Fri Jul 28, 2023 12:28 pm
Forum: MusE Sequencer
Topic: Using Midi-Keyboard with MusE
Replies: 18
Views: 3641

Re: Using Midi-Keyboard with MusE

G for gain is used in engineering. G is the name of the parameter, not a unit. Gain is defined as

Gain = Vout (Volts)/Vin (Volts)

The Volts cancel out, and gain is a number. I think "pure logarithmic units" are similarly a number and not a unit.

by merlyn
Thu Jul 27, 2023 1:06 pm
Forum: System Tuning and Configuration
Topic: Wireplumber realtme problem and Realtime tweaks for Pro Audio
Replies: 47
Views: 23622

Re: Wireplumber is not installed correctly

... Threading IRQ's may have an effect. Just try it with and without. Only has effect on generic kernels though. If you already run a low-latency kernel this option is useless, or so I've read. ... It does have an effect on a low latency kernel. By default, threadirqs is not loaded with a low laten...
by merlyn
Thu Jul 27, 2023 12:48 pm
Forum: MusE Sequencer
Topic: Using Midi-Keyboard with MusE
Replies: 18
Views: 3641

Re: Using Midi-Keyboard with MusE

... Note your use of a reference value, the absence (or lack of specification) of which is exactly the problem, if I understand Tim's point correctly. ... There is a reference as correctly the units are dBFS, dB relative to full scale which could be taken as plus or minus 1, or 2 23 as a 24 bit sig...