VS 2008 Recording Audio - Capture The Audio Played On My Laptop

Jun 11, 2009

Im trying to capture the audio played on my laptop. so i have searched the internet and found a source code for doing exactly that. the problem i have is that my audio device is not listed in the dropdown box (see picture) but it does when its run on windows xp (im running windows 7 x64) the goal of this application would be to capture my friends radio stream and save the individual played mp3's to a loction on my hard drive.(yes i have permission) i have included the source code so perhaps some 1 could have a look at it. (source code)[URL]

View 2 Replies


ADVERTISEMENT

Audio Management System - Allow User To Add Audio Files Itself Into Database Together With Audio Information

Jan 28, 2010

I'm developing a standslone system for my school project. I'm developing an audio management system which allow user to add audio files itself into database together with the audio information such as artist name and album year. I just started it few days ago and face some problems.. my song in the playlist wont continue to play after 1 finished and i need some idea on how to store the audio files into database ... in blob types may be?

Heres the screenshot and codes

Public Class Form1

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles bt_add.Click

[CODE]............................

View 2 Replies

Cut And Save The Audio Files Played In Media Player

Aug 5, 2009

I have created a small media player calling COM component of Windows media player. Now i want to cut and save the audio files played in media player? is it possible with windows media player or i would have to use some other media player object? I can have the files info which i am using in window media player to play..but cant able to get the details which we can finds with our OS( windows) like compression format, bit-rate etc.

View 1 Replies

Host Website / Page Is Getting Refreshed But Audio Is Not Getting Played

Aug 23, 2010

I have created a web application in that application i have added two folder. one is admin folder and under admin i have added a upload folder. In upload folder i have three different audio's. And also i have imported DLL for Windows media player. Through this media player im able to play the audios in local host.By giving Direct path like MediaPlayer1.Filename="C:Usersamwaka.mp3".But when i host the website im getting problem the page is getting refreshed but the audio is not getting played.I have tried this path Server.Mappath("..uploadwaka.mp3") and Server. Mappath ("~adminup loadwaka.mp3)the above both paths are not working when i host the website please reply.

View 1 Replies

Recording An Audio Signal In .NET 2010?

May 24, 2011

I have been all over this site looking at and trying example code, but none of it seems to work properly on my computer. I just want a simple program in VB.NET 2010 that can record a .wav file from my computer / line-in microphone. I am somewhat familiar with VB, but I still consider myself a novice and I don't really know all of the audio jargin. [URL]..

View 5 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

WinMM Audio Recording Code Works In XP But Not In Vista

Dec 29, 2010

I have written a console app in <acronym title="Visual Basic">vb</acronym> .net 2003 to capture audio data (albeit not for an audio application) using the WinMM API. This works well in XP and also on my own Vista PC. However when others try to use in on Vista or Win7 it stops working after about 10 - 30 seconds (so it manages to initiate recording from the default input device but eventually stops). The only error given is "Program has stopped working". I am wondering if this is related to the way I recycle the input buffers?

View 13 Replies

Audio Converter And Compressor - Audio & Video - Dream.In.Code

Mar 13, 2009

I just want to ask or I need some idea on how to convert wav files to mp3 and compressed the file to make the size smaller. I've search on the internet and find vorbis.dll as a reference object and lame.exe for converter. With regards to the audio compression, i downloaded monkey's audio software but doesnt have an idea on how to incorporate it.

View 2 Replies

Audio Stream Capture From Web

Nov 18, 2009

I have link: [URL]

I want capture the audio stream on my computer in mp3/wav.

I have no idea from what i should start. What should i use for start developing? I'm working in VS2008 on VB. Can i do it in VB? What additional software i need?

View 2 Replies

Capture & Analyze Audio?

Mar 31, 2012

I would like to make a visual representation of the sound toming out of the speakers but stuck at sound because I have no idea how capture/analyze it

View 3 Replies

Make A VU Meter For Audio To Monitor Audio Input?

Feb 26, 2007

make a VU meter for Audio to monitor audio input devices volume level such as microphone and etc?

View 7 Replies

Routing Modem Audio Out To SR Engine Audio Input Under VB / VBA?

May 20, 2009

I have a database application developed around Access with VBA,I have used the Speech SDK and developed an application that in conjunction with MSCOMM 6.0 library calls into a remote IVR system.It sends in the credentials and queries information in response to that IVR's verbal requests. All seems successfull except for one problem;I'm using a shared SR engine and its using the system microphone as its audio input, this in turn gets the sound from the speakers which are routed to the telephone line through the modem. Of course this has a number of disadvantages - noise added to the sound from the environment and sound quality degredation as well as speaker volume dependency.

I would like the SR engine to take its audio input from the modem in paralell with the sound that goes to the speakers (so we can listen in to the call as well). This means that I must route the system audio output to the SR engine audio input. It seems that I must use an InProc SR instance - however in VBA that type is not recognized - since the shared SR uses the microphone as input by default. there is some statement to the effect that it is difficult in Microsoft's Help file. I'm unable to set the SR audio input to the modem output stream in VBA.As needed I can accomplish the C++ interface using an ActiveX object or a DLL to expose the missing API to VBA?

View 7 Replies

.net Capture System Audio To Stream?

Jun 21, 2011

Is it possible to capture all/any audio played by a PC into a system.io.stream, so that it can then be run through speech recognition (System.Speech.Recognition.SpeechRecognitionEngine)?Essentially I'm looking to pefrom speech recognition on any audio on the client PC, google seems to suggest that capturing a stream like this can be done using Microsoft.DirectX.DirectSound, however I cannot honestly determine how.

View 1 Replies

Audio Capture From Microphone Line?

Feb 23, 2010

Can I use Visual Basic 2008 Express Edition to make a program that can take audio directly from the microphone line and decode it to from data? ( I'm building wireless transmition software for ameteur radio )

View 1 Replies

Capture Video And Audio From Another Windows App?

Dec 19, 2011

I am planning to create a proprietary Windows application that will let the user capture video and audio from any other Windows application and stream it onto another computer via Internet. Capturing video is easy, I could simply let the user browse all open windows (or applications) and have the user click the prefered one. But what about audio? Is it possible in Windows to capture the audio from any application?

View 4 Replies

Integrate To Application A Process To Capture The Audio And Video

Mar 29, 2012

I'am on Visual Studio 2008, language :VB

I want to integrate to my application a process to capture the audio and video from a specific area of the screen and save it in a .wmv or .avi file.

I already have Microsoft.Expression.Encoder on my computer but I dont know how to integrate the tool to my project.

View 3 Replies

Display The Website's Player (Silverlight Based) And Capture The Audio

Sep 28, 2011

We have an occasional board meeting that is broadcast live via the Internet. We are on a 3000+PC LAN and our office is out in the boonies on a T1 line. In order for us to listen to the meeting we need to go to a website and play the live stream. If more than a few PCs listen in the line is saturated and no one can listen.

[Code]...

View 2 Replies

Play Audio After The Previous Audio

Sep 23, 2009

how can i play the audio after the previous audio play is finish by using directx.

assume i have audio1.wav and audio2.wav.

i play audio1.wav by this code.

audio1 = audio.fromfile("D:audio1.wav", false)

how can i play audio2.wav after audio1.wav is finish? without use any button or signal. just depends on when the audio1.wav is finish, then audio2.wav will play automatically.

View 4 Replies

VS 2008 : Extract Audio From Video?

Oct 1, 2009

Is possible extract audio from video and save into file wave?

View 1 Replies

VS 2008 Audio File In Background?

Feb 15, 2010

How do I Play sounds at the same time the program does something else? I tried using this

New System.Media.SoundPlayer()
Sound.SoundLocation = "C:crowd.wav"
Sound.Load()

[code].....

View 4 Replies

VS 2008 How To Choose Audio Output

Apr 1, 2010

I know it is possible to have more than one audio output device attached to a computer. For example, my home machine has a soundblaster card as well as stereo speakers attached via a USB M-Audio controller. I know that windows and other applications can select which output device to use... I use the sound card for normal Windows sound, but I use my M-Audio output when mixing music in Cubase.The question is, from inside my own program, I need to be able to detect what audio devices are available, show the user the list and let him choose one, and then use that output device for all audio output generated by the program.

It would also help if I could determine which audio output device is being used by Windows.

Oh, almost forgot, I am using Microsoft.DirectX.AudioVideoPlayback.Audio to play mp3 files.

View 3 Replies

VS 2008 Play Streaming Audio

Jun 7, 2009

I am currently trying to find a way to play an audio stream from the internet so I thought that someone here might be able to help me. The stream I want to play is specified in a .m3u file and it is not a live stream, it is pre-recorded. This component is for a WPF Browser Application I'm developing.I thought of using the ActiveX MediaPlayer from WMP.dll but it's lack of intuitiveness confounded me. I would really dislike having to download the whole audio track before playing it since the file may be really large and take a long time to complete. Playing the file in Windows Media Player as an outside player is also out of the question.

View 14 Replies

VS 2008 Put Into XML A Folder Full Of Audio Files

Aug 22, 2011

I have searched and found many articles and code that writes a directory structure to an XML file. However, I'm not having much luck finding/altering code that gives each sub folder a different name. I'm trying to put into XML a folder full of audio files. They are music - artist - album - file. Music is the root folder and file are the audio files but every piece of code calls artist and album the same name. eg

[Code]...

View 2 Replies

Audio Volume Controls Windows Vista/7 VB 2008

Sep 3, 2009

So I'm a bit new to the whole Vista/7 audio setup. My understanding is that a new "mixer" is created for each application. Is there some new .Net function which interfaces with these mixers? I'm actually trying to create an application which can adjust the MAIN system volume level as well as the mute function.

I was looking at the Endpointvolume API however I cant get it to work for me :(. Does anyone have a vb.net demo of how to harness this API?

View 2 Replies

VS 2008 Form That Will Control Audio Levels In Windows 7?

Apr 8, 2010

I have my forms all set up, I want a button on my main form that says Volume. When clicked it either opens a window above the current form with a volume control. Or opens another form that has the volume control in the center. When the slider is moved up to 100% windows is at 100% volume, when moved down windows volume moves down also.

View 3 Replies

VS 2008 Get Current Master Volume (Audio) - Win7

Jun 1, 2011

It seems like this would be a very easy thing to accomplish, but, from what I can tell, it's most definitely not. My OS is Windows 7. All I need to do is get the current volume/audio level - the master volume. When you click the little speaker icon in the task bar and change the volume - I need that number. All I need to do is get the current volume and assign it to a label. So if the volume is at 74 when the application starts, I need my label to display 74. I've been searching for days now for a way to do this and I'm starting to get frustrated. I've looked everywhere. I've tried 3 different classes, at least a dozen different codes, assorted imported dll's- none of it even came close to what I need. From what I can tell, the current methods are all designed for windows xp. I need a way to do it in windows 7.

View 7 Replies

VS 2008 Play Media File Video Or Audio?

Jul 7, 2011

how to play video or audio in a vb.net application but have come up with not a lot.

I want to create a program that accessing a web server (no problem on that) and will pick up audio and video that is stored on that server.

Or, maybe do a live broadcast where I can play my guitar and sing a song. (Promise if I get this done through here I will give you a live performance) on that note I am sure you will all hold back.

This is a little open and wide, but what I would like to know via a webserver is this possible

1.Video
2.Audio
3.Live broadcast

View 11 Replies

Add Audio To App?

Jan 23, 2012

I have all 66 books of the Bible in audio format. MP3 I believe. I want the users to have a choice of either reading the book of Romans or listening to it.

View 3 Replies

Rip An Audio Cd In Vb?

Feb 28, 2010

I've tried to use this and I got all the errors gone but two

Private Sub buttonSaveAs_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles buttonSaveAs.Click
If listViewTracks.SelectedIndices.Count > 0 Then

[Code]....

View 5 Replies

.Net Listboxes Audio?

Nov 8, 2011

i keep getting this very wierd problem were i put in audio into my forms and (Design) but when i put in a 4'th song, it stops working and comes up with a error. I havn't limited my audio to how much songs i can play but for some reason it just stops playing them. This code below is the code i use for this form

Public Class Form1

[Code]...

View 7 Replies







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