Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
6answers
1k views

Java or C# library for signal analysis on the sound card

Is there any Java or C# library for signal analysis using the sound card of a PC? I'm not interested in music mixing, rather in general purpose signal analysis - take a look at SIGVIEW - I'm ...
1
vote
1answer
220 views

How do I check/change my sound card's sample rate?

I'm playing around with XAudio2 to send PCM format waves to my soundcard, and I encountered a problem which made me think about this question. I created a .csv file with MATLAB of a sine wave at 440 ...
1
vote
1answer
138 views

Flex: Recording audio directly form soundcard

I am new to flex but my first app is a little bit more pro than you would expect form a rookie. I would like to record sound that is currently played on the local computer (i.e. form winamp or ...
1
vote
0answers
102 views

C++ Library to Intel Mac Driver

I'm completely new to programming. I need to "convert" a C++ library to Intel Mac driver so I can run my old PCI soundcards on my (Hackintosh) Snow Leopard. My cards are Echoaudio's MiaMIDI and Mona. ...
1
vote
1answer
265 views

How can I notify my application that the default sound playback device has changed?

I have two sound cards on my Win XP SP3 computer, and I've written a C++ app, with which I change the default playback device by editing the following Registry entry: regKey = ...
1
vote
2answers
278 views

Output sound to multiple channels of the sound card

I am trying to build a program in Java, which would be able to output sound to different output lines on my sound card. How is it possible to do in Java?
1
vote
1answer
351 views

Reading the audio output from soundcard with java

Is there anyway to read the audio outputted by a program/the soundcard? Sort of like, reading the audio output of itunes, or firefox. I've searched around and I can't find any way to do this as it ...
1
vote
4answers
310 views

What are the standard pin mappings for sound cards?

I've got a Sound Blaster Audigy 2 ZS (Part # SB0350) that I'm installing as part of a computer that I'm building. There's a nifty headphone and speaker jack pair mounted on the case which I would like ...
0
votes
0answers
18 views

How to automatically change the default audiocard when an (usb) audiocard is plugged in (ubuntu 11.10) [migrated]

I want to achieve the following: when an (usb) soundcard is pluggged in, it must be set as the default device. I have created this local udev rule (/etc/udev/rules.d/99-local.rules: ...
0
votes
1answer
24 views

How to check if sound has stopped playing on my soundcard

I have created a korn shell script that plays a list of songs on youtube by searching the song name + the artist name and hitting the first link (the list of song names and artists are stored in a ...
0
votes
0answers
35 views

Line in emulation

I have to write code to emulate sound card line in. Basicly I want to redirect audio stream for example from winamp, to behave like audio player plugged in line in. Some kind of channel mixer I guess? ...
0
votes
1answer
367 views

How to play sound in a specific sound card

I'm developping in an application in Csharp and I want to read a sound file in an external sound card,is there a function which give me the possibility to play sound using the name of the sound card ...
0
votes
0answers
34 views

Handling different soundcards with one ISDN modem

I have an ISDN PCI modem that I operate with TAPI. In the same machine I also have two sound cards. Is there a way to choose which sound card will be used for the voice transmission during call (voice ...
0
votes
3answers
2k views

Is there any way to use two pair of headphones with a single computer? [closed]

I just want to know if I can run two headphones in the same computer or not, also if their are any third party software that can help me.
0
votes
2answers
194 views

Monitor soundcard output in Windows 7 with .NET

Is there a library that I can use to monitor any sound output from my computer? I'd like to trigger certain actions when different audio levels are reached. I think it would have the same components ...
0
votes
1answer
139 views

Use 2 sound cards

I need to play a sound with sound card "A", while recording another sound using sound card "B". I know how to play or record a sound (using PyAudio), but I don't know how to choose which sound card to ...
0
votes
2answers
314 views

How to know active audio device for sox in windows

I'm trying to stream sound from my soundcard using sox's default audio device and dump it as a raw file. Unfortunately no sound is being detected. Sox always use this as input and I think it's for ...