Skip to main content

Posts

Showing posts with the label audio

Android : testing a service

we are actually developping an audio service (in the android sense of the term) and we have quite of lot of tests to cover many aspects of our APIs. But we are actually wondering for good things to do to test a service efficiently. So this question is quite open: how would you test an android service ? We are currently using JUnit + EasyMock on test both on real devices and Continous Integration server (via an emulator). Any suggestion is welcome, thx in advance. PS : we have been searching SOF for similar threads but we just found a few cues in those depleted threads : Instrumentation Test case how to bind service from activity Android Service Testing Why is an Android Service not singleton when testing?

Is it possible to convert audio file with some music notes?

I have a music file with a particular tone(music.mp4). I want to convert existing sound file (speech.mp4) into the tone which is specified in music.mp4. Its like converting a speech into some particular tone. I do not want to play both files simultaneously. I want to convert source file with help of some music file. So, output file will be converted file. Is it possible? I searched for Audio Unit Hosting and Multimedia guide. But do not get any clue. Thanks in advance.