jlayer Questions

4

I'm using JLayer to play an inputstream of mp3 data from the internet. How do i change the volume of the output? I'm using this code to play it: URL u = new URL(s); URLConnection conn = u.openCon...
Agile asked 15/3, 2009 at 16:43

2

Solved

This is a question about the file format of MP3s. I've been hunting for a way to get an MP3 duration. Since I'm using JLayer SPI to decode the MP3 I've discovered that this is possible where the a...
Hognut asked 24/2, 2015 at 20:58

0

I am working on an mp3 streaming application in Java. The user at the server end plays a music file at the server end (although the server is just currently sending the file) and the player at the ...
Forsook asked 2/2, 2016 at 15:20

3

Solved

I've noticed that a lot of topics were about pausing/resuming an MP3 using JLayer, so in order to help everybody, I've made a whole entire class designed just for that! Please see the answer below....
Illbred asked 21/8, 2012 at 14:35

2

Solved

me and a friend are programming a MP3 Player as a schoolproject. We are nearly finished and now stuck at the point where we try to programm a function to change the volume of the player. We are us...
Laruelarum asked 28/6, 2010 at 16:19

2

Solved

I'm using jLayer to decode MP3 data, with this call: SampleBuffer output = (SampleBuffer) decoder.decodeFrame(frameHeader, bitstream); This call which returns the decoded data, returns an array ...
Narcho asked 27/2, 2013 at 22:49

3

Solved

I am trying to place a JPanel on top of another JPanel which contains a JTextArea and a button and i want to the upper apnel to be transparent. I have tried it by making the setOpaque(false) of the...
Horthy asked 28/12, 2012 at 11:40

1

Solved

I want to use JLayer to decode an MP3 file. I have searched and searched for documentation and examples on how exactly to do this, and have turned up nothing of use. Everything I find is embedded i...
Cholula asked 23/8, 2012 at 20:2

3

i've discovered this test project from Oracle site because i want to add a circular progress bar in my project. I'm developing the application with Netbeans, and when i start the application, the ...
Redwood asked 7/8, 2012 at 12:59

3

I have written a few hundred line app in Clojure that uses the JLayer Java library for audio where I run mp3s in the background. This works fine but as soon as I run any other music, YouTube etc in...
Sovereignty asked 16/7, 2011 at 15:12

1

Solved

There are some set of questions i wanted to ask related to Java Sound which are as follows : Can i use xuggler with netbeans ? If yes can anyone please tell the way out ? What are the audio and vi...
Stretcher asked 30/7, 2011 at 18:41
1

© 2022 - 2024 — McMap. All rights reserved.