/
dzavalishin
/
mp3transform
ОбзорДокументацияВойти
/
dzavalishin
/
mp3transform
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
mp3transform/
mp3/
..
src

Support creating an index.html (in-browser mp3 player, using Google Chrome)

16 лет назад
LICENSE.txt

Initial import.

19 лет назад
README.txt

change the build tool

18 лет назад
build.bat

Update build script

16 лет назад
build.sh

Update build script

16 лет назад
play.bat

16 лет назад
play.sh

16 лет назад
README.txt
Java MP3 Decoder / Player
 
This project is based on JavaZOOM (http://www.javazoom.net/javalayer/javalayer.html).
It is licensed under LGPL (see LICENSE.txt).
 
FAQ :
---
 
- How to run MP3 player?
java -jar mp3.jar
 
- Requirements?
For the player: JVM 1.3. For the converter: JVM 1.1. JMF is not required.
 
- How to run the MP3 to WAV converter?
java -cp mp3.jar mp3.wav.WavConverter -in input.mp3 -out output.wav
 
- Does it support MPEG 2.5?
Yes, it works for all files generated with LAME.
 
- Does it support VBR?
Yes, It supports VBRI and XING VBR header too.
 
- How to get ID3v1 or ID3v2 tags?
This is currently not implemented.
 
- How much memory and CPU does it needs?
Around 15 MB memory, and 1% CPU usage.
 
- How to skip frames to have a seek feature?
This is currently not implemented.
 
- How to build it?
build.bat (Windows)
build.sh (Linux)