Installing the distro was no problem. Booted fine, updated fine, no worries.
Started to look at the audio handbook before getting side tracked with beer #2 and package installation. I do think I found a disconnect between the written documentation and the language (Connection vs Graph) in the most recent version of the software though.
So, things I need beside the base installation packages:
chmod 600 ~/.ssh/id_rsa
to make it all well and good again.python3-pip
, no big deal there.pip install git+https://github.com/openai/whisper.git
is going to take 4+ minutes so I’lll go back to the handbook and open beer #3.More to do with OpenAI Whisper
PATH
so I had to GOOGLE how to add that in again because I had already forgotten how I had solved this problem previously. So to solve this, I had to edit the .bashrc
file with nano ~/.bashrc
and add the path that the error was talking about to the end of the file export PATH="$HOME/.local/bin:$PATH"
and then refresh using source ~/.bashrc
to bring everything up to date again. After this, I was able to run whisper --help
without issue.Patchage
has been discontinued in favor of Carla
so I hope that future chapters show images from Carla
Configuring and testing your soundcard
and I did indeed configure, but there was no direction on how to test that configuration. Also, my fears about Carla
are growing stronger. . . that software isn’t mentioned until Chapter 5 when I look at the TOC.Audio Production --> Sound Generators --> Hexter
but in the current KDE menu it removes the intermediate level of sorting with Sound Generators
.The parade is on the television and I have sometime to explore!
ctrl+F1
and ctrl+F2
to go between them. But there is also another option, Settings --> Shortcuts --> Shortcuts --> Kwin --> Switch to next/previous Desktop
so now that I found that, I can use crtl+alt+left/right arrow
to go between my desktops.Hexter
open I was playing the test sound constantly and could vaguely hear it, but wasn’t sure where it was coming from for the output. I am guessing it was my laptop speakers but I couldn’t really confirm due to the placement of the machine and the noise from the television.Hexter DX7 emulation
and tried to attached it to everything just to see what would accept it. It was connecting to items that are green and on the left side of a box.I don’t think Jack is seeing all my laptop or USB interface. On the laptop, there are stereo speakers (output), built in microphone (input), 3.5 mm microphone/headset jack (input/output) and an HDMI port which I assume would be an output only.
I actually have two USB interfaces. One is an audiobox USB interface that has two inputs (mic + instrument) that can be XLR or 1/4 mono or stero inputs. There is also a MIDI in/out on the rear. When I plug this interface into the laptop, QjackCTL
only sees the MIDI and there is no way for me to route the two front inputs into the mains of the machine and no way to send the mains into the audiobox for monitoring.
My other USB interface is a M-AUDIO 200F made in 2005. It has two XLR mic inputs, a 1/4 instrument/line input and a 3.5 mm stereo mic input. When I plug this into the laptop, I am able to route the alsa mains into the box and hear it through the head phones but I cant send out any of the outputs.
As I was playing with connections, something really odd happened that made me think it was turning my entire laptop into a microphone somehow. I found a source that was taking in audio and I was feeling around to see if it was my mic, my headphones or something else. When I touched my laptop lid, I almost blew out my ear drums!! The body of the laptop was CRAZY sensitive and just lightly touching it produced tons of noise.
After much tinkering, I finally got a working solution using Ardour 6 and I think I will stop trying to do live recording in Audacity and leave that for adding chapter markers.
I was able to send audio from my microphone into track one of Ardour and audio from a web browser into track two. Now I just need to figure out how to properly do a noise gate and Dyson filter in the Caral rack and I’ll really be making some good progress. Maybe I’ll even try to go LIT again week!