![]() |
Making sound in JAVA
Hey everybody,
I've got a wierd idea and I want to try it out in Java. This is not for the FIRST competetion, but just for fun. I have heard that in Java, we can produce any sound with a given frequency. Can somebody help me out with this. I want to try it out. I want to make an instrument in which we can press different keys to produce different sounds. Thanks, in advance. |
Re: Making sound in JAVA
Look into the Javax.sound classes.
|
Re: Making sound in JAVA
I've never looked into creating sound in JAVA. However I do know its possible to create a system beep, or something close to it. Just use a \7 as you would a \n for a line return.
Example: public class beep { public static void main (String[] args) { System.out.print("\7"); } } |
| All times are GMT -5. The time now is 18:49. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi