a new soundcard question

 
Thread Tools Search this Thread
Special Forums UNIX and Linux Applications a new soundcard question
# 1  
Old 08-10-2009
a new soundcard question

hi

i just got a new soundcard its the encore 5.1 channel surrand sound card
enm232-6c1a and i need some help configuring it to my computer.it doesnt
have any instreuctions as to how to config it to use with audacity..thanks.

coonsanders
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Programming

C++ little question

Hi, I am doing a C++ self-study and I got stuck with this problem. I want to have a code that asks the suer to enter two numbers and then it lists the numbers between these two numbers. It has also to print a message if these two numbers are equal. Here is what I wrote: #include <iostream>... (11 Replies)
Discussion started by: faizlo
11 Replies

2. UNIX for Dummies Questions & Answers

SoundCard.. Again

Hi everyone.I have an Audigy2 ZS sound card. I'm not a guru so don't send me faraway)) Well my card sounds only in front channels... can't setup 5.1. and i can't made a microphone works. PS: A have red this Yuriy Tsibizov (AKA chibis) many time. Here is some system info dmesg Copyright... (0 Replies)
Discussion started by: Levenson
0 Replies

3. AIX

OS Question

What AIX version I need to run a software in a R6000 model 6015/6020 in a IBM P5??? Im implementing a Hot SIte. Is this possible or I need identical systems hardware and software? (1 Reply)
Discussion started by: IBravo
1 Replies

4. UNIX for Dummies Questions & Answers

Vi Question

In Vi, if I have a list of text, and i want to add a semi-colon to the end of each line, does anyone know how to do this? (1 Reply)
Discussion started by: BG_JrAdmin
1 Replies

5. UNIX for Dummies Questions & Answers

question?

Is there any way to use sed and count the number of alphabetic characters in a sentence? (4 Replies)
Discussion started by: brentdeback
4 Replies

6. UNIX for Dummies Questions & Answers

another question?

what happens if the script doesn't get Y,y,N, or n? Will it just loop back up and ask the question again? I tried to get mine to give me another response to tell me my input was invalid, but ran into problems with it. (8 Replies)
Discussion started by: wmosley2
8 Replies

7. UNIX for Dummies Questions & Answers

Next Question:

what is the function of swap in linux why i have to create apsolutely a particion for the swap when i install (i installed lnx4win mandrake and made an automat. disk particion and the install program one of my disk partitions that was 3gb devidet in 4 one native 700mb swap 600mb and the others i... (1 Reply)
Discussion started by: user666
1 Replies
Login or Register to Ask a Question
Tapeout(1)						      General Commands Manual							Tapeout(1)

NAME
tapeout - Output tapefiles to real tape SYNOPSIS
tapeout sample_rate tapefile [start_block [output_file]] DESCRIPTION
This program lets you copy a tapefile ( .tap or .tzx ) to real tape via soundcard. You have to connect the soundcard's line out socket with the tape recorder's mic socket, then start this program. OPERANDS
sample_rate Sampling rate for the output. The higher this is, the better quality the the result will be. It should be at least 16000. tapefile Name of the tape file to interpret, and output to the soundcard. It should have either .tap or .tzx extension. start_block Specifies where to start playing the tapefile. Default is 0. output_file If given, the program writes the sound output into this file instead of the soundcard. SEE ALSO
xspect (1), vgaspect (1) http://www.inf.bme.hu/~mszeredi/spectemu/spectemu.html BUGS
Many parameters are not changeable (like pause between tape blocks). Not interactive (except for Ctrl-c). AUTHOR
Miklos Szeredi (EMAIL: mszeredi@inf.bme.hu) Tapeout is copyright (C) 1998 Miklos Szeredi This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. See the file COPYING. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MER- CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Version 0.94 17 March 1998 Tapeout(1)