Search found 8 matches
- Tue Mar 16, 2021 10:13 pm
- Forum: GNU/Linux
- Topic: mic line in jack not in devices list
- Replies: 4
- Views: 656
Re: mic line in jack not in devices list
Okay, so I think that the two leftmost microphones are two individual microphones for stereo recording, and "Internal Mic" uses both of them at the same time. This all makes sense. But the microphone line in jack doesn't show anywhere, and when I plug my Piano in (piano headphone jack-> 3,5mm adapte...
- Mon Mar 15, 2021 11:06 pm
- Forum: GNU/Linux
- Topic: mic line in jack not in devices list
- Replies: 4
- Views: 656
Re: mic line in jack not in devices list
Sorry for the necromancy, but nothing's really changed. I don't think any one of these is my line in (Capture view): https://i.ibb.co/92RBSCG/Screenshot-from-2021-03-15-23-58-53.png The Linux Mint sound options only list the built in microphone as an input source, I don't see a line in anywhere. I h...
- Tue Aug 27, 2019 8:30 pm
- Forum: GNU/Linux
- Topic: mic line in jack not in devices list
- Replies: 4
- Views: 656
mic line in jack not in devices list
Hello, I've been trying for hours to record from my laptop's audio-line in jack with Audacity, but my mic line in jack is not listed in the devices list. I'm running Linux Mint 19.1 Cinnamon and Audacity 2.2.1. https://i.postimg.cc/d3kcdndX/Screenshot-from-2019-08-27-22-12-35.png "alsamixer" does sh...
- Tue Jul 23, 2019 8:06 am
- Forum: Macros and Scripting
- Topic: Merging .au files without the project file
- Replies: 4
- Views: 376
Re: Merging .au files without the project file
Obviuosly it has to be
instead. But I can't edit my post or sent a pm to anybody. So that's neat.
Code: Select all
if ffmpegPath == "":
ffmpegPath = "ffmpeg"
- Mon Jul 22, 2019 9:59 pm
- Forum: Macros and Scripting
- Topic: Merging .au files without the project file
- Replies: 4
- Views: 376
Re: Merging .au files without the project file
Yeah, using a different format did solve the problem. ffmpeg doesn't support concatenating wav files though, so I converted au to mpeg (2x mono) to mpeg (1x mono) to mp3. That works okay. Here's the code: import os from tkinter import filedialog import subprocess ffmpegPath = input("Where is ffmpeg....
- Mon Jul 22, 2019 7:28 pm
- Forum: Macros and Scripting
- Topic: Merging .au files without the project file
- Replies: 4
- Views: 376
Merging .au files without the project file
Hello, I have a bunch of .au-files linked to an Audacity project, but I don't have the project file itself. Luckily, the files can be sorted by creation date (the left and right mono files are created at the same time as a pair, I guess). I wrote a python script to rename the files according to thei...
- Tue May 28, 2019 9:09 pm
- Forum: Windows
- Topic: First track recorded fine, others not [SOLVED]
- Replies: 2
- Views: 213
Re: First track recorded fine, others not [SOLVED]
That was indeed the problem! Thanks a bunch! 
- Sun May 26, 2019 5:34 pm
- Forum: Windows
- Topic: First track recorded fine, others not [SOLVED]
- Replies: 2
- Views: 213
First track recorded fine, others not [SOLVED]
Hello, I'm recording the signal of my POD500X with Audacity 2.3.2 on Windows. These are the recording options that I can choose from and the errors I'm getting: MME -> Digital Audio Interface (Line6 POD500X): First track is recorded perfectly fine. If I add a second (or third or more) track, after r...