USB Audio Device Loopback Through Speakers
I have a USB turntable which when plugged in to my Ubuntu 10.10 machine appears in the audio settings as an input device (USB PnP Audio Device Analog Stereo) like a microphone.
What I'd like to be able to do is have the sound for that audio device played back through the audio output (speaker or whatever). I'm not too worried if there's a slight delay between the audio coming in and it being played out through the speakers.
As far as I'm aware this is refereed to as software loopback. I can achieve exactly what I want if I open Audacity, enable software loopback and press record. Obvious this isn't ideal as I don't really want it recording what I'm playing all the time.
I know this is possible because of the Audacity example however I'd like to know if there's a way to do it without it recording. I've search around for a while for a piece of software that does this, however I couldn't get anything even close.
Any help would be greatly appreciated.
usb sound microphone
add a comment |
I have a USB turntable which when plugged in to my Ubuntu 10.10 machine appears in the audio settings as an input device (USB PnP Audio Device Analog Stereo) like a microphone.
What I'd like to be able to do is have the sound for that audio device played back through the audio output (speaker or whatever). I'm not too worried if there's a slight delay between the audio coming in and it being played out through the speakers.
As far as I'm aware this is refereed to as software loopback. I can achieve exactly what I want if I open Audacity, enable software loopback and press record. Obvious this isn't ideal as I don't really want it recording what I'm playing all the time.
I know this is possible because of the Audacity example however I'd like to know if there's a way to do it without it recording. I've search around for a while for a piece of software that does this, however I couldn't get anything even close.
Any help would be greatly appreciated.
usb sound microphone
+1 Yes! I'd like this too. I'd like to use my pc speakers to play music from my Squeezebox which is hooked up to my line-in.
– Torben Gundtofte-Bruun
Jan 3 '11 at 19:28
add a comment |
I have a USB turntable which when plugged in to my Ubuntu 10.10 machine appears in the audio settings as an input device (USB PnP Audio Device Analog Stereo) like a microphone.
What I'd like to be able to do is have the sound for that audio device played back through the audio output (speaker or whatever). I'm not too worried if there's a slight delay between the audio coming in and it being played out through the speakers.
As far as I'm aware this is refereed to as software loopback. I can achieve exactly what I want if I open Audacity, enable software loopback and press record. Obvious this isn't ideal as I don't really want it recording what I'm playing all the time.
I know this is possible because of the Audacity example however I'd like to know if there's a way to do it without it recording. I've search around for a while for a piece of software that does this, however I couldn't get anything even close.
Any help would be greatly appreciated.
usb sound microphone
I have a USB turntable which when plugged in to my Ubuntu 10.10 machine appears in the audio settings as an input device (USB PnP Audio Device Analog Stereo) like a microphone.
What I'd like to be able to do is have the sound for that audio device played back through the audio output (speaker or whatever). I'm not too worried if there's a slight delay between the audio coming in and it being played out through the speakers.
As far as I'm aware this is refereed to as software loopback. I can achieve exactly what I want if I open Audacity, enable software loopback and press record. Obvious this isn't ideal as I don't really want it recording what I'm playing all the time.
I know this is possible because of the Audacity example however I'd like to know if there's a way to do it without it recording. I've search around for a while for a piece of software that does this, however I couldn't get anything even close.
Any help would be greatly appreciated.
usb sound microphone
usb sound microphone
edited Jan 4 at 17:06
Starbuck
344117
344117
asked Jan 3 '11 at 18:56
matto1990matto1990
981211
981211
+1 Yes! I'd like this too. I'd like to use my pc speakers to play music from my Squeezebox which is hooked up to my line-in.
– Torben Gundtofte-Bruun
Jan 3 '11 at 19:28
add a comment |
+1 Yes! I'd like this too. I'd like to use my pc speakers to play music from my Squeezebox which is hooked up to my line-in.
– Torben Gundtofte-Bruun
Jan 3 '11 at 19:28
+1 Yes! I'd like this too. I'd like to use my pc speakers to play music from my Squeezebox which is hooked up to my line-in.
– Torben Gundtofte-Bruun
Jan 3 '11 at 19:28
+1 Yes! I'd like this too. I'd like to use my pc speakers to play music from my Squeezebox which is hooked up to my line-in.
– Torben Gundtofte-Bruun
Jan 3 '11 at 19:28
add a comment |
1 Answer
1
active
oldest
votes
Just a warning: This answer is theoretical, because i don't own such hardware...
AFAIK you have to enable a loopback-device for pulseaudio:
pactl load-module module-loopback
After that you should see a new application under audio-settings.
If it works well, you may add a line to the pulse-audio-config to make this persistent:
sudo sh -c ' echo "load-module module-loopback" >> /etc/pulse/default.pa '
Good luck!
Additional info from matto1990:
You only need to do this if you want to loopback from a device other than the microphone or line in (the default ones). Go to software center and install "PulseAudio Volume Control". Open it up and go to the recording tab. In the show dropdown select "all". In the "loopback from internal audio" section (or whatever the output device you want is) select the input device you want to loopback from (in my case the USB one).
I get a new thing under the application tab. It has no icon (the grey square with the red circle strike through icon). It's on full volume and not muted but nothing is coming out of the speakers. I've made sure the USB device is selected as the input device.
– matto1990
Jan 6 '11 at 22:52
Actually it does seem to work but it loops back the microphone built into the laptop. This happens irrespective of which device I select under the input tab. How would I go about telling it to use a different device?
– matto1990
Jan 6 '11 at 22:55
1
Ok, I've found the way to do it. You only need to do this if you want to loopback from a device other than the microphone or line in (the default ones). Go to software center and install "PulseAudio Volume Control". Open it up and go to the recording tab. In the show dropdown select "all". In the "loopback from internal audio" section (or whatever the output device you want is) select the input device you want to loopback from (in my case the USB one). After you do this it works perfectly :D Thanks Clausi :D Can you add it to your answer for future reference please :)
– matto1990
Jan 6 '11 at 23:07
Glad it works! I have added your comment to the answer.
– Clausi
Jan 7 '11 at 9:02
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f19894%2fusb-audio-device-loopback-through-speakers%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Just a warning: This answer is theoretical, because i don't own such hardware...
AFAIK you have to enable a loopback-device for pulseaudio:
pactl load-module module-loopback
After that you should see a new application under audio-settings.
If it works well, you may add a line to the pulse-audio-config to make this persistent:
sudo sh -c ' echo "load-module module-loopback" >> /etc/pulse/default.pa '
Good luck!
Additional info from matto1990:
You only need to do this if you want to loopback from a device other than the microphone or line in (the default ones). Go to software center and install "PulseAudio Volume Control". Open it up and go to the recording tab. In the show dropdown select "all". In the "loopback from internal audio" section (or whatever the output device you want is) select the input device you want to loopback from (in my case the USB one).
I get a new thing under the application tab. It has no icon (the grey square with the red circle strike through icon). It's on full volume and not muted but nothing is coming out of the speakers. I've made sure the USB device is selected as the input device.
– matto1990
Jan 6 '11 at 22:52
Actually it does seem to work but it loops back the microphone built into the laptop. This happens irrespective of which device I select under the input tab. How would I go about telling it to use a different device?
– matto1990
Jan 6 '11 at 22:55
1
Ok, I've found the way to do it. You only need to do this if you want to loopback from a device other than the microphone or line in (the default ones). Go to software center and install "PulseAudio Volume Control". Open it up and go to the recording tab. In the show dropdown select "all". In the "loopback from internal audio" section (or whatever the output device you want is) select the input device you want to loopback from (in my case the USB one). After you do this it works perfectly :D Thanks Clausi :D Can you add it to your answer for future reference please :)
– matto1990
Jan 6 '11 at 23:07
Glad it works! I have added your comment to the answer.
– Clausi
Jan 7 '11 at 9:02
add a comment |
Just a warning: This answer is theoretical, because i don't own such hardware...
AFAIK you have to enable a loopback-device for pulseaudio:
pactl load-module module-loopback
After that you should see a new application under audio-settings.
If it works well, you may add a line to the pulse-audio-config to make this persistent:
sudo sh -c ' echo "load-module module-loopback" >> /etc/pulse/default.pa '
Good luck!
Additional info from matto1990:
You only need to do this if you want to loopback from a device other than the microphone or line in (the default ones). Go to software center and install "PulseAudio Volume Control". Open it up and go to the recording tab. In the show dropdown select "all". In the "loopback from internal audio" section (or whatever the output device you want is) select the input device you want to loopback from (in my case the USB one).
I get a new thing under the application tab. It has no icon (the grey square with the red circle strike through icon). It's on full volume and not muted but nothing is coming out of the speakers. I've made sure the USB device is selected as the input device.
– matto1990
Jan 6 '11 at 22:52
Actually it does seem to work but it loops back the microphone built into the laptop. This happens irrespective of which device I select under the input tab. How would I go about telling it to use a different device?
– matto1990
Jan 6 '11 at 22:55
1
Ok, I've found the way to do it. You only need to do this if you want to loopback from a device other than the microphone or line in (the default ones). Go to software center and install "PulseAudio Volume Control". Open it up and go to the recording tab. In the show dropdown select "all". In the "loopback from internal audio" section (or whatever the output device you want is) select the input device you want to loopback from (in my case the USB one). After you do this it works perfectly :D Thanks Clausi :D Can you add it to your answer for future reference please :)
– matto1990
Jan 6 '11 at 23:07
Glad it works! I have added your comment to the answer.
– Clausi
Jan 7 '11 at 9:02
add a comment |
Just a warning: This answer is theoretical, because i don't own such hardware...
AFAIK you have to enable a loopback-device for pulseaudio:
pactl load-module module-loopback
After that you should see a new application under audio-settings.
If it works well, you may add a line to the pulse-audio-config to make this persistent:
sudo sh -c ' echo "load-module module-loopback" >> /etc/pulse/default.pa '
Good luck!
Additional info from matto1990:
You only need to do this if you want to loopback from a device other than the microphone or line in (the default ones). Go to software center and install "PulseAudio Volume Control". Open it up and go to the recording tab. In the show dropdown select "all". In the "loopback from internal audio" section (or whatever the output device you want is) select the input device you want to loopback from (in my case the USB one).
Just a warning: This answer is theoretical, because i don't own such hardware...
AFAIK you have to enable a loopback-device for pulseaudio:
pactl load-module module-loopback
After that you should see a new application under audio-settings.
If it works well, you may add a line to the pulse-audio-config to make this persistent:
sudo sh -c ' echo "load-module module-loopback" >> /etc/pulse/default.pa '
Good luck!
Additional info from matto1990:
You only need to do this if you want to loopback from a device other than the microphone or line in (the default ones). Go to software center and install "PulseAudio Volume Control". Open it up and go to the recording tab. In the show dropdown select "all". In the "loopback from internal audio" section (or whatever the output device you want is) select the input device you want to loopback from (in my case the USB one).
edited Jan 7 '11 at 8:59
answered Jan 6 '11 at 20:12
ClausiClausi
3,97921218
3,97921218
I get a new thing under the application tab. It has no icon (the grey square with the red circle strike through icon). It's on full volume and not muted but nothing is coming out of the speakers. I've made sure the USB device is selected as the input device.
– matto1990
Jan 6 '11 at 22:52
Actually it does seem to work but it loops back the microphone built into the laptop. This happens irrespective of which device I select under the input tab. How would I go about telling it to use a different device?
– matto1990
Jan 6 '11 at 22:55
1
Ok, I've found the way to do it. You only need to do this if you want to loopback from a device other than the microphone or line in (the default ones). Go to software center and install "PulseAudio Volume Control". Open it up and go to the recording tab. In the show dropdown select "all". In the "loopback from internal audio" section (or whatever the output device you want is) select the input device you want to loopback from (in my case the USB one). After you do this it works perfectly :D Thanks Clausi :D Can you add it to your answer for future reference please :)
– matto1990
Jan 6 '11 at 23:07
Glad it works! I have added your comment to the answer.
– Clausi
Jan 7 '11 at 9:02
add a comment |
I get a new thing under the application tab. It has no icon (the grey square with the red circle strike through icon). It's on full volume and not muted but nothing is coming out of the speakers. I've made sure the USB device is selected as the input device.
– matto1990
Jan 6 '11 at 22:52
Actually it does seem to work but it loops back the microphone built into the laptop. This happens irrespective of which device I select under the input tab. How would I go about telling it to use a different device?
– matto1990
Jan 6 '11 at 22:55
1
Ok, I've found the way to do it. You only need to do this if you want to loopback from a device other than the microphone or line in (the default ones). Go to software center and install "PulseAudio Volume Control". Open it up and go to the recording tab. In the show dropdown select "all". In the "loopback from internal audio" section (or whatever the output device you want is) select the input device you want to loopback from (in my case the USB one). After you do this it works perfectly :D Thanks Clausi :D Can you add it to your answer for future reference please :)
– matto1990
Jan 6 '11 at 23:07
Glad it works! I have added your comment to the answer.
– Clausi
Jan 7 '11 at 9:02
I get a new thing under the application tab. It has no icon (the grey square with the red circle strike through icon). It's on full volume and not muted but nothing is coming out of the speakers. I've made sure the USB device is selected as the input device.
– matto1990
Jan 6 '11 at 22:52
I get a new thing under the application tab. It has no icon (the grey square with the red circle strike through icon). It's on full volume and not muted but nothing is coming out of the speakers. I've made sure the USB device is selected as the input device.
– matto1990
Jan 6 '11 at 22:52
Actually it does seem to work but it loops back the microphone built into the laptop. This happens irrespective of which device I select under the input tab. How would I go about telling it to use a different device?
– matto1990
Jan 6 '11 at 22:55
Actually it does seem to work but it loops back the microphone built into the laptop. This happens irrespective of which device I select under the input tab. How would I go about telling it to use a different device?
– matto1990
Jan 6 '11 at 22:55
1
1
Ok, I've found the way to do it. You only need to do this if you want to loopback from a device other than the microphone or line in (the default ones). Go to software center and install "PulseAudio Volume Control". Open it up and go to the recording tab. In the show dropdown select "all". In the "loopback from internal audio" section (or whatever the output device you want is) select the input device you want to loopback from (in my case the USB one). After you do this it works perfectly :D Thanks Clausi :D Can you add it to your answer for future reference please :)
– matto1990
Jan 6 '11 at 23:07
Ok, I've found the way to do it. You only need to do this if you want to loopback from a device other than the microphone or line in (the default ones). Go to software center and install "PulseAudio Volume Control". Open it up and go to the recording tab. In the show dropdown select "all". In the "loopback from internal audio" section (or whatever the output device you want is) select the input device you want to loopback from (in my case the USB one). After you do this it works perfectly :D Thanks Clausi :D Can you add it to your answer for future reference please :)
– matto1990
Jan 6 '11 at 23:07
Glad it works! I have added your comment to the answer.
– Clausi
Jan 7 '11 at 9:02
Glad it works! I have added your comment to the answer.
– Clausi
Jan 7 '11 at 9:02
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f19894%2fusb-audio-device-loopback-through-speakers%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
+1 Yes! I'd like this too. I'd like to use my pc speakers to play music from my Squeezebox which is hooked up to my line-in.
– Torben Gundtofte-Bruun
Jan 3 '11 at 19:28