For the capture, processing, and playback of sampled audio data & sequencing and synthesis of MIDI data.

learn more… | top users | synonyms

0
votes
1answer
19 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
23 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
33 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
19 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
36 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
52 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
19 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
53 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
25 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
38 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
votes
1answer
31 views

Java (or javafx) sound resource [closed]

I wanted to create a program that basically appends audio files together, mix two audio files together and do editing such as change amplitude and pitch. This is really all I want to do. It can be ...
1
vote
1answer
28 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
19 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
27 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
32 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
29 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
43 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
34 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
39 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
48 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
39 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
29 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
67 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
76 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
49 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
52 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
32 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
116 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
56 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
139 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
64 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
58 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
25 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
87 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
32 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
122 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
130 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
120 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
38 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
172 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
185 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
125 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
60 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. ...
0
votes
1answer
46 views

Getting another Java Program's Sound

I'm writing a video recording program, and it's going quite well. I can record mic as well as video from the screen. However, I would also like to be able to obtain sounds from another Java program ...
0
votes
1answer
201 views

Why does Toolkit.getDefaultToolkit().beep() not work in Windows?

When I try to get a beep by using Toolkit.getDefaultToolkit().beep(), it does not seem to work on any of my Windows computers. I also know someone who has the same problem, but they say it works on ...
1
vote
2answers
121 views

Playing a mp3 file in a client program

I'm trying to send a mp3 file from a server to a client and play it but I can't figure out how to do it. I've been looking at the Media and Media Player java classes but still don't understand how ...
2
votes
1answer
155 views

Java ogg to wav conversion

I have the following code snippet: File file = new File(sourceFile); AudioInputStream in = AudioSystem.getAudioInputStream(file); AudioInputStream din = null; AudioFormat baseFormat = in.getFormat(); ...
0
votes
0answers
31 views

Suggestions : Recording the audio-unclear

I followed almost all related post on SO. What I am trying to do is just recording the voice from a microphone(using Java sound API). When I record the voice, it's noisy and also a lot of ...

1 2 3 4 5 9