Search:

Type: Posts; User: greenelephant150

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Re: Converting single bits into a sine waveform

    OK I have got a basic premise of a sawtoothed and triangle audio wave but it is flawed. I dont know how to iron out the kinks/bugs. Have a look at the screenshots

    179908

    179909

    The relevant...
  2. Re: Converting single bits into a sine waveform

    P.S Ive succeeded in working out the formula to create a sawtooth audio wave . I am still stuggling to figure out how to write code for a triangular wave. I know by looking on wikipedia at these two...
  3. Re: Converting single bits into a sine waveform

    OK That will be something I will be looking into (PM modulation). There has been a change of circumstances since Post #53. As much as I appreciate your 'TrickRecorder' mentioned in the 1st URL of...
  4. Re: Converting single bits into a sine waveform

    :D :D :D :D :D :D :D :D :D :D :D :D Oh Brilliant! Your expertise THE TRICK it seems to have no boundaries! Thanks so much again for you invaluable contribution. (also to passel and schmidt for...
  5. Re: Converting single bits into a sine waveform

    Hi Finally after many months I have managed to get help to complete the task in Post 47#!!! Got there in the end. However what I need to do next is modify the code so that the oscillator will output...
  6. Re: Converting single bits into a sine waveform

    Can THE TRICK or any one still help me. I still need help
  7. Re: Converting single bits into a sine waveform

    The requests stated in post 47 is the final requests to finally bring my project to a close. Is there anyone who can help?
  8. Re: Converting single bits into a sine waveform

    Can anyone help?
  9. Re: Converting single bits into a sine waveform

    Hello. Good News!!!

    I have almost finished my entire project! (About Time). I can build the audio reception screen from this point on.
    The main two things I lastly need help is with POST #16...
  10. Re: Converting single bits into a sine waveform

    No worries. Thanks for your input. I shall accept I cant create a dynamic buffer and limit it to 10 secs.
    What I also need advice for is whether vb6 allows a tolerance range of a selected variable's...
  11. Re: Converting single bits into a sine waveform

    No worries. Thanks for your input. I shall accept I cant create a dynamic buffer and limit it to 10 secs.
    What I also need advice for is whether vb6 allows a tolerance range of a selected variable's...
  12. Re: Converting single bits into a sine waveform

    I've managed to bump into a friend of mine briefly who helped discern the code in the cldTrickSound2 module. It appears that waveInOpen and waveInPrepare functions linked to file "winmm.dll" dictate....
  13. Re: Converting single bits into a sine waveform

    Hi everyone

    Another side issue I have is the buffer capacity. Am I right in thinking with the code I have been given that the module clsTrickSound2 has the code that governs this? The buffer has...
  14. Re: Converting single bits into a sine waveform

    In relation to TheTricks contributions, this is the code that generates the oscillation in post 29


    Private Sub NeedNewData( _
    ByRef bData() As Byte)
    Dim dPhaseDelta As Single
    ...
  15. Re: Converting single bits into a sine waveform

    176119

    This is a screenshot of my audio reception screen. The oscillator window name is picWaveForm . Passel how do i use your code to monitor the picturebox. The workings of the picturebox (to...
  16. Re: Converting single bits into a sine waveform

    WOW! U are a master THE TRICK!! The first URL address has helped so much. I can now take microphone audio and output a sine wave into the oscillator picturebox!!!

    Now i need to do is detect when a...
  17. Re: Converting single bits into a sine waveform

    Hi The Trick

    My apologies for using the incorrect terminology in my last post. I dont have the VB knowledge to listen to the microphone aux port on the soundcard and translate the audio signal...
  18. Re: Converting single bits into a sine waveform

    Hi, can anyone help me with post #29? My project will be complete if I can just get this aspect complete. Thanks in advance for any help I can get :)

    As mentioned I just need help with VB code to...
  19. Re: Converting single bits into a sine waveform

    hello?
  20. Re: Converting single bits into a sine waveform

    anyone there?
  21. Re: Converting single bits into a sine waveform

    174573

    SUCCESS!!!

    I finally figured out the lines of code in private sub 'NeedNewData' to identify when bytes are broken down into bits (took me a while!)
    I also got rid of the frequency...
  22. Re: Converting single bits into a sine waveform

    174573

    SUCCESS!!!

    I finally figured out the lines of code in private sub 'NeedNewData' to identify when bytes are broken down into bits (took me a while!)
    I also got rid of the frequency...
  23. Re: Converting single bits into a sine waveform

    If I have understood you correctly each byte (8 bit segment) will be represented by a specific amplitude in a square wave form? I understand the premise of it I just dont have the vb experience or...
  24. Re: Converting single bits into a sine waveform

    Hi there

    I managed to bump into a vb6 expert (a friend of a friend) and I realised there was a technical issue with adding a component in the project>components menu! (bit embarrased to say...
  25. Re: Converting single bits into a sine waveform

    Please I desperately need help. can anyone help me?
  26. Re: Converting single bits into a sine waveform

    Can anyone else help with this project. I am really stuck with this project to complete. I just need the code given to me by 'the_trick' edited to accomodate the requirements in post 18 of this...
  27. Re: Converting single bits into a sine waveform

    Hi 'The_Trick' . are you available? I need your help my last request. Thanks (I dont like to repeat myself on this thread, just that I cant get to 'The_Trick' via pm) Or if anyone else can help me...
  28. Re: Converting single bits into a sine waveform

    Hi 'The_Trick' . are you available? I need your help my last request. Thanks
  29. Re: Converting single bits into a sine waveform

    Hi 'The_Trick' . are you available? I need your help my last request. Thanks :)
  30. Re: Converting single bits into a sine waveform

    Hi Olaf. I want to transport binary data with my modulation

    Hi The trick. Thanks for your reply but my original proposal to which you attached your VB6 source code to help me is obsolete. If you...
  31. Re: Converting single bits into a sine waveform

    Hi Olaf. I want to transport binary data with my modulation

    Hi The trick. Thanks for your reply but my original proposal to which you attached your VB6 source code to help me is obsolete. If you...
  32. Re: Converting single bits into a sine waveform

    Can anyone help me?
  33. Re: Converting single bits into a sine waveform

    So to recap. Yes I want an 'AM TYPE' modulation of a single continuous audio sine wave whose composition is relative to the collective bit structure of the input file inputted into the program. The...
  34. Re: Converting single bits into a sine waveform

    Yes that is correct passel. YOu have got it spot on!!!!!! Just I dont have the advanced skill-set or knowledge of VB6 code to modify 'TheTricks' vb6 code to fit my scenario. Can anyone else help
  35. Re: Converting single bits into a sine waveform

    ^bump^
  36. Re: Converting single bits into a sine waveform

    Hi "The Trick"

    Thank you ever so much for your help. I wouldnt know where to start without it!!

    I can see from your code you contributed that menubar > open has code that reads the binary of...
  37. Re: Converting single bits into a sine waveform

    Hi "The Trick"

    Thank you ever so much for your help. I wouldnt know where to start without it!!

    I can see from your code you contributed that menubar > open has code that reads the binary of...
  38. Re: Converting single bits into a sine waveform

    Hi can anyone help?
  39. Re: Converting single bits into a sine waveform

    HI 'The Trick'

    Thanks for your contribution. I am indebted to you for it. There are some issues though. In the coding you posted on the other thread, there isnt any source code to give any...
  40. Re: Converting single bits into a sine waveform

    HI 'The Trick'

    Thanks for your contribution. I am indebted to you for it. There are some issues though. In the coding you posted on the other thread, there isnt any source code to give any...
Results 1 to 40 of 57
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width