For the capture, processing, and playback of sampled audio data & sequencing and synthesis of MIDI data.
-2
votes
1answer
22 views
Any java sound editing libraries [closed]
good evening. I wanted to know if there were any Java libraries available for actually editing the audio. I basically wanted to be able to do things such as performing an actual fade on an audio, cut ...
0
votes
1answer
28 views
Sound issues in jar file
I have a very weird issue I cant fix.
I'm currently making a game and I want sound in the game. It is supposed to be run as a jar file and the game works perfectly fine when running it from eclipse.
...
-1
votes
0answers
19 views
Playing .wav file in java
I am newish to java programming and I don't know much about the API or useing sound files in my programming. I have logic down and basic GUI but the java API confuses me I know how to get the sound ...
0
votes
1answer
40 views
clip.isRunning() not working
I am trying to make the background music for a game. For some reason, after the song is played for the first time it won't play again. What am I doing wrong and how can i fix it? I know i can use ...
0
votes
0answers
14 views
Trouble with header-declared wave file length from tritonus java sound library
I have byte arrays of encoded sound data, which I can save to individual wav files no problem using the standard
AudioSystem.write(input, AudioFileFormat.Type.WAVE, outputFile);
Trouble is, like ...
0
votes
0answers
27 views
Converting Image-->Sound--->Record sound---->Image
I am creating a program which does following:
Convert an Image(png) to Sound(wav).
Playing and recording that Sound.
Reproducing the Image from Sound.
The program uses only Red(from RGB) values of ...
1
vote
1answer
37 views
Play audio clips sequentially in JApplet
I'm trying to play audio clips sequentially, but they all play at the same time. I'm not sure what I am doing wrong. Could you Please help. I'm using JFrame, and this code is giving runtime error.
...
0
votes
1answer
28 views
How many audio clips can Java handle?
I'm making a game in Java. I want for there to be about 100 different samples and at any given time, 10 samples could be playing. However, for each of these 10 samples, I want to be able to ...
-1
votes
2answers
42 views
Record audio from application
How to record audio from Java application program?
I'm from Ethiopia and computer science student, am trying to develop Java application for Ethiopian's traditional music instruments just like ...
0
votes
1answer
21 views
How can I put some code that makes a sound in an applet?
I'm making a clock applet, and I'm almost done, but there's still one thing I need to do. I want to make the clock "tick" every time the second hand moves, but I can't figure out where to put the code ...
0
votes
2answers
43 views
Representing music audio samples in terms of dB? [duplicate]
I am starting a project which would allow me to use Java to read sound samples, and depending on the properties of each sample (I'm thinking focusing on decibels at the moment for the sake of ...
1
vote
3answers
66 views
Voice changer for audio files
I have some audio files in different voices (only spoken words there is no music or noise).
I am aiming to change all that audios for a one standard voice "man" voice for example
For example:
...
0
votes
1answer
22 views
Loop a sound file from a certain point?
Suppose I have a sound file that I wish to play in this manner:
Start from the 0:00 mark.
When the sound file ends, replay from the 0:30.00 mark.
Essentially, I wish for the song to play from 0:00 ...
1
vote
0answers
61 views
Why is this code failing to detect DTMF tones properly?
I am trying to detect DTMF tones that are playing on my machine. I have the code from another person that I found on a website. I have rearranged the code based on my needs. Everything looks good but ...
-5
votes
0answers
33 views
How to add effects to sound in java [closed]
How can I add sound effects such as: reverb, bass boost, treble boost, playing backwards etc. In java? I need this for a project and cannot figure it out.
P.S I am very new to java.
-2
votes
0answers
60 views
Play and plot wav file in Java [closed]
I am trying to understand the workings of the wav file format. I figured that the best way to go about this would be to plot the spectrum / write a player. I have gone through the following resources
...
1
vote
1answer
34 views
MIDI beginner - need to play one note
I don't know very much about Java's MIDI function. In fact, it utterly bewilders me. what I'd like to do however is just build a simple application that will play one note.
How to play a single ...
0
votes
1answer
21 views
Closing InputStream for MIDI
When should one close an InputStream that was passed as a parameter to the MIDI Sequencer?
Does it get closed automatically when Sequencer.close() is called, or should I close the input stream once it ...
1
vote
0answers
29 views
Split Wave audio file at silence [duplicate]
I have a bunch human reading simple sentence (hello world) as a wav file.
How can I break the wav file for 2 wav files each contains word (hello and world) by automatically recognizing the gap ...
-1
votes
0answers
35 views
Cannot get an AudioInputStream
I am having an issue when trying to open the AudioInputStream where my code says
try{ audioIn = AudioSystem.getAudioInputStream(bufferedIn); }
I am not getting any error messages or anything, my ...
1
vote
2answers
30 views
Playing a certain part of a large wav file
I want to play a certain parts of a wav file. Like playing the first ten seconds and then playing it from 50th-60th seconds and so on. I know how to play a entire wave file in Java using the start ...
1
vote
2answers
48 views
How to give path of the music file that is inside the Java package?
I created a package named sounds in my Java project and my sound is in this package. However, I get an java.io.FileNotFoundException error with this code. So how can I give the path of this file?
...
1
vote
1answer
37 views
Audio - Byte to Int and back in java
I'm playing around with looping a sound snippet at succesively faster speeds, for the fun of it, and have stumbled upon this question, which solves it nicely, I guess. It does get kind of buggy when ...
0
votes
1answer
49 views
Java background music doesn't loop
Can someone help me with this problem?
I can't get the music to loop and It gives me an error:
"java.io.IOException: could not create AudioData object".
You can download the full project here:
...
2
votes
1answer
52 views
Audio playback in java not working correctly
I attempted to mimic the code found here http://stackoverflow.com/tags/javasound/info but I cannot make it play either through loop() or start(). I've looked for answers but it seems like mine is just ...
0
votes
1answer
45 views
Java: time to read sound from TargetDataLine and write to ByteArrayOutPutStream different sometimes
I have a thread where I am reading data from TargetDataLine (microphone) and writing it to a ByteArrayOutputStream. I have a little "timer" because I want to record sound for 10 ms and then pass the ...
0
votes
0answers
37 views
Java Sound example: unknown exception when playing MIDI file
I did a project based on the following example code:
http://www.jsresources.org/examples/SimpleMidiPlayer.java.html
It worked more or less fine until I refactored it. Then it was jumping, bursty, it ...
0
votes
1answer
75 views
Trouble in finding difference between 2 sound frames in a wav file
I wanted to compare how much two sound frames are similar, so that I can distinguish between them.
I am doing this because, usually when we had a video playing and an advertisement comes up, usually ...
0
votes
2answers
80 views
How to implement audio in a Java game?
I want to add audio to my java game, but I don't know how to put it in practice. By I've read, Java only plays wav files, but this files are too big.
I've read a little about JLayer, but I actually ...
0
votes
0answers
53 views
How to play external sound file in Java
how to play sound in java which not internally saved in java project?
I have tried this code but it only work with the file compiled in java project.. I want to make the sound file directory apart ...
1
vote
2answers
53 views
Trouble restarting music
I adapted a musicplayer class from Music Loop in Java for use in my own program, but I have run into a weird problem. I have a button to start and stop the music,
and if I click it once, the music ...
2
votes
1answer
34 views
Java Sound using specific Ports and DataLines
This feels like the 100th Java Sound related question I've asked on this site but I cant find the answer any where in the Java Sound API or at jsresources.org. I'm making a multitrack recorder and so ...
0
votes
1answer
134 views
play wav file in jar - java netbeans
I have got a code for playing wav sound file in java and works perfectly in netbeans IDE but,
when i export the project to jar file and run it on another machine, it won't work and show the following ...
0
votes
1answer
59 views
Wav file arrayList. Why does this line not work? Java
I have a string arraylist that goes through this list one by one and its supposed to play the wav file.
On this line "AudioInputStream ais = AudioSystem.getAudioInputStream(music(x));" music is not ...
0
votes
0answers
53 views
In-game music not working (java)
I am creating a java method with a catch at the end of it to play music as you open a JFrame. The problem is though... when you open it, the music doesn't play. Could somebody please tell me what I am ...
0
votes
0answers
155 views
Manipulate WAV file with Java
I am having trouble on a homework assignment I have to write methods to manipulate a .wav file in Java. i am stuck on how to lengthen or shorten the file. If I shorten the file it should remove every ...
-9
votes
1answer
69 views
Wave File in java- wav as numbers- explain (urgent) [closed]
I need to know what are the numbers means when i convert wav file to binary array..
I understand the first ~44 bytes are the header but how can I interpreter the bytes data??
There is some table for ...
0
votes
1answer
61 views
BigClip Won't Play .wav File
I am attempting to add an audio player to my application. Here's the code from the class that handles audio playing:
package me.pogostick29.audiorpg.audio;
import java.io.File;
import ...
0
votes
0answers
26 views
How to mix / merge / overlap two sound files in android? [duplicate]
I want to mix/merge/overlap 2 sound files in android.
First from library and second recording from phone mic.
Any pointers where I can see a tutorial about the same?
I can do that in Java. But not ...
3
votes
1answer
102 views
javax.sound.sampled.LineUnavailableException : What am I getting this exception?
As the following method is called :
private void beep_player_1() {
try {
//clip_Player_2.close();
clip_Player_1 = AudioSystem.getClip();
ais = ...
0
votes
1answer
34 views
Javav Sound selecting DataLines and Ports at runtime
I understand the concept of TargetDataLine and SourceDataLine and I have written a program to list them as well as the Ports and the available Controls for each. For the test progam I have an onboard ...
6
votes
3answers
131 views
Weak references and `OutOfMemoryError`s
I have a SoundManager class for easy sound management. Essentially:
public class SoundManager {
public static class Sound {
private Clip clip; // for internal use
public void ...
4
votes
1answer
132 views
Caching sounds using byte arrays from within jar file
I can read and play sounds using the "Playing a Clip" solution from the javasound tag wiki page. However, for sounds that are played frequently (e.g., a quick laser gun sound, a footstep, etc.), it's ...
1
vote
1answer
138 views
open the same wav file give me a javax.sound.sampled.LineUnavailableException
i have two similar wave (similar format) and I preload them with this code
Clip click1;
Clip click2;
File soundFile = new File("click1.wav");
AudioInputStream sound = ...
0
votes
0answers
44 views
How to play IE navigation sound in Button Click Asp.Net Update panel
we are implemented Update panel in every page of our website before implementing update panel for every click on the save button IE navigation sound coming perfectly but, after the Implemented the ...
2
votes
2answers
192 views
Best way to get Sound on Button Press for a Java Calculator?
I'm a learning Java student working on an independent project for my Resume. I decided to do a Java calculator because I know most of the components that make it up. One thing I don't know how to do ...
0
votes
2answers
194 views
Sound in java - Game freezes when playing sound
When ever i play a sound in my game, the thread freezes, then continues after the sound has finished playing. Code for sound engine:
package com.kgt.platformer;
import java.io.File;
import ...
1
vote
0answers
32 views
Recognition of Audio
I'm working on a program that shall record audio recognizable, so it can later be easily compared with other audio files.
The audio files will contain something like speech, so I was wondering what ...
-1
votes
1answer
134 views
Creating Java echo sound effect
So I am trying to manipulate a sound file in java by breaking it up into samples and storing those samples in an array. I then loop through the array changing each sample. I realize that there is ...
0
votes
0answers
62 views
Trying to import audio (wav) into my gui in java? [closed]
I am trying to import an audio file to play on my GUI once a button is pressed, so far I have followed a tutorial on youtube, that uses java.sun.audio library. And in the code I used AudioStream. ...



