How To Record Sound From Sound Card

Dec 18, 2011

how to record sound from sound card ?

View 1 Replies


ADVERTISEMENT

VS 2005 Disable The Sound Card And Enable The Sound Card By Using Command Button?

Jun 27, 2011

i have windows app i want to disable the sound card and enable the sound card by using command button

View 2 Replies

VS 2008 Record From Sound Card

Sep 8, 2009

I need a way of recording any sound that is played through the computer so say if the user was open up windows media player and play a song then he could click record on my application and it would capture whatever is being played. After that there would also need to be a save button so the can click save and the user can save the file as a .wav or .mp3 or whatever!

View 6 Replies

Get The Decibel Level Of Sound Being Sent To The Sound Card?

Apr 15, 2010

I need to get the decibel level of sound being sent to the sound card (not the actual sound level the speakers are instructed to emit via volume level)There is next to no information i can find on the net to even access sound data. Could anyone point me in a direction for this? The OS will be vista/7.

View 2 Replies

Direction For Sound Through Sound Card?

May 27, 2011

Is there a way to generate a pure tone (e.g. 440 Hz) for a specified period of time through the sound card without using having to find or make a separate .wav file for each tone.I tried using the "Beep" function, but while it produces the tone for a specified period, it sounds broken up into a (probably 500ms) time frame which repeats with an audible space between the repetitions.

View 2 Replies

Capture Raw Signal From WiFi Card As Would A Sound Card

May 9, 2012

Is it possible to capture the raw signal from a WiFi card in the same way you can capture the signal from a sound card? (I already found code for working with a sound card and for drawing spectrograms) I'm wondering because it would make a cool radio-type project. I'd prefer a solution that integerates well with .net (VB or C#).My basic goal is to capture the ambient radio waves and build a primative "telescope" of sorts. Using the built in computer hardware is just the easiest way to accomplish this. If you have any other suggestions about how to accomplish this goal in a different way please post it as an answer also.

View 1 Replies

How To Comunicate With The Sound Card

Feb 19, 2007

i am doing a final project in vb.net.i need to know how can i take and receive data from a sound card.

View 2 Replies

VS 2010 Sound Card DLL For VB?

Jun 15, 2011

I would like to be able to measure the frequency of a sine wave applied to the input of a "standard" Windows sound card system.I need to do this in near real-time (not by analyzing a wav file after the event) and I need to continuously measure every half-cycle of audio and store the results in some kind of buffer that I can read into a VB app. I have tried googling for this and it seems to be a very popular question but I have not found any really good answers. Does anyone know of a DLL that could do this? I wouldn't mind paying a reasonable sum for a commercial DLL if there is such a thing.

Another related requirement is to generate sine-waves - again this must be done in near real-time and it must be possible to change each half-cylce of the waveform. For example,I might need to generate a few half-cycles of 1500 Hz to be followed (with no break in the waveform) by half-a-cycle of 2300 Hz.

View 7 Replies

Which Process Is Using The Sound Card

Aug 12, 2009

I'm currently trying to get around developing an application that will alert me when process X is using my sound card.

View 2 Replies

VS 2010 : Check If Audio Is Going Through Sound Card?

May 14, 2012

I was wondering what sorta code you would you to check if audio is going though a sound card?I am designing a media player and I would like to show that audio is playing.

View 4 Replies

Directsound Recording Sound Card Audio Output?

Nov 17, 2011

how to capture audio output with directsound? i'd want to be able to save it as .wav, .mp3, or .wma file format.

View 9 Replies

VS 2008 Process Using Sound Card Volume Monitor?

Sep 6, 2009

how to check if

- A specific sound card is in use;

- A specific process is using any sound card;

- A sound card's current volume output

View 1 Replies

VS 2008 : Find The Mixer Handle For A Specific Sound Card?

Oct 5, 2009

How can I find the mixer handle for a specific sound card?I'm trying to build an application that will control the sound mixer of a specific sound card but I'm completely stuck in the getting the handle part.

View 6 Replies

Capture Sound - Using Mcisendstring Function But The Sound Quality, Is Poor?

Jun 20, 2011

I have a question about of capture sound function, someone have a code example for visual basic 2010 in windows 7?, I tried using mcisendstring function but the sound quality, is poor.

View 5 Replies

Play Another Sound (like A Beep) When Desired Without Stopping The Background Sound?

Apr 19, 2009

I have background sound loop with the My.Computer.Audio and it works fine. I want to play another sound (like a beep) when desired without stopping the background sound. Several examples I have found don't seem to work. I am in VB.NET 2008 Professional.

View 8 Replies

VS 2010 Adding Sound To A 3D Game / Finding A Sound Library?

Aug 24, 2011

I'm ready to start adding sound to a 3D game and I'm looking for a decent Free library.it would not require DX and be something like:

dim MySound as SoundLib.Sound
MySound = SoundLib.LoadSound("soundfile.wav")

SoundLib.Play3DWorld(Location.X, Location.Y, Location.Z, VolumeModifier, MySound)so far all Im finding is expensive, C#, old, or not .NET compatible.

View 9 Replies

How To Save Sound They Make And Catshing A Sound Recorder

Aug 14, 2009

im making a techno progam in visual basic 2008 and after 3 hour im think how to save the sound they make and catshing a sound recorder but what the code im try to find on internet but find 0 pleas give me the code im try to find

View 1 Replies

VS 2010 Using 3 Or More Sound Outputs Or Multiple Sound Devices

Jul 21, 2011

I'm creating an application that will have 3 streams of audio. I can get 2 streams playing easy enough using DirectX AudioVideoPlayback and setting the balance for each Audio Instance. However, I need a 3rd Audio instance to play out of another output such as the Rear or Centre. An alternative would be to be able to select a different sound device in the machine to play the 3rd audio stream.

[Code]...

View 1 Replies

Using 3 Or More Sound Outputs Or Multiple Sound Devices

Jul 21, 2011

I'm creating an application that will have 3 streams of audio.I can get 2 streams playing easy enough using DirectX AudioVideoPlayback and setting the balance for each Audio Instance.However, I need a 3rd Audio instance to play out of another output such as the Rear or Centre.An alternative would be to be able to select a different sound device in the machine to play the 3rd audio stream.I've been searching the net for 2 days now trying to find a solution, but have so far been unsuccessful. I've tried a few alternative libs such as DirectShow.Net, DirectSound, BASS.Net, QuickTime and OpenTK.Some of them do what I need to do, but they are either too difficult to use and therefore impractical or they are missing some other essential features such as Events which are required to make the rest of the application work. Would anyone oppose to me posting this same thread on other forums?I will of course post a solution if one is found elsewhere without advertising external websites.

View 4 Replies

Record Sound From Microphone?

Aug 19, 2007

I am looking into recording sound from a microphone using vb.net into a wav or mp3 file. I've Googled loads but only found 3rd party controls and C# code, which looks too sticky to convert..[url]...

I found this article on the code project which uses WaveIn and WaveOut but this looks unconvertible.... and I would like to avoid using DirectX SDK because the installation files are large and I wouldn't like users to have to do that.

View 2 Replies

Record Sound From Speakers?

Feb 17, 2010

i know how to record the sound coming from my mic using MCISendString~ Is there a way to record the sound from the speakers? Like if my computer beeps i hear a beep on the recording? Or if i play music?

View 2 Replies

Build A Small Program Which Will Allow Some One To Click On The Exit Button And The Sound Will Play And At The End Of The Sound The Program Will Then Close?

Apr 17, 2009

I am trying to build a small program which will allow some one to click on the exit button and the sound will play and at the end of the sound the program will then close. The sound clip is about 3 seconds long Here is what I have:

Imports Microsoft.DirectX
Imports Microsoft.DirectX.DirectSound
Public Class Form1
Private Dsound As CSoundDevice

[code]....

View 14 Replies

Record All Sound From A Form Or Control?

Mar 29, 2009

I need to record all the sound that is made from a flash swf in vb.net. I don't mind how I do it but I don't want to record all the sound from the whole computer through the sound card I only want the sound from my program. Doing it through a webbrowser control with the swf embedded in a html page is fine or just recording all the sound from my form.

View 3 Replies

Make A Program To Record Sound From The Microphone?

Apr 10, 2010

How can I make a program to record sound from the microphone? I've tried lots of thing but they don't work. Can someone show me how to do ths using winmm.dll or DIrectx?

View 4 Replies

Record Sound From The Normal Microphone Port Onto Program?

Feb 26, 2009

How do you record sound from the normal microphone port onto your program?

View 9 Replies

VS 2010 Record Sound And Save It In Program So That It Can Be Replayed?

Dec 7, 2011

Is there a way that I can record sound, and save it in the program so that it can be replayed?I'm making an alarm clock program, and I thought it would be cool if the user could record his/her own audio, and have it play back for him/her.

View 1 Replies

How To Use Sound Like (MP3 Wma) But Not .wav

Dec 5, 2010

I have a problem I Cant Add .mp3 file to my programs by using vb 2010 , i can only add wav !!!! why ?(WAV) It takes a larger volume of MP3 So Can Any one help me ? url...

View 1 Replies

WMP 12 No Sound

Mar 11, 2010

I am working on a project, and in the project i need to include a video file. For the best control i selected WMP 12 ( I am running Windows 7 ) however, when i start to play the video file in vb.net i have full video but no sound? Bit rate is 192.What other players can easily be embedded in a VB.net form and easily controlled thru code?

View 1 Replies

Add Sound To A Project?

Jun 21, 2010

how to add sound to a project which bult by vb.net 2007

View 1 Replies

Detect Sound VB And VC++

Nov 16, 2008

iam need 1 program detect sound on computer if have sound it will alert " currently have sound"if not" currently no sound"

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved