Search Result

Collapse
5 results in 0.0015 seconds.
Keywords
Members
Tags
wav
  •  

  • Saurabh85
    started a topic Comparison of two waveforms of audio files
    in C

    Comparison of two waveforms of audio files

    Hi,
    I am a VC++ developer and currently need help in comparing two audio files. Lets say I have two wave files and one of it is created using the other with some modifications like lowering the loudness etc.

    Now, I have to compare these files and see if the modified one is almost copy of the original one, means, while creating the modified one, my application has unknowingly not distorted the file.

    A percentage value...
    See more | Go to post

  • neelsfer
    started a topic How to Link a Sound Wav File to a Button

    How to Link a Sound Wav File to a Button

    I would like to link a wav sound file to a button in my Access 2007 application. Has anybody got code to do it?
    Its for a race timing application and i want to have a "gunshot" sound when the athletes take off at start of race.
    pls help
    See more | Go to post

  • need help in writting the algorithm to slove a matching

    I am doing my final year project. I need to write a code in C to convert the vocal signature of a bird. I have a voice of the bird. I need to convert it into code. can some 1 help me pls. Thanks
    Raaseth
    See more | Go to post

  • kavitharumugam
    started a topic Concatenating wav files
    in Java

    Concatenating wav files

    Hi

    I want to concatenate 2 or more wav files .
    I concatenated two wav files, AudioInputstrea m and AudioSystem.wri te.

    I can play well.


    But when it is concatenated, there is a time delay between two files when it is playing.

    And also I want to play only first half of the wav file and continue the second wav file.

    Please reply if u have any idea
    See more | Go to post

  • Jollywg
    started a topic OLE object wav

    OLE object wav

    I have a OLE object that is a wav file and it plays whenever a form is opened. The only catch is that I need it to stop playing when the form is closed. Right now I am having to press the 'esc' key. I've tried using sendkeys, but it doesn't work. Any ideas?
    Code:
    Private Sub Form_Load()
    Me.txtoffer.SetFocus
    phone.Action = acOLEActivate
    End Sub
    
    Private Sub Form_Timer()
    Me.TimerInterval = 0
    thinking.Action
    ...
    See more | Go to post
    Last edited by NeoPa; Oct 7 '09, 07:57 PM. Reason: Please use the [CODE] tags provided.
Working...