niteshmourya / app-inventor-for-android

Automatically exported from code.google.com/p/app-inventor-for-android
Apache License 2.0
1 stars 0 forks source link

slow down audio samples #658

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
hi, im trying to find a feature that i can use so that an audio sample can be 
slowed down or speed up. it'll be helpful for us traveling musicians... there 
is an app that already does this (practice makes perfect), however, it is very 
cumbersome to use and slow... i was thinking something in the lines of having a 
bar (like the volume bar) that you can use to slow down an audio sample that's 
playing. what do you think?

Original issue reported on code.google.com by joshualo...@gmail.com on 8 Nov 2010 at 12:59

GoogleCodeExporter commented 9 years ago
The AppInventor player component is based on the Android MediaPlayer class.  I 
don't see anything in that class that would make it possible to do this without 
a lot of work.   You best best, sadly, is to use that other App, and maybe fire 
it up with the Activity Starter.

Original comment by halabel...@google.com on 8 Nov 2010 at 1:21