Skip to content

Releases: exoad/mp4j-original

Beta 1.8!

09 May 02:54
95b986f

Choose a tag to compare

Beta 1.8! Pre-release
Pre-release

This fully is a new development of the original music_player4j application.

Currently, this build includes:
-WAVEForm Representation of a small chunk of the parsed audio data
-Single Window UI
-Assets such as play/pause button, volume slider, pan slider, and file information box
-much better graphics manager, meaning instead of shapes being drawn and held in memory (lazy collection) will be an on time dumping
of such data, including PCM-data, thread workers, concurrent processes

TODO:
-checking if the audio file isnt a hoax (meaning it is an actual MP3 file) [error handling]
-integrating WAV support
-integrating intelligence audio information gatherer instead of hardcoded (especially for WAV file formats)
-dependency on native methods for better interactions with host machine

[ Binaries will not be available until the next beta release ]

What's Changed

Full Changelog: b1.2.1...b1.8

New Beta Release

28 Apr 03:16

Choose a tag to compare

New Beta Release Pre-release
Pre-release

A few changes and made the application look much more different the previous revisions as this is a new revamp of the old project.

The attached JAR binary is not guaranteed to work

What's Changed

Full Changelog: v1.1.1...b1.2.1

Release 1.1.1

06 Feb 15:39

Choose a tag to compare

A fix for the original 1.1 release.

#18
#17

  • Fixed Null Pointer at start for some
  • Added a window to prompt the user to install JBR if not
  • Fixed Volume slider not working

Note: The Ridium Version is a signed version of the official Application.

Full Changelog: v1.1...v1.1.1

Release 1.1d!

06 Feb 04:02
dd4d22c

Choose a tag to compare

Release the second! [DEPRECATED]

  • Added quirky mp3 support
  • Added better properties file management
  • Audio Caching to reduce audio lag
  • Confirm Dialogs
  • More options to change the look in app
  • Added FFMPEG support

IMPORTANT

If you are downloading the below files please note you must need the JBR runtime which you can find below.

What's Changed

New Contributors

  • @cleanthat made their first contribution in #10
  • @imgbot made their first contribution in #14

Full Changelog: v1.0...v1.1

Beta 1.6!

18 Jan 00:55

Choose a tag to compare

Beta 1.6! Pre-release
Pre-release

+Added Rounded Edges
+Fixed Dead Links
+Added toolbar for Select File

And more!

What's Changed

  • Update jdk.yml by @exoad in #3
  • Create codify.yml by @exoad in #4
  • unnecessary resources by @exoad in #5
  • remove update so that the deprecated feature won’t be used by @exoad in #6
  • mv logger -> telemetry by @exoad in #7
  • [Unused] by @exoad in #8
  • remove unused packages by @exoad in #9
  • Configure CleanThat by @cleanthat in #10

New Contributors

  • @cleanthat made their first contribution in #10

Full Changelog: v1.0...b1.6

Beta Release 1.5!

17 Jan 01:22
9ef5f57

Choose a tag to compare

Beta Release 1.5! Pre-release
Pre-release

;) Naming changes!

Here is what changed

  • Dynanmic Theme Changes
  • Properties Reader optimized for intake and output
  • File Icons updated for JFileChooser
  • Icons updated for some frames

Much more ;)
Download the below JAR for more info!

What's Changed

  • Update jdk.yml by @exoad in #3
  • Create codify.yml by @exoad in #4
  • unnecessary resources by @exoad in #5
  • remove update so that the deprecated feature won’t be used by @exoad in #6
  • mv logger -> telemetry by @exoad in #7
  • [Unused] by @exoad in #8
  • remove unused packages by @exoad in #9
  • Configure CleanThat by @cleanthat in #10

New Contributors

  • @cleanthat made their first contribution in #10

Full Changelog: v1.0...b1.5

Beta Version 1.1.1! | Beta Version "Trianle"

02 Jan 19:43

Choose a tag to compare

This version has added a properties modifier, changelogs will not be added here, but you may compare the two versions separately. ;)

What's Changed

Full Changelog: v1.0...b1.1.1

Beta Version 1.1! | Beta Release "Trianle"

01 Jan 19:09

Choose a tag to compare

Beta Release "Triangle"

This is the third beta release of Music Player.

Although this is close to the final release of the of version 1.1, there are still
something's that need to be made and completed before everything can be
fully released.

Things that have changed

  • Documentation Reader
  • File Integrity Checker in Settings
  • Settings now have your current program version
  • LAF has changed
  • Main Menu will always be open
  • Music Player will show the current file being played
  • Mp3 file support but without volume control (WIP)
  • Full WAV support and bitrate optimization
  • Full audio streaming optimization with program threading
  • Splash Screen display is shortened
  • Save features of where the file explorer will always open to where you last opened it
  • API Wrapper
  • File Integrity verifier

Full Changelog: v1.0...b1.1

"Trianle not triangle"

Release 1.0! | Release "Hydrogen"

30 Dec 21:06
0899363

Choose a tag to compare

Official Release 1.0!

MusicP++ is a simple music player I am making using what I currently know about Java. Inside this program is bundled a crappy bytereader I made using C++, the GUI program using Java and also a wrapper written using C++.

Currently, I could only get .wav files to work, but soon .mp3 will also be available!

Below, there is an attached files for the following:
EXE - For Windows Distributions (x64)
JAR - Universal JAR file (Win, *NIX)

For any issues refer to: here

Also the official release for Windows isn't signed, but I am working on getting it automatically sign

Full Changelog: b1.01...v1.0

"Hydrogen because it is the first release and also the first in the periodic table"

Beta 1.01! | Beta Patch "Cirle"

30 Dec 20:23

Choose a tag to compare

Pre-release

This is a secondary release bundling a Win32.exe wrapper for the original application. This wrapper is used by a C++ installer I made some time ago.

This installer was compiled using G++11 and the installer will search for a JRE version of 1.4+

:D

I have also attached a revised version of the Jar File with an optimized splash screen.