BriansBrain
Programmer
Hello fellow VB'ers,
I did search before I posted this and could not find a solution to my problem.
As the title says I need to stream Audio one way from one PC to another.
[PC-1]------>------[Router]------>------[PC-2]
This code is a modified version of MS Voice Chat from the Visual Basic 5 CD.
The project contains WaveStream.dll as the WaveStream.cls ClassModule.
So the application does not require the actual DLL what so ever, and it's easier to make mods to the code.
These are the only formats I can get to work...
8000Hz. 8bit, Mono
11025Hz. 8bit, Mono
22050Hz. 8bit, Mono
8000Hz. 8bit, Stereo
11025Hz. 8bit, Stereo
8000Hz. 16bit, Mono
8000Hz. 16bit, Stereo << Works for a few seconds then... Run-time error - Type mismatch at ...
Call .SaveStreamBuffer(Index, ExData(Index)) in the WaveStream.cls ClassModule.
I have tried everything to get better quality but with no luck.
I am trying for 44100Hz, 16bit, Stereo which should Stream through the Router at about 200kbs.
Delay in the system is not a problem, as long it is constant.
Any help would be abosolutly fantastic.
Thanks in advance for even looking.
BB
I did search before I posted this and could not find a solution to my problem.
As the title says I need to stream Audio one way from one PC to another.
[PC-1]------>------[Router]------>------[PC-2]
This code is a modified version of MS Voice Chat from the Visual Basic 5 CD.
The project contains WaveStream.dll as the WaveStream.cls ClassModule.
So the application does not require the actual DLL what so ever, and it's easier to make mods to the code.
These are the only formats I can get to work...
8000Hz. 8bit, Mono
11025Hz. 8bit, Mono
22050Hz. 8bit, Mono
8000Hz. 8bit, Stereo
11025Hz. 8bit, Stereo
8000Hz. 16bit, Mono
8000Hz. 16bit, Stereo << Works for a few seconds then... Run-time error - Type mismatch at ...
Call .SaveStreamBuffer(Index, ExData(Index)) in the WaveStream.cls ClassModule.
I have tried everything to get better quality but with no luck.
I am trying for 44100Hz, 16bit, Stereo which should Stream through the Router at about 200kbs.
Delay in the system is not a problem, as long it is constant.
Any help would be abosolutly fantastic.
Thanks in advance for even looking.
BB