Search:

Type: Posts; User: jignesh142

Search: Search took 0.28 seconds.

  1. Replies
    0
    Views
    1,011

    Sound Generation Software in excel vba

    Hi,

    I have made the sound generation software in excel vba by the method of generating the custom pitch sine wave and then playing that.

    Now i want to make this sine wave sound to different...
  2. Re: Sugestions or Comments about my Sound Tutorial

    Finally i have made my software regarding the music.

    It is better to generate the different frequency sounds then to change the frequency of the particular sound. It is easy to generate the sine...
  3. Re: Sugestions or Comments about my Sound Tutorial

    It is true that i have very little knowledge of the VB as i am not professional programmer.I don't expect the explanations of the each term or logic in the reply as your time is very Important, what...
  4. Thread: Sound Help

    by jignesh142
    Replies
    1
    Views
    584

    Sound Help

    i am trying make software which plays different frequency sound.My problem is that out of three sound first two plays very fast and third plays for longer time.The code for the program is below
    can...
  5. Replies
    3
    Views
    23,052

    Re: Library: (A Code Library)

    Thanks......
  6. Replies
    5
    Views
    820

    Re: Sound Genrator

    i want to do something like this

    Option Explicit
    Option Base 1
    Private Sub CommandButton1_Click()
    Dim Sc(3) as integer
    Dim Frequency=440
    Dim Duration = 1000 ' in millisecond
    Sc(1)=1...
  7. Replies
    5
    Views
    820

    Re: Sound Genrator

    I have seen this earlier but there are too many functions and i cannot understand the other functions
    I only need that there is a text box for frequency and duration and play button to play that...
  8. Replies
    5
    Views
    820

    Sound Genrator

    Hello Friends,
    I need your help to create simple sinwave sound generator in which i can customize frequency and duration.
    can anybody help me to write its code?
  9. Re: Sugestions or Comments about my Sound Tutorial

    I request CVMichael to help me as i have limited knowledge about this. I think you can only help me to complete my educational software on music.
  10. Re: Sugestions or Comments about my Sound Tutorial

    Here is the total code running

    Private DX As New DirectX7
    Private DSEnum As DirectSoundEnum
    Private DIS As DirectSound

    Private DSSecBuffer As DirectSoundBuffer

    ...
  11. Re: Sugestions or Comments about my Sound Tutorial

    I Did the same. i first copy the code for the playing the file with DirectX7 and then put a command button to play it. Then as per your instructions i Copied the function if the converwave16Resample...
  12. Re: Sugestions or Comments about my Sound Tutorial

    Hi,
    Can we play wave file at different frequencies, I meant to say that i have wave file of 240 HZ and i want to play it as 360 HZ,without modifying original file or creating new modified file of...
  13. Re: [RESOLVED] Change The Frequency Of The Sound

    One more problem comes while running this code,

    When i put this code under For Loop , to play 5 or 6 notes in sequence, after playing first note error comes that permission denied, Run time error...
  14. Re: Change The Frequency Of The Sound

    Got That....

    Many many Thanks for your Help.This helped me a lot. I am marking this as resolved but my last question is that can we increase or decrease the duration of the sound playing? because...
  15. Re: Change The Frequency Of The Sound

    We have to first create the file from original wave file because every time you need fresh copy of the original file which needs to modified with the base frequency, then we have to modify that with...
  16. Re: Change The Frequency Of The Sound

    I got your point. We are creating a modified file and then we are playing it with the sndplaysound32, however can we put small code that will delete the changed file after we play it. In this way we...
  17. Re: Change The Frequency Of The Sound

    I have Removed File Copy line and soundname$ = WaveFile is changed.
    However this creates the problem that original file changes as per the new frequency and sample rate so that when we press the...
  18. Re: Change The Frequency Of The Sound

    It Worked !!!!!
    Great Thanks for your Help. I just need your small help that i dont want to convert that in new file called as wavefast or wave slow but instead of that i want to play fast or slow...
  19. Re: Change The Frequency Of The Sound

    Will speed up and speed down change the frequency of the sound?
  20. [RESOLVED] Change The Frequency Of The Sound

    Dear Friend,
    I need your help to make small application that will change the frequency of the specific sound.This is used to create some musical program in which you can play different notes based...
Results 1 to 20 of 20



Click Here to Expand Forum to Full Width