Capture & Analyze Audio?
Mar 31, 2012I 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 RepliesI 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 RepliesIm 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 RepliesI 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?
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 RepliesCan 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 RepliesI 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 RepliesI'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.
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]...
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]............................
i have a large vb.net application, i wanna analyze the performance of the program at runtime.for example, i want to know how many times a certain function was called, or the usage of computer resources for eah function,
View 1 RepliesI 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 Repliesmake a VU meter for Audio to monitor audio input devices volume level such as microphone and etc?
View 7 RepliesI 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?
We would like to know if there are any recommended tools in .NET that can scan through a VB .NET project & do an analysis.It should report on the Lines Of Code, provide no. of Routines, No. of 3rd party Tools, No. of Variables, Forms Diagrams, No. of Classes etc.
View 1 Repliesi have a large vb.net application, i wanna analyze the performance of the program at runtime.for example, i want to know how many times a certain function was called, or the usage of computer resources for eah function?
View 1 RepliesThis program is being used to analyze an excel document with coordinates for a robot. The entire program works...My boss indicated he wanted me to throw an exception in whenever a coordinate that wasn't being given a tolerance wasn't supposed to move, he wanted the program to give an error message. Which I figured out and outputs a message box saying "Result Compare Fail!"
Now here is my dilemma..whenever I encounter a section in the excel sheet analyzing multiple variables, I still get the error message, because the program doesn't think of it as multiple variable coordinates changing. Is there an easy way to fix this? I'm stumped! This is one of the cases, but they are all very similar.
[Code]...
is there a way in vb.net to make it so that if the html in a web browser control contains a certain word then on startup it will show a dialog box. Basically I want to create an update system in which when the update dialog box web browser control html contains the words "update available" then on start up the dialog box will show prompting the user to update.
View 4 RepliesI've been trying to figure out how to profile my code, and everything I read online says "go to the Analyze" menu and then blah blah
I don't see an analyze menu... where should I be looking?
I have visual studio 2008 Professional. It seems like this analyzer only comes with enterprise? Is this correct?
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.
I'm trying to make a program that will analyze two textboxes and highlight any words that don't match. Here's an example:
[Code]...
So I am hacking together an app which listens to traffic using SharpPcap library, it reconstructs the packets from sessions using the code from TpcRcon.
Listening and reconstructing part work on their own . What I want is on each packet arrival main window gets an event so it can display the packet , and when session is reconstructed display a complete packet (I am interested in HTTP ones) . -That is where it breaks with weird symptoms: for example right now it does not stop on invoking stop listening method - the sharppcap library function hangs there forever waiting on this line of code : m_pcapThreadEvent.WaitOne();//wait for the 'stopped' signal from thread
I also had it not working and crashing in sharppcap function because I had omitted one parameter in form delegate- which makes no sense, because form delegate does not deal with packet capture at all and only reacts on "New Packet" event from my "Listener" class (which is only there to notify main form)
My app starts as module main instancing class "Listener". MainForm has it
registered as friend with event and handles even "New Packet"
Main Form:
Private Sub uiListenStart_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btListenStart.Click
aLogger.AddMessage("Started Listening")
[Code]....
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 RepliesI'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]....
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]...
i wanna know how to have an invisible audio playing in the background of your program, as soon as someone opens it should play.
View 3 RepliesI would like to loop through audio in VB.NET.
Here is my code:
While blnAlert = True
My.Computer.Audio.Play("C:cat_1.wav")
End While
But it freezes the app.
Any code for ripping an audio cd and saving it to drive From .cda audio files to .mp3 or .flac files in vb.net.
View 5 RepliesI have put some wav audio on the resources. in my form, i have a label. i named the label as s1f1 and s1f2. now i want to play the audio according to the label click. if it is click then the audio play. i dont to put a line of code in every label. assuming that there is a lot of label, then it will be a waste of time. so how can i play the audio, by only write a several line code but for all of the labels.
View 7 Replieshow can i play more than one wav file at a time? and not at the same time too. can vb.net do this alone without import something else?
View 1 RepliesI just wanted to be able to detirmine if the file that the user selected out of an OpenFileDialog is an audio file (mp3, mp4, wav, etc.)
I know that I can just use the filter property with the OpenFileDialog box, but I'm sure that there must be an easier way to validate the file the user chose and see if it's an audio file.