CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: BriansBrain

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Re: [RESOLVED] Streaming Audio from one PC to another over a Local Network

    Very nice looking.
  2. Re: [RESOLVED] Streaming Audio from one PC to another over a Local Network

    I have not done anything more to this since 2009........ sorry.
  3. Re: PlaySound will only play up to a 48.69s wav file

    I installed Windows XP Professional SP3 32-bit Black Edition on a spare system.

    Same problem playing the wav files.

    Baffled.
  4. Re: PlaySound will only play up to a 48.69s wav file

    Just tried it on a system with Windows 2000 SP4

    + Different sound board.

    Same problem

    44100, 16 bit Mono File Length: 49.000s only Plays for: 00.688s

    After some tests...
    It does not...
  5. Re: PlaySound will only play up to a 48.69s wav file

    LOL........ I need to play longer files........ this is why I posted my problem.
  6. Re: PlaySound will only play up to a 48.69s wav file

    I originaly tried to upload to the Forum but I always get this ERROR.

    This is why I used External sites.

    I have even tried the files one at once and I get this...


    <forums.codeguru.com>
    ...
  7. Re: PlaySound will only play up to a 48.69s wav file

    Sorry :)

    The reason I did was to include the 4 wav files.

    I have edited my first post and included ONLY the wav files for download.

    Thanks for looking.
  8. PlaySound will only play up to a 48.69s wav file

    Using API PlaySound I can't get it to play wav files longer than 48.690 seconds.

    My system is WinXP Service Pack 2 - VB6 SP5

    I need to use the SND_SYNC Flag.

    Normal PCM wav files at...
  9. Replies
    3
    Views
    5,076

    Re: Looking for a Developer ActiveX Package

    I had an Idea ...

    I found nctaudioinformation.dll and run REGSVR32 and it tells me succeeded
    Back to VB... it told me all these others are not registered.

    nctaudiotransform.dll...
  10. Replies
    3
    Views
    5,076

    Re: Looking for a Developer ActiveX Package

    All of these software sites point to the same pages

    http://www.nctsoft.com/download/NCTAudioEditor/ver1-4/NCTAudioEditor.exe

    404 - File or directory not found.
    The resource you are looking for...
  11. Replies
    3
    Views
    5,076

    [RESOLVED] Looking for a Developer ActiveX Package

    Hello

    I'm looking for NCTAudioEditor ActiveX DLL v.1.4
    I had it but lost it in a HD crash.

    I have searched the net for weeks but only V2
    is available which is verry different to v1.4
    ...
  12. Re: Streaming Audio from one PC to another over a Local Network

    Done, Done & Done.

    Thanks again mate, much appreciated.
  13. Re: Streaming Audio from one PC to another over a Local Network

    I searched and ExData or ExBytes are NOT referenced elsewhere.

    I put your code in, and the tests are as follows.

    11025Hz, 16bit, Stereo = Now Working unbroken steady stream at +/- 45kbs
    ...
  14. Re: Streaming Audio from one PC to another over a Local Network

    There is one Winsock in ithe server, and one Winsock in the Client.



    Could you give me some Code examples/changes like before, as this is a little above me.

    Thanks again WizBang.
  15. Re: Streaming Audio from one PC to another over a Local Network

    The Value is 1, and it does not change.

    Just as a matter of testing, I tried just before the first Call to SaveStreamBuffer.
    Same = 1 and it does not change when it's streaming either at the low...
  16. Re: Streaming Audio from one PC to another over a Local Network

    This is all well above my skills in VB, but that is why I came to the Guru's here in the first place.

    I tried that including the other mods in the code you gave me at 11025Hz, 16bit, Stereo.
    ...
  17. Re: Streaming Audio from one PC to another over a Local Network

    I tried that and the error stops with 8000Hz, 16bit, Stereo
    Before it used to work for a few seconds then error - Type Mismatch
    And the code did get to the new Call .SaveStreamBuffer........ but...
  18. Re: Streaming Audio from one PC to another over a Local Network

    And Yes I have tried...

    Static ExData(MAXTCP) As Byte

    The Same Error.
  19. Re: Streaming Audio from one PC to another over a Local Network

    Before that code is ...
    Dim rc As Long ' Return Code Variable
    Dim WaveData() As Byte ' Byte array of wave data
    Static...
  20. Re: Streaming Audio from one PC to another over a Local Network

    But if you have a look at the sub where the error occurs, it's in the code, it's not a winsock error.
    In that sub there are two Calls to the ClassModule >>> WaveStream.cls

    It happens every time...
  21. Re: Streaming Audio from one PC to another over a Local Network

    According to the person who copied the original code from the 1997 VB6 installation CD, he said that the documentation with the Microsoft Chat Demo stated that it was not supported by Microsoft.
    ...
  22. Re: Streaming Audio from one PC to another over a Local Network

    I know it can be done in Vista or 7, but I want to do it in XP/2000


    The Microsoft code as mentioned above was written in 1996/7, and was available as source code, it was not supported, it was...
  23. Re: Streaming Audio from one PC to another over a Local Network

    Of course, it only Streams one way.


    I am using the program we are discussing to recieve the sound stream on PC-2.
    The reason I said...

    It should have been >> The program I want to pass the...
  24. Re: Streaming Audio from one PC to another over a Local Network

    I tried from 20ms >to> 5000ms in three different places in that sub.

    It it did do something but the error 13 is still there at the same point.
  25. Re: Streaming Audio from one PC to another over a Local Network

    OK I will, I think I tried a DoEvents there as well before as a test and that had little efect.

    Thanks for looking.
Results 1 to 25 of 34
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured