Simple android application that recording 10 sec audio and than playing reversed ..
VoiceReverse is hosted in the following web site
https://github.com/GarryTrue/VoiceReverse
If you think the Android project VoiceReverse listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of VoiceReverse.
Item | Value |
---|---|
Java File Count | 31 |
Target SDK Version | 19 |
Minimum SDK Version | 8 |
Activity Count | 1 |
Fragment Count | 1 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.RECORD_AUDIO |
VoiceReverse has the following Java source files.
com.garrytrue.audiocapture.ActivityMain.java com.garrytrue.audiocapture.AudioSettings.java com.garrytrue.audiocapture.DataOutputStreamConsumer.java com.garrytrue.audiocapture.PlayConsumer.java com.garrytrue.audiocapture.Player.java com.garrytrue.audiocapture.ReadFileProducer.java com.garrytrue.audiocapture.RecordProducer.java com.garrytrue.audiocapture.Recorder.java com.garrytrue.audiocapture.RecorderMultiply.java com.garrytrue.audiocapture.ReversPlay.java com.garrytrue.audiocapture.ReverseReaderProducer.java com.garrytrue.audiocapture.TransformMultiply.java com.garrytrue.audiocapture.WriteFileConsumer.java com.garrytrue.producer_consumer.Buffer.java com.garrytrue.producer_consumer.ConsumerAdapter.java com.garrytrue.producer_consumer.IBufferHandler.java com.garrytrue.producer_consumer.IBufferManager.java com.garrytrue.producer_consumer.IConsumer.java com.garrytrue.producer_consumer.IProducer.java com.garrytrue.producer_consumer.ITransform.java com.garrytrue.producer_consumer.ProduceConsumeChain.java com.garrytrue.producer_consumer.ProducerAdapter.java com.garrytrue.producer_consumer.ProducerTransformerConsumerChain.java com.garrytrue.producer_consumer.SourceBuffManConsumer.java com.garrytrue.producer_consumer.SourceBuffManProduder.java com.garrytrue.producer_consumer.SourceBuffManTransformer.java com.garrytrue.producer_consumer.Transformer.java com.garrytrue.producer_consumer.TransformerAdapter.java com.garrytrue.producer_consumer.Worker.java