Pass Through Sound
Forum rules
This forum is for Audacity on GNU/Linux.
Please state:
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade (see https://www.audacityteam.org/download/).
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Please state:
- which version of Linux you are using,
- the exact three-section version number of Audacity from Help menu > About Audacity,
- whether you installed your distribution's release, PPA version, or compiled Audacity from source code.
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade (see https://www.audacityteam.org/download/).
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
-
retnev
- Posts: 15
- Joined: Sun Oct 20, 2013 11:02 pm
- Operating System: OS X 10.7 - 10.8 Lion / Mountain Lion
Pass Through Sound
I cannot figure out the pass through function. I have a lot of old tapes I want to transfer to CD with an ION Tape2PC which does a great job on Mint with Audacity 2. The only problem is that I cannot hear what I am recording !
There is no way in Audacity to both record in Stereo AND play what it is recording.
I find this weird. Whgat is the use of recording something you cannot monitor ?
If I go into settings and activate the "Pass through" feature, then Audacity will not record. If I switch it off then Audacity records in Stereo.
Is there another way to monitor with your defaults soundcard a tape source played through USB ?
The USB soundcard is available in the sound devices on Linux Sond config, but there is no way to pass it to the soundcard either.
I was hoping that Audacity would do it as it is intuitive that someone would like to listen to what he/she records, similarly to someone wanting to "see where they driving to" and not just blindly navigate the roads.
Thanks.
There is no way in Audacity to both record in Stereo AND play what it is recording.
I find this weird. Whgat is the use of recording something you cannot monitor ?
If I go into settings and activate the "Pass through" feature, then Audacity will not record. If I switch it off then Audacity records in Stereo.
Is there another way to monitor with your defaults soundcard a tape source played through USB ?
The USB soundcard is available in the sound devices on Linux Sond config, but there is no way to pass it to the soundcard either.
I was hoping that Audacity would do it as it is intuitive that someone would like to listen to what he/she records, similarly to someone wanting to "see where they driving to" and not just blindly navigate the roads.
Thanks.
-
kozikowski
- Forum Staff
- Posts: 69374
- Joined: Thu Aug 02, 2007 5:57 pm
- Operating System: macOS 10.13 High Sierra
Re: Pass Through Sound
Preferences > Recording > [X] Playthrough. Its job is to connect the recording to the playback so you can hear what you're doing. I've never heard of a recording dropping dead if you do that.
Are you sure you're recording your actual sound device and not "Everything Playing On The Computer?" The settings for recording a real device and the settings to record YouTube Sound are different.
http://manual.audacityteam.org/o/man/tu ... to_cd.html
Koz
Are you sure you're recording your actual sound device and not "Everything Playing On The Computer?" The settings for recording a real device and the settings to record YouTube Sound are different.
http://manual.audacityteam.org/o/man/tu ... to_cd.html
Koz
-
waxcylinder
- Forum Staff
- Posts: 14685
- Joined: Tue Jul 31, 2007 11:03 am
- Operating System: Windows 10
Re: Pass Through Sound
And make sure you set the output device to be your computer's speakers and not the ION tape device. Most computers assume that you want to use a USB device for both input and output.
This tutorial from the Audacity manual should be useful to you: http://manual.audacityteam.org/o/man/re ... ables.html
WC
This tutorial from the Audacity manual should be useful to you: http://manual.audacityteam.org/o/man/re ... ables.html
WC
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * FAQ * * * * * Tutorials * * * * * Audacity Manual * * * * *
* * * * * FAQ * * * * * Tutorials * * * * * Audacity Manual * * * * *
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: Pass Through Sound
It's fairly common on Linux. Audacity always uses PortAudio's default latency values when software playthrough is on (the "Audio to buffer" setting in Audacity's Recording Preferences is ignored). The PortAudio latencies for Linux are much more ambitious than on Windows, so recordings can be glitched.kozikowski wrote:Preferences > Recording > [X] Playthrough. It's job is to connect the recording to the playback so you can hear what you're doing. I've never heard of a recording dropping dead if you do that.
Steve may know if there are better ways to monitor using PulseAudio volume control. Would using JACK help?
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
Re: Pass Through Sound
You should be able to achieve very low latency using Jack. Even with my cheap laptop and even cheaper on-board sound card I get 23.2 milliseconds (hardly noticeable) very reliably and stable, or down to around 11 ms if I'm not stressing the machine. On a good machine it should be possible to get the latency down even further.Gale Andrews wrote:Would using JACK help?
However, for recording a USB cassette, low latency is not required, so it is less bother to not use Jack.
Just set the recording input to the "hw" option that corresponds to the USB device and the output (playback) device to the "hw" option that corresponds with the computer sound card, which is usually (hw:0,0). Check that recording and playback are working correctly. If they are, then enable "software playthrough" in the Transport menu.
IMPORTANT: When using the "hw" options, only one program will be able to access the sound card. Ensure that no other audio programs are running (this includes your web browser if Flash player has been used in the current session and remains loaded). The easiest way to get this running is to log out then log back in again, and start Audacity before opening any other programs. Avoid visiting any web pages that use flash (such as YouTube) while you are recording. Attempting to use other audio programs at the same time will probably cause the error:
"Error while opening sound device. Please check
the input device settings and the project sample
rate."
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: Pass Through Sound
As a point of detail, would I expect any other choice than (hw) for a USB audio device input? On my Ubuntu 13.10 netbook, the "pulse", "default" and "sysdefault" input choices still record the internal microphone when I connect my USB turntable.steve wrote:for recording a USB cassette, low latency is not required, so it is less bother to not use Jack.
Just set the recording input to the "hw" option that corresponds to the USB device
Hopefully the (hw) choice for the built-in audio card will solve the problem for playthrough, as it will provide direct access to the playback device, bypassing the "pulseaudio" intermediate layer.
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
-
retnev
- Posts: 15
- Joined: Sun Oct 20, 2013 11:02 pm
- Operating System: OS X 10.7 - 10.8 Lion / Mountain Lion
Re: Pass Through Sound
Well now you did hear about it. There is always a first time.kozikowski wrote:Preferences > Recording > [X] Playthrough. Its job is to connect the recording to the playback so you can hear what you're doing. I've never heard of a recording dropping dead if you do that.
Koz
In fact it has always been a problem on Linux.
As soon as you activate the pass through it will not record in stereo period. There is not even any cursor movement in the recording window.
Of course I read the manual.
It did not help in this case though so I decided to ask the usergroup.
Gale, thank you I will try your recommendations. I do not use Jack as it is a bit convoluted, but it might solve the problem as you suggested.
Re: Pass Through Sound
It is not an intrinsic problem on Linux. It works fine for me on Debian.retnev wrote:Well now you did hear about it. There is always a first time.
In fact it has always been a problem on Linux.
As soon as you activate the pass through it will not record in stereo period.
Have you tried what I suggested yet?
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
-
retnev
- Posts: 15
- Joined: Sun Oct 20, 2013 11:02 pm
- Operating System: OS X 10.7 - 10.8 Lion / Mountain Lion
Re: Pass Through Sound
Steve,
Yes I tried it. No change, and to add if I select the sound pass-through then Audacity loses all it's toolbar tabs except "File" but it disp;lays File as "FI", and I can drop down the menu, but it clearly show some strange behavior which can only be code issues.
I am running Mint16 and the latest Audacity.
I have been a Linux user since 1997, and started using Audacity about 4 years ago. Although it is a great program to do multitrack editing on and I use it dayly to record and compare ideas, the pass-through never worked accross sevral flavors of linux namely FC, RedHat, Debian, Mint/Ubuntu, Slack, that is including use over several terminals and servers ranging from IBM X-series servers with 16G memory (in case that becomes an excuse), Lenovo and IBM laptops, Aopen minipc's, Apple Intel Macs and more.
That specific feature never worked for me, in fact when I switched on the sound pass-through it hard-hangs some of the computers. I had that particular one again this morning and it happened last year on other pc's as well.
I do not have these problems with Audacity on windows, although I dont use windows since 1997 and only have it around for software that doesnt work properly such as Audacity on Linux or is unavailable on Linux such as Audiobox and other software IO mixers.
I add a screenshot of what Audacity menus do when you activate sound pass-through.
http://www.dropbox.com/s/tsw204nsgw3xfa ... city-1.png
Yes I tried it. No change, and to add if I select the sound pass-through then Audacity loses all it's toolbar tabs except "File" but it disp;lays File as "FI", and I can drop down the menu, but it clearly show some strange behavior which can only be code issues.
I am running Mint16 and the latest Audacity.
I have been a Linux user since 1997, and started using Audacity about 4 years ago. Although it is a great program to do multitrack editing on and I use it dayly to record and compare ideas, the pass-through never worked accross sevral flavors of linux namely FC, RedHat, Debian, Mint/Ubuntu, Slack, that is including use over several terminals and servers ranging from IBM X-series servers with 16G memory (in case that becomes an excuse), Lenovo and IBM laptops, Aopen minipc's, Apple Intel Macs and more.
That specific feature never worked for me, in fact when I switched on the sound pass-through it hard-hangs some of the computers. I had that particular one again this morning and it happened last year on other pc's as well.
I do not have these problems with Audacity on windows, although I dont use windows since 1997 and only have it around for software that doesnt work properly such as Audacity on Linux or is unavailable on Linux such as Audiobox and other software IO mixers.
I add a screenshot of what Audacity menus do when you activate sound pass-through.
http://www.dropbox.com/s/tsw204nsgw3xfa ... city-1.png
Last edited by retnev on Fri Apr 24, 2015 4:28 pm, edited 2 times in total.
Reason: fixed URL
Reason: fixed URL
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: Pass Through Sound
You mean when you enable Software Playthrough in Audacity Preferences? If so that is a wxGTK 2.8.12 bug, but Audacity 2.0.5 or later has worked around that so it won't happen there.retnev wrote:I add a screenshot of what Audacity menus do when you activate sound pass-through.
http://www.dropbox.com/s/tsw204nsgw3xfa ... city-1.png
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual