Search Unity

Sound File Comparision --- Need Info on Plugins or methods

Discussion in 'iOS and tvOS' started by atulnanal, May 31, 2012.

  1. atulnanal

    atulnanal

    Joined:
    May 31, 2012
    Posts:
    1
    Hello,

    We have a requirement to compare two sound files --- are there any plug ins already available in Unity to compare them or are there any standard methods for the same ?

    Atul
     
  2. tsyadav

    tsyadav

    Joined:
    Jun 1, 2012
    Posts:
    1
    I am also looking any plug-in or open source for audio file comparision.

    Please help on this.

    Thanks,
    Trilok
     
  3. AdbC99

    AdbC99

    Joined:
    Jan 18, 2012
    Posts:
    53
    Hi, I did this for Sketch Synth 3D. When you play a file you can implement OnAudioFilter read as a callback on the source. If not playing the sample then you can use GetOutputData and GetSpectrumData in the editor, when you move to the iPad though you may find these fail especially if you get samples to stream from disk.
     
  4. AdbC99

    AdbC99

    Joined:
    Jan 18, 2012
    Posts:
    53