Menu

OggPlay modification

miosepayo
2006-10-08
2013-04-25
  • miosepayo

    miosepayo - 2006-10-08

    Hello,

    I want to modify the sources of OggPlay in order to apply a fft based sound treatment on the samples before send them to the output.

    I've already set up my dev env and i can build and run the player in the emulator or on my NOKIA N70 phone.

    Could anyone help me to check where is that 'sample modify stage' in the source code or tell me which classes i should re-implement to apply my algorithm onto the samples ?

    Regards,
    Mio

     
    • miosepayo

      miosepayo - 2006-10-09

      Maybe in the OggPlayController ? I saw that this class provides a method called GetNewSamples.

      Mio

       
    • miosepayo

      miosepayo - 2006-10-13

      Hi,

      I modified the source code of the OggPlayController in order to apply a treatment on the audio samples.

      The modification run on the epoc emulator but it doesn't on my NOKIA 70 phone when i play long files.

      I just allocated several TInt32 array (size = 4096) and apply heavy computation on the samples in the method 'GetNewSamples' of the OggPlayController class.

      Regards,

      Mio

       

Log in to post a comment.