User Name
Remember Me?
Password
Home
Register
Calendar
Today's Posts
FAQ
Free Publications
Search
Page 1 of 2
1
2
>
Showing results 1 to 25 of 40
Search took
0.64
seconds.
Search:
Posts Made By:
therealtomlapp
Forum:
Managed DirectX
10-04-2011, 07:39 AM
Replies:
2
Problem with long delay when playing text to speech from a buffer to directsound
Views:
1,400
Posted By
therealtomlapp
With DirectSoundAudioBuffer .Volume...
With DirectSoundAudioBuffer
.Volume = AudioVolume
.Pan = AudioPan
.Frequency = AudioPlaybackFrequency
.SetEffects(effects)
...
Forum:
Managed DirectX
09-27-2011, 02:11 PM
Replies:
2
Problem with long delay when playing text to speech from a buffer to directsound
Views:
1,400
Posted By
therealtomlapp
Problem with long delay when playing text to speech from a buffer to directsound
I have a program that I use as an automated called ID app, that announces who is calling over a secondary sound card in my PC. Usually one would just use the speech synthesizer by itself, but i had...
Forum:
.NET Communications
11-07-2010, 09:32 AM
Replies:
6
Input/Output control board?
Views:
1,758
Posted By
therealtomlapp
Well thanks for the suggestions, but I already...
Well thanks for the suggestions, but I already got the one from phidgets and been using it for a while now. I really like that I actually don't have to use the serial port class, instead I can use...
Forum:
.NET General
10-31-2010, 05:57 PM
Replies:
0
Output Mono WAV Audio to specific audio channel?
Views:
242
Posted By
therealtomlapp
Output Mono WAV Audio to specific audio channel?
I've been working with Directsound and am wondering how I can take a wav audio file, and specifically output it to a surround channel.
Here is my code so far:
DirectSoundAudioDevice = New...
Forum:
.NET Communications
10-31-2010, 12:46 PM
Replies:
6
Input/Output control board?
Views:
1,758
Posted By
therealtomlapp
Hey everybody I got one, cost about $100. By a...
Hey everybody I got one, cost about $100. By a company called Phidgets www.phidgets.com. This thing is totally awesome, controlling in code is so simple a beginner could do it with no problem. It...
Forum:
.NET Communications
05-30-2010, 03:38 AM
Replies:
6
Input/Output control board?
Views:
1,758
Posted By
therealtomlapp
Input/Output control board?
Ok, back when I was in high school we had an awesome shop teacher that taught us how to assemble an input/output control board that would connect to your serial port. We were able to use out...
Forum:
.NET General
05-13-2010, 12:42 PM
Replies:
19
Choose between different sound cards for playback in VB.net
Views:
5,183
Posted By
therealtomlapp
I'm getting the code cleaned up for the CallerID...
I'm getting the code cleaned up for the CallerID as well, I will post it when it's done. Trust me the CallerID code is way simpler than the DirectSound code.
Forum:
.NET General
05-13-2010, 12:40 PM
Replies:
19
Choose between different sound cards for playback in VB.net
Views:
5,183
Posted By
therealtomlapp
Ok here it is. You will have to add a reference...
Ok here it is. You will have to add a reference to DirectX to your application, then at these Imports statements:
Imports Microsoft.DirectX
Imports Microsoft.DirectX.DirectSound
Then add the...
Forum:
.NET General
05-13-2010, 02:23 AM
Replies:
19
Choose between different sound cards for playback in VB.net
Views:
5,183
Posted By
therealtomlapp
The most important thing is, you need a dialup...
The most important thing is, you need a dialup modem with CallerId capability. Please remember that not just any modem will do this. Of course you can get these off the internet for literally under...
Forum:
.NET General
05-12-2010, 06:49 PM
Replies:
19
Choose between different sound cards for playback in VB.net
Views:
5,183
Posted By
therealtomlapp
When you say you have broadband, i'm assuming...
When you say you have broadband, i'm assuming that you mean you have broadband internet and you have voice over ip? Basically I will give it to you in the simplest possible way. If you have...
Forum:
.NET General
05-12-2010, 11:52 AM
Replies:
19
Choose between different sound cards for playback in VB.net
Views:
5,183
Posted By
therealtomlapp
My application is getting the information...
My application is getting the information directly from my modem. You have to get a dial up modem that has Caller Id capabilities in order to do this. It's actually pretty easy, you use the...
Forum:
.NET General
05-11-2010, 01:10 PM
Replies:
19
Choose between different sound cards for playback in VB.net
Views:
5,183
Posted By
therealtomlapp
I figured it all out finally, I even figured out...
I figured it all out finally, I even figured out how to set the flag so that the sound plays no matter if the application has focus or not. Now when my phone rings, I hear a ring tone, followed by a...
Forum:
.NET General
05-10-2010, 06:37 PM
Replies:
19
Choose between different sound cards for playback in VB.net
Views:
5,183
Posted By
therealtomlapp
I've got it, but it only works once for some...
I've got it, but it only works once for some reason.
Public Sub PlayTextToSpeech(ByVal SpeechText As String)
Dim DsDevice As DirectSound.Device
DsDevice = New...
Forum:
.NET General
05-10-2010, 04:23 PM
Replies:
19
Choose between different sound cards for playback in VB.net
Views:
5,183
Posted By
therealtomlapp
I have an idea, if anyone can fill me in as to...
I have an idea, if anyone can fill me in as to what direction to go. I've seen that certain programs are able to represent themselves to Windows as a "communication device". If I go into the...
Forum:
.NET General
05-06-2010, 03:44 AM
Replies:
19
Choose between different sound cards for playback in VB.net
Views:
5,183
Posted By
therealtomlapp
Uggh, this is so frustrating. I know the code is...
Uggh, this is so frustrating. I know the code is out there because I remember seeing it years ago, and it wasn't even that complicated.
On top of that, there are many programs that allow the...
Forum:
.NET General
05-03-2010, 10:23 AM
Replies:
19
Choose between different sound cards for playback in VB.net
Views:
5,183
Posted By
therealtomlapp
Honestly i'm starting to realize that I am...
Honestly i'm starting to realize that I am actually better off having the caller id portion as a completely separate app. The reason for this is, the app is going to play a wav sound (ringer), as...
Forum:
.NET General
05-03-2010, 12:34 AM
Replies:
19
Choose between different sound cards for playback in VB.net
Views:
5,183
Posted By
therealtomlapp
So far I did the following: Private...
So far I did the following:
Private Declare Function waveOutGetNumDevs Lib "winmm.dll" () As Long
MsgBox(waveOutGetNumDevs)
Ran that just to be sure, and it returned a number 4, which is...
Forum:
.NET General
05-03-2010, 12:20 AM
Replies:
19
Choose between different sound cards for playback in VB.net
Views:
5,183
Posted By
therealtomlapp
Ok, good that I can keep it all together as one...
Ok, good that I can keep it all together as one app. You are correct about what I am looking to do. I will google for the api that allows me to change it via the winmm.dll library.
Correct me...
Forum:
.NET General
05-02-2010, 10:48 PM
Replies:
19
Choose between different sound cards for playback in VB.net
Views:
5,183
Posted By
therealtomlapp
Choose between different sound cards for playback in VB.net
I have a program that I have been building for quite some time, which is sort of a media center type of program. One of the features it includes is a CallerID and call management system that I have...
Forum:
.NET Database and Reporting
11-23-2009, 12:46 PM
Replies:
1
Problem with the é character on insert command
Views:
343
Posted By
therealtomlapp
I figured it out after messing with the table...
I figured it out after messing with the table definitions. I changed VarChar to NVarChar and now it stores the info properly.
Forum:
.NET Database and Reporting
11-23-2009, 11:58 AM
Replies:
1
Problem with the é character on insert command
Views:
343
Posted By
therealtomlapp
Problem with the é character on insert command
I am having a problem inserting a certain record into an sql database. Basically the database is a table that is used to keep track of tv shows on my hard drive. The table carries the filename of...
Forum:
.NET General
11-08-2009, 07:13 PM
Replies:
6
Can't open files in VB project
Views:
1,043
Posted By
therealtomlapp
If anyone is interested I fixed the problem, i'm...
If anyone is interested I fixed the problem, i'm not sure exactly what fixed it but it's done.
Firstly I created an entirely new project, but this time I created the main project first, then added...
Forum:
.NET General
11-07-2009, 02:03 PM
Replies:
6
Can't open files in VB project
Views:
1,043
Posted By
therealtomlapp
It appears that there is some strange anomaly...
It appears that there is some strange anomaly affecting my program. An example is I created a user control that interacts with my IRMan infrared receiver. It uses very simple communications through...
Forum:
.NET General
11-06-2009, 10:05 PM
Replies:
6
Can't open files in VB project
Views:
1,043
Posted By
therealtomlapp
I've been copying everything over to a new...
I've been copying everything over to a new project side by side. Literally creating every user control, then pasting the underlying code that way the handles stay in place. It's worked out so far,...
Forum:
.NET General
11-06-2009, 08:15 PM
Replies:
6
Can't open files in VB project
Views:
1,043
Posted By
therealtomlapp
well i've tried everything. Looks like my entire...
well i've tried everything. Looks like my entire project is finished. I even tried creating a new project and importing the files into it. After I get everything in I can't open anything. Also I...
Showing results 1 to 25 of 40
Page 1 of 2
1
2
>
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
Announcements
Announcements
Visual Basic .NET (2002/2003/2005/2008, including Express editions)
.NET Knowledge Base
Tutors' Corner
Code Library
ASP.Net
.NET Communications
.NET Game Programming
Managed DirectX
.NET Office Automation
.NET File I/O and Registry
.NET Database and Reporting
.NET Interface and Graphics
.NET Installation / Documentation
.NET General
Xtreme .NET Talk
Legacy Visual Basic (VB 4/5/6)
Knowledge Base
Tutors' Corner
Code Library
Communications
Game Programming
DirectX
VBA / Office Integration
Excel
Word, PowerPoint, Outlook, and Other Office Products
API
File I/O and Registry
Database and Reporting
Interface and Graphics
Installation / Documentation
General
Other Languages
Web Programming
Miscellaneous Languages
General Discussion
Tech Discussions
Random Thoughts
Forum Questions / Concerns / Comments
Advertisement:
Free Publications
The ASP.NET 2.0 Anthology
101 Essential Tips, Tricks & Hacks - Free 156 Page Preview. Learn the most practical features and best approaches for ASP.NET.
subscribe
Programmers Heaven C# School Book -Free 338 Page eBook
The Programmers Heaven C# School book covers the .NET framework and the C# language.
subscribe
Build Your Own ASP.NET 3.5 Web Site Using C# & VB, 3rd Edition - Free 219 Page Preview!
This comprehensive step-by-step guide will help get your database-driven ASP.NET web site up and running in no time..
subscribe
Home
Register
Calendar
Today's Posts
FAQ
Archive
© Xtremevbtalk.com 2001 - 2013. All Rights Reserved.
Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.