google / patchfield

Audio infrastructure for Android
Apache License 2.0
277 stars 43 forks source link

Karaoke App #4

Open garudaonekh opened 10 years ago

garudaonekh commented 10 years ago

Hi,

I am looking to build Karaoke App for Android but existing sound API is lacking.

Requirement:

  1. Play an audio file in the background(music) and record user voice thru Microphone
  2. Save record of the Audio background mixed with the microphone as MP3 format

Is this project helpful for this?

Regards;

nettoyeurny commented 10 years ago

I suppose you could build a Karaoke app on top of Patchfield, but it doesn't sound like you would actually need the functionality of Patchfield. It may be simpler to just use the opensl_stream library directly (Patchfield is built on top of opensl_stream): https://github.com/nettoyeurny/opensl_stream Cheers, Peter

On Thu, Sep 11, 2014 at 12:13 AM, chamroeunbm notifications@github.com wrote:

Hi,

I am looking to build Karaoke App for Android but existing sound API is lacking.

Requirement:

  1. Play an audio file in the background(music) and record user voice thru Microphone
  2. Save record of the Audio background mixed with the microphone as MP3 format

Is this project helpful for this?

Regards;

— Reply to this email directly or view it on GitHub https://github.com/google/patchfield/issues/4.

geek-paulwong commented 7 years ago

@chamroeunbm Did you eventually successfully build out a Karaoke app on top of Patchfield? I'm trying to do the same thing. Greatly appreciate if you could share your experiences. Thank you! ;)