Click here to Skip to main content
15,884,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
iam doing a project on speech encryption.. the thing is that i am stuck somewhere.. i need help on how to alter the frequency of a recorded sound using java.. changing its amplitude can also help.. I am REALLY STUCK HERE... please help me out :|.....
Posted
Updated 4-Feb-14 14:52pm
v2
Comments
Matt T Heffron 4-Feb-14 20:55pm    
What have you tried?

Read this and explore for yourself: Java Sound API Tutorials[^]
 
Share this answer
 
Seems like you are trying to do speech inversion.

http://en.wikipedia.org/wiki/Voice_inversion[^]

If so, the wiki article covers it well enough. Mix (multiply) the wave file samples with a set of sine wave samples (that vary from +1.0 to -1.0) and filter the result. Filtering is a topic all its own.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900