Results 1 to 2 of 2
- 03-05-2012, 02:08 PM #1
Senior Member
- Join Date
- Jan 2012
- Location
- TamilNadu
- Posts
- 162
- Rep Power
- 2
How to (.wav into .txt) & (.txt into .wav) help me
Hi
.gif)
i am new to java
I need your help on encryption and decryption of audio,
i wants to encryption (audio into .txt) and decryption(.txt into audio) audio file.
Any one can give me the link about this tutorial, or can you forward any sample code about this,
i am seeking to find out the way my helpers..,
thank you..,Last edited by raj.mscking@gmail.com; 03-06-2012 at 07:42 AM. Reason: no one respond
- 03-06-2012, 10:20 PM #2
Re: about "encryption & decryption of audio" Guide Me please
When you say text, what do you mean? Mapping the bytes in the audio file to characters and back again? That isn't exactly encryption, but would be doable. You could just read one byte at a time and cast it to a char and write it back out. If you open an audio file in a text editor, it does automatically, and you'll get a whole bunch of nonsense characters (which are literally the audio data bytes interpreted as characters). Try it!
Similar Threads
-
loop "play again" in an 8 ball game , loops but wont let me answer my "out.print"
By IareSmart in forum New To JavaReplies: 1Last Post: 02-01-2012, 08:37 PM -
Got struck with this :- " Exception in thread "main" java.lang.NullPointerException"
By Vermont in forum New To JavaReplies: 5Last Post: 12-21-2011, 06:44 PM -
MoneyOut.println("It took you (whats wrong?>",year,"<WW?) years to repay the loan")
By soc86 in forum New To JavaReplies: 2Last Post: 01-24-2009, 06:56 PM -
the dollar sign "$", prints like any other normal char in java like "a" or "*" ?
By lse123 in forum New To JavaReplies: 1Last Post: 10-20-2008, 07:35 AM -
Java "Encryption"
By scottydogg9 in forum New To JavaReplies: 2Last Post: 09-24-2008, 02:39 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks