VS 2010 Stream Voice Without Using Alot Of Bandwidth With Minimal Delay Between Talking?

Aug 4, 2010

Anyone have any examples, or source code or SDK's that are FREE?I'd like to setup a simple voip program to play with.Was curious whats the simplest way of doing it, using UDP across an IP.I planned on having a server program, as i'd want multiple clients.My question is, how can i stream voice, without using alot of bandwidth with minimal delay between talking?

View 1 Replies


ADVERTISEMENT

VS 2008 Voice Talking Program

Mar 21, 2009

Im trying to make a program that can talk using windows vista with this code but it errors when I try to play it.[code]

View 2 Replies

VS 2008 - Voice Recording And LAN Stream

Jul 19, 2011

I am trying to make a program that can send voice over LAN. I already have the connection between the computers working, but I can't really seem to find a way to actually record + stream sound.

I've found out that I can use
Private Declare Function mciSendString Lib "winmm.dll" Alias "mciSendStringA" (ByVal lpstrCommand As String, ByVal lpstrReturnString As String, ByVal uReturnLength As Integer, ByVal hwndCallback As Integer) As Integer
and then
mciSendString("open new Type waveaudio Alias recsound", "", 0, 0)
mciSendString("record recsound", "", 0, 0)
mciSendString("save recsound *PATH*", "", 0, 0)
to save and record sound.

But I haven't really been able to find any documentation on that function, so I haven't been able to find out for myself, how I can send the recorded sound over LAN, instead of saving it on the computer.

View 1 Replies

VS 2010 Make Shoutcast Stream Info Like The Stream Name

May 5, 2011

Im making a desktop player for a online web radio, and for the program I wanna make it show all the stream info. Like the stream name, and such. However I dont know how to do this? I looked everywhere

The server url is setup like this "[URL]" And it has all the stream info and that there. So is there a way I can get the info from there onto like say a label? Live updates btw.

View 1 Replies

Unlock With Voice - Program That Can Compare Voices To Stored Voice Files And Identify People

Mar 25, 2009

I have a voice program that can compare voices to stored voice files and identify people based on that. It's not the most accurate thing, since being sick or other weird things can make it fail, but it does work for the most part. I was wondering if there was a way to keep the voice recognition running during an unlock and wait for the person who locked it to come back. Upon giving the command and voice verification, if it passes, the computer is unlocked by my program. Is there anyway to do this in VB.NET?Summary: Can a program unlock a computer after it's locked?

View 4 Replies

VS 2008 Broadcast / Specific (one Person) A Live Voice Over A Tcp Connection For Voice Chat Room?

Feb 25, 2010

How would i broadcast/specific(one person) a live voice over a tcp connection for my voice chat room im making.

View 1 Replies

Time Delay - Make GUI Program To Delay Before The Next Command

Dec 21, 2009

I know that time delays have been covered before around almost everywhere. however a method that forgoes forcing the GUI to become temporarily non-responsive, is all but a myth, or at least to my findings. i have the need for a GUI program to delay before the next command, however using the current method, detailed following, it causes the desired effect however it dose make it much less polished as when you click anything else on the GUI it goes un-responsive for the directed time. [Code] make a sub called say Tdelay( milseconds as integer) and have it run a loop as many times as the milseconds variable indicates and each time making the thread delay for 1 milsecond and then update the GUI/form in some way, then re-loop.

View 7 Replies

VS 2010 Voice Recognition In .NET?

May 15, 2012

Is it possible? Is it done by someone or achieved yet?I need to detect voice saying "Hey" and "Good Morning", and I don't know how.

View 4 Replies

VS 2010 Voice To Text?

Feb 1, 2011

I am having trouble with a project I'm currently working on.. I've searched everywhere, and haven't been able to get anything to work. How can I make a program convert voice (for example, if someone were slowly talking over a mic, and the sound was coming through the computer the program is on) to text, and put that text into a text box? This has stumped me for some time now,

View 3 Replies

VS 2010 Create A Voice Recognition

May 18, 2012

I finally managed to do it, create a Voice Recognition in VB.NET (Credit goes to Microsoft for showing the example), but I want to add new words to the grammer, so it can detect custom words. [code]

View 2 Replies

VS 2010 Voice Recognition Background?

Jul 11, 2010

Is it possible for visual basic to have commands sent to it when it is minimised. ie i am using internet explorer and i say "Click submit" and the submit button will be pressed even though the window isnt focused.

View 1 Replies

Craeting A Delay In VB 2010?

Dec 2, 2010

I am writing a project for class and have come across a problem that I have been unable to solve and am loking for a little help. What I am trying to do is to implement a half second delay every time a flipper is flipped or reset. My example code of The flip and reset is below.

' Flipper 1 code
If Flipper1.droppedLeft = False Then
Flipper1.flip()

[code]......

View 19 Replies

Creating A Delay In VB 2010?

Jan 27, 2012

What I am trying to do is to implement a half second delay every time a flipper is flipped or reset. My example code of The flip and reset is below.

' Flipper 1 code
If Flipper1.droppedLeft = False Then
Flipper1.flip()

[Code]....

View 13 Replies

VS 2010 : Add A Delay (50) Between Tow Postmessage()

Nov 19, 2011

Due to use postmessage tow times, I want add a delay (50) between tow postmessage(), and my timer interval is 1000.

Private Sub Timer2_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer2.Tick
If CheckBox10.CheckState = CheckState.Checked Then
st = Int(Val(TextBox17.Text) * 10)

[code]....

and I konw Thread.Sleep(50) is not good, but how to use timer stop here.

View 6 Replies

Acronym Or Full Title Are Minimal?

Apr 13, 2011

I failed to get any interest/response with this question on the VBExpress forum. Surely most of you have to write help documents to go along with your programs. I have used HTML Help files for years to support my programs and before that WinHelp but in 2002 MS indicated time change to Microsoft Assistance Markup Language (MAML). I am a little behind. Google hits for the acronym or full title are minimal. What are you guys using today?

View 3 Replies

Minimal Interaction Preloader Application?

Jun 3, 2011

I have a preloader app that runs before the Main application and performs an Update check.. (and then installs the latest update) it's come in very handy at the current client I'm at as there are going to be several hundred installations of the App on site.. Also it's a Live Development.. (One app that handles the Full Plant Monitoring and maintenance) .. But that's not the problem..

The Preloader simply checks on the server if there's a new Update, Copies it down and then runs the Main app.Now there are several Configurable routes through the app: Quick, Skip, Auto, For now the Default is Ask.. and in this mode, if there is an update, the Preloader will ask if you want to install it, if not it will wait 10 seconds and start the Main app.

My problem is If there is no user interaction with the Preloader, windows thinks that it terminated incorrectly, and throws up one of those "This program has stopped working" (similar to image below).

If the user however simply clicks the Done that clears the timer, or clicks the Yes/No for the update, no problems.

[Code]...

So the problem .. If there is NO user interaction, Windows (XP Sp2 mostly) thinks it crashed.What can i include to let windows know that the application does not require User Interaction.

View 3 Replies

Alot Of Exceptions Under Immediate Window ?

Jan 7, 2010

I have a project that runs perfect under windows xp. Now I have tried to run it under Windows 7 and got there a lot of exceptions under Immediate window.

A first chance exception of type 'System.ArgumentNullException' occurred in Microsoft.VisualBasic.dll
A first chance exception of type 'System.IO.FileNotFoundException' occurred in LP_Wizard.exe

[CODE]...

What wrong with that Microsoft.VisualBasic.dll in windows 7 and how i correct that problem ?

View 4 Replies

C# - Talking To IFrame From ASP.NET Code Behind?

Oct 15, 2010

I found this really cool page that allows you to hook up facebook into your site: See here

<iframe id="MyIframe" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.EXAMPLE.com%2F&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=recommend&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>

I want to be able to call this iframe in my page (I am using ASP.NET) and I want to be able to set the visibilty based on a variable and most important I want to be able to change the src of the iframe based on a string that is build up by variables to change the "www.EXAMPLE.com" to another URL based on the location of the page.

View 1 Replies

VS 2010 - Delay When Showing TabPage

Feb 20, 2011

In my program I have a tab control with 4 tab pages. In the second tab page there is a lot of controls (about 50! includes buttons, labels, combo boxes, textboxes, option boxes). When user opens the program and want to navigate to tabpage 2 there is about 2-3 second delay showing tabpage. This problem only occur the first time, after that it just shows the page fine. I am not sure what is causing this lag but the program seems buggy and slow to user.

View 2 Replies

VS 2010 Delay A TXT File From Opening?

Apr 17, 2011

Is there a way to delay the start of a text file? I am using this to call the TXT file after clicking a button: (opens txt file)

Process.Start("text.txt")I was wondering if there was a command to delay the TXT file from opening for a number of seconds?I use this to delay the Splash Screen: (delayed 5 seconds)

Threading.Thread.Sleep(5000)Is there something similar for TXT files??

View 5 Replies

VS 2010 Delay Form Opening

Jun 22, 2011

I am making a simulation of windows loading,Ive made it show the startup screen (startup.vb) and ive got the login screen (login.vb), how can I make it stay at the startup screen for a few seconds before using the startup.show() command.( if I can use that command?)

View 4 Replies

VS 2010 Threading - Add A 1 Second Delay Between Calls?

Jul 31, 2011

to some server via an UdpClient. However, I need to make sure that all commands send are separated by a 1 second delay. If there is no delay, two commands send within this 1 second timespan will not be received both; only the first or the second command will get through.he commands are sent in a background thread at the moment, because it might take some time before the command is sent. I keep looping until the command has been sent, like this:

vb.net
Public Sub Send(command As String)
Dim bytes = Me.GetCommandBytes(command)

[code].....

View 4 Replies

Minimal Active X SDK Installation For VB 2008 Programs?

Jun 22, 2009

1. Is there a way to use a smaller Active X SDK installation rather than the full (~450 MB) one to play MP3 in VB 2008?2. Is there a loop command (as with a wave file) in case using Media Player to play MP3 in VB 2008?

View 1 Replies

Binding Source And Textbox Not Talking?

Aug 25, 2009

Im having some wierd behavior on a bound form in vb.net 2008. I have setup a client form, with another tab that has contacts for that client. the contacts tab has a binding navigator at the bottom, so the user can move amongst the contacts. all fields on that form are bound to a bindingsource called bsContact, using a table adapter called "ContactTableAdapter"

if i have a contact already saved, and want to modify the contact info, the form binding doesn't seem to recognize that i have changed the value of a textbox on that contact.i would think that if a textbox is bound to a bindingsource, then if the value of that textbox changes, the bindingsource would know about it, but it doesn't. The dataset.HasChanges returns false, and my save wont happen. (see code)so, when i hit the movenext on the bindingnavigator, it changes to record 2...i change a value on a textbox...i hit the save button on my form....no update will happen.

Update: I noticed that if i am on the tab with the multiple contacts, and i change a textbox on the form, then i MOVE TO ANOTHER RECORD, then the dataset recognizes that there was a change, and the update happens. Why doesn't the textbox immediately notify the dataset that a change is happening?

[Code]....

View 2 Replies

OutOfMemory - Still Alot Of Memory Left?

Jan 3, 2011

I got a function that reads memory of another process and then uses it in different ways. To prevent the GUI from lagging, I start a new thread and executes the code in it. It runs fine, but after a while, aprox. 20 minutes, the applications stops to work and an OutOfMemory exception pops up. The thing is that the memory use of the application isn't higher that 10mb and I can't notice any high increaments either. I have tried everything to find out what is wrong, but it seems to be impossible.

View 11 Replies

VS 2010 - Creating Delay In Between Two Commands Of Script

Jun 16, 2011

I am currently in the process of writing a demonstrative program that will generate a string of 9 random numbers in a textbox. Now my basic knowledge of VB 2010 allows me to do this but my goal is to delay the generation of this number sequence until the my progress bar has progressed to the end. How can I insert a delay after my button activates my progress bar/timer without stopping all function and usability of the program all together. The basic wait function seems to lock everything up for the allotted time and then the number instantly generates and the progress bar begins.

View 8 Replies

VS 2010 Create An Accurate Delay In VB2010?

May 19, 2012

I am currently creating a program to send keystokes to a program at certain intervals. I need the thread to delay between keystrokes, and i need to be able to have the user input the amount of delay from the GUI via textbox. I have it running perfect with Thread.Sleep(), but it just isn't consistent enough. How can I code it to be accurate to roughly 5ms up or down? thanks, and here is the code. This is in VB 2010 by the way.

View 2 Replies

Changing The Back Color For ALOT Of Labels

Jun 21, 2010

I currently have

Private Sub LabelClick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Label14.Click, Label15.Click, Label16.Click, Label17.Click
If sender.backcolor = Color.LightGray Then

[Code].....

But there are ALOT of labels (about more than 300) and typing them out (or selecting them in the menu) consumes alot of time. Is there anyway to put the rest of them? I have about 8 groupboxes with these labels that need to be changed (there is another one that doesnt need this) so they are labels inside of groupboxes.

View 12 Replies

Good Examples Of Application Talking To MySQL?

Jul 11, 2011

I hope someone can help. I was "volunteered" to come up with an application for a local charity group. What they are looking for is a system that will track[code]...

They picked me to help as I have done some computer work and for them that means I'm an expert.What they want is for me to use a Visual Basic front-end talking to MySQL. I know enough to realize that most systems DON'T work out first time and the chances are even less if that person (Me) has not much experience.

View 1 Replies

Make A Random Time Before Start Talking?

May 20, 2010

I just made an auto talker but i wanted to know if its possible to make a random time before it start talking. Exemple: Instead of just talking every 2 seconds, make it random between 2 - 8 seconds so he can talk at 2 seconds then the second 7 seconds then 3, 5, 6, 7, 8 etc......

View 3 Replies







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