answersLogoWhite

0

Depends on the soundcard. For example with Asus Realtek soundcards you can route the inputs and ouputs from the Sound Manager, see the related link.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What are synonyms for boundary?

BorderedgerimLimitBarrierborderlineEnd of the lineIn context of a boundary case:atypicalunusualabnormalbarely within or outside limits


Where do you plug in your mic for your mac mini?

You have to use an USB audio interface because the new MacMini (2011 and later) doesn't have a mic input. The only sound input is a LineIn. The cheapest solution can be some USB-headset.


Where are places you might stand?

Places where people stand might include:when rising from a seated positionon the groundon the flooron steps or stairs; on a staircaseon a porchon a ladderat a bus stop or bus stationon the busat a subway stationin the subway carat a train stationon the trainon a street cornerin a linein a straight linein a crowdin a classroomwhen we (used to) say The Pledge of Allegience (to the US flag)when singing the national anthemto watch firewalksto play sports (tennis, basketball, Am. football, soccer, etc.)to get a better viewduring a church serviceto show respect or deference to someone more important or olderat the altar for your wedding


JetAudio can't open recording device Why not?

I just had this problem. All I did was disable all other recording devices viz. front & rear LineIn and stereo input. I kept only rear mic input active and default for all applications. That worked. I hope you're working on windows seven.


What is the first linein Star Wars?

Star wars Episode Four, came out August 31 1977. George Lucus actually had the idea of episodes 1-2-and 3 before he made 4-5-and 6. in a new hope c3p0 to r2d2 :did you hear that theyve shut down the main reactor


How many degrees of longitude is north magnetic pole from 108 degrees longitude?

The most recent location for the North Magnetic Pole that we could find on-linein an exhaustive 2-minute search placed it at 71.78° west longitude as of 2005.That's 36.22° east of 108° west longitude, and 179.78° west ... almost exactlyopposite ... of 108° east longitude.


What are the specifications of Cubie Board?

AllWinnerTech SOC A20 ARM® Cortex™-A7 Dual-Core ARM® Mali400 MP2 Complies with OpenGL ES 2.0/1.11GB/2GB DDR3@480MHzHDMI&VGA 1080P display output on-board10M/100M/1G EthernetWifi+BT wireless connection with antenna on-boardSATA 2.0 interface support 2.5' HDD (for 3.5' HDD, only need another 12V power input)Storage solution NAND+MicroSD or TSD+ MicroSD or 2*MicroSD2 x USB HOST 1 x OTG 1 x SPDIF 1 x IR 4 x LEDs 1 Headphone 3 x KeysPower DC5V @ 2.5A with HDD support Li-battery & RTC54 extended pins including I2S, I2C, SPI, CVBS, LRADC x2,UART, PS2, PWMx2, TS/CSI, IRDA, LINEIN&FMIN&MICIN, TVINx4 with 2.0 pitch connectorsPCB size 11cm *8cm*1.4mm very suitable for installing a 2.5' HDD


Does anyone have lyrics to Bill Bailey Won't You Please Come Home by tom chapin?

On one summer's day, the sun was shining fine.The lady love of old Bill Bailey was hanging clothes on the lineIn her back yard, and weeping hard.She married a B & O brakeman that took and throw'd her down.Bellering like a prune-fed calf with a big gang hanging 'round;And to that crowd she yelled out loud. Won't you come home Bill Bailey, won't you come home?She moans the whole day long.I'll do the cooking darling, I'll pay the rent;I knows I've done you wrong;Member that rainy eve that I drove you out,With nothing but a fine tooth comb?I know I'se to blame; well ain't that a shame?Bill Bailey won't you please come home?Bill drove by that door in an automobile,A great big diamond coach and footman, hear that big wench squeal;"He's all alone," I heard her groan.She hollered through that door, "Bill Bailey are you sore?Stop a minute; won't you listen to me? Won't I see you no more?"Bill winked his eye, as he heard her cry:Won't you come home Bill Bailey, won't you come home?She moans the whole day long.I'll do the cooking darling, I'll pay the rent;I knows I've done you wrong;Member that rainy eve that I drove you out,With nothing but a fine tooth comb?I know I'se to blame; well ain't that a shame?Bill Bailey won't you please come home?


How to add a character to a string in java?

Reading text from the console in Java is easy--if you know the language.Here's one way, you can create a class with the following code:import java.io.*;class lineScanner {private static String prompt;public lineScanner(String aPrompt) {setPrompt(aPrompt);}public void setPrompt(String aPrompt) {prompt=aPrompt;}public static String lineIn() throws IOException {String CurLine = "";System.out.println(prompt);InputStreamReader converter = new InputStreamReader(System.in);BufferedReader in = new BufferedReader(converter);CurLine = in.readLine();return CurLine;}}This class can be used to create an object that reads text. Here's how it works:create the object by usinglineScanner in = new lineScanner("a string");And by using the lineScanner object you've just created, you can input the text like this:string1 = in.lineIn();This will set the variable named string1 to text that is entered from the keyboard. When you have tried this out, you may have realized that the computer displays a short prompt message, "a string", when text is inputted.This is because when the object created, the message was set to "a string" by the constructor. You can change this message after it is set usingin.setPrompt("a different string);If you want to see the program in action, create another class with the following code:import java.io.IOException;/*** @author yourName*/public class mainClass {/*** @param args* @throws IOException*/public static void main(String[] args) throws IOException {lineScanner in = new lineScanner("Please enter a line.");String inBuffer = null;while (inBuffer != "exit") {inBuffer = in.lineIn();System.out.println("You entered: " + inBuffer);}}}


Is there a switch for 2-computers to use 1-set of speakers?

There are a number of answers depending of your configuration and intended usage. The 3.5mm stereo jacks are based on the standard size for computer equipment. Most non-portable audio equipment uses 3.5mm or RCA connectors for audio line inputs/outputs. This applies to a set of stereo speakers only (2 speakers or 2.1 speakers) using a stereo line in.Answer 1: MixerAn audio mixer blends the signals together and isolates them from each other. There's one called the "TinyMix" which is designed for computers Answer 2: Y-cable If only one computer is on at a time, you could definitely use a speaker & headphone splitter and two cables without any switch. A 3.5mm Stereo Mini Male to Dual Stereo Mini Female Y-cable together with two 3.5mm Stereo Mini Male cables would allow you to connect the two line outputs from the sound card to the speaker's input. Computer1 >-F--\Speakers' LineIn--F-< -F--/If using a headphone splitter with volume controls make sure they are passive as you would use its input as output and the outputs as inputs. If not sure what this means, use a splitter without volume controls.Answer 3: KVM w/audioYou can use a KVM switch with audio. The added advantage is that you can use a single keyboard, mouse and monitor with two computers. There is quite a variety of KVM switches so you'll be able to find one that gets you the most. However, if you don't need to share the keyboard, mouse and monitor it's not a good solution as most of the KVM switch will remain unused. Answer 4: Audio SwitchA generic audio switch with 3.5mm stereo jacks for input and output seems to fit a scenario where two computers are on but the sound will be used only from one of them at a time. These are for audio/video equipment and may come w RCA jacks; find one w 3.5mm stereo jacks. An audio/video selector with proper jacks may also work (the video part remains unused) if you can find a bargain. Answer 5: Speaker set w/2 inputsIf you didn't buy the speakers yet, buy a set with with two inputs (mixed or switchable) - but this is probably not the case.


What is the difference between a bass cleft of the key signature and the treble cleft?

Clefs The treble clef tells the musician that the staff is treble. Since it curls around the G line, it is also called a G clef. The treble staff begins with the first line as E. Each successive space and line is the next letter in the musical alphabet. The staff ends with the last line as an F. Many mnemonic devices exist to help a person remember which line and space is which. One of the most common phrases to remember the names of the lines is: Every Good Boy Does Fine' To remember the spaces, just remember that they spell FACE starting from the bottom. The bass (pronounced 'base' ) clef, is also known as the F clef because it locates the line known as F. The bass clef uses the same musical alphabet as treble, but the letters start in different places. Instead of an E, the bottom line is a G, and the letters proceed logically from there. Again, simple mnemonics can be used to remember the names of the notes. The lines on the bass cleft, from bottom to top are: G, B, D, F, A (Good Boys Don't Fight Anyone), and the spaces are A,C,E,G (All Cows Eat Grass). So bottom line of Treble clef is E and the bottom line of the BASS clef is a G. Usually a bass player will only look at that linein a muscical score, whereas the bass clef isplayed by a pianist's left hand.