Current location: Hot Scripts Forums » Programming Languages » Everything Java » Java Sound Help Plz


Java Sound Help Plz

Reply
  #1 (permalink)  
Old 11-14-06, 08:05 AM
mmc mmc is offline
Newbie Coder
 
Join Date: Apr 2006
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Java Sound Help Plz

Code:
/**
     * Creates a wave pattern out of a given sound.
     * A new AudioInputStream is created with an additional wave effect.
     * In the new sound the volume goes up and down in fixes intervals.
     * If i is the length of the interval, then the amplitude of a sound 
     * at position x will be modified by a factor
     * abs( 2 * ((x % i) / i -0.5))
     * 
     * @param ais the original sound
     * @param interval the length of the interval
     */
    public static AudioInputStream wave1(AudioInputStream ais, int interval) {

		//add your code here
    }

Last edited by Nico; 11-14-06 at 08:08 AM.
Reply With Quote
  #2 (permalink)  
Old 11-15-06, 04:07 PM
King Coder King Coder is offline
Community VIP
 
Join Date: Jan 2006
Posts: 703
Thanks: 0
Thanked 0 Times in 0 Posts
Code:
/**
     * Creates a wave pattern out of a given sound.
     * A new AudioInputStream is created with an additional wave effect.
     * In the new sound the volume goes up and down in fixes intervals.
     * If i is the length of the interval, then the amplitude of a sound 
     * at position x will be modified by a factor
     * abs( 2 * ((x % i) / i -0.5))
     * 
     * @param ais the original sound
     * @param interval the length of the interval
     */
    public static AudioInputStream wave1(AudioInputStream ais, int interval) {

		//add your code here
    }
How's that going for you? What efforts have you put forth to get this done?
__________________
my site
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
JAVA & JSP Module Dilemma!! benq Everything Java 1 10-18-06 05:20 PM
Suppress Sound in IE when a new Page Loads immortal_king JavaScript 3 10-11-06 08:04 PM
FPS in SoCal – Software Engineer (Sound) DigitalMedia Job Offers & Assistance 0 03-22-06 07:19 PM
need Java script ( Ajax) Calendar, tree, grid curtisannev Job Offers & Assistance 1 10-30-05 08:59 PM
newbie at java script! plz help Fumetsu JavaScript 0 02-11-05 03:31 PM


All times are GMT -5. The time now is 05:38 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.