Skip to content

Releases: elpaudio/elpAudio

elpAudio 2.0rc-1

27 Sep 13:31
Compare
Choose a tag to compare

Release candidate 1 of elpAudio 2.0 contains these additions:
-[ADDED] Added vertical sync support. You can turn it on or off in elpAudio settings.
-[ADDED] Added frame skipper, elpAudio skips frames and eats CPU less than frame skipped disabled. You can turn it on or off too in settings.
-[FIXED] Now, on double-click on "Add file" button, shows menu faster than it was (was a second to wait, now .5 seconds)
-[ADDED] On right-click on settings button, it shows menu where you can reload plugins or visualisers

Contains two builds: regular elpAudio and without DirectX 9 extension. (no chromakey)

ad

elpAudio 2.0rc-2

27 Sep 19:04
9256717
Compare
Choose a tag to compare
elpAudio 2.0rc-2 Pre-release
Pre-release

Release candidate of elpAudio 2.0 brings you these changes:
-[FIXED] Fixed broken file importer when dragging files in elpAudio window
-[FIXED] Fixed elpAudio doesn't change it's current song when opening song from argument
-[ADDED] Now elpAudio has installers for regular and no-chromakey versions!

Includes two installers of elpAudio.
THEY DON'T WORK, INSTALL PREVIOUS BUILDS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

elpAudio 2.0a1

07 Sep 22:47
Compare
Choose a tag to compare
elpAudio 2.0a1 Pre-release
Pre-release

elpAudio 2.0 alpha brings you:
-new updated lib_audio dll, which now checks everytime if there output device list is changed, and now returns normalized WAVE buffer
-elpAudio creates active.ini file in plugins\ folder where you can turn on/off plugins
-new elpAudio settings, where you can turn on/off plugins directly without opening notepad; +updated background for good ol' look 'n' feel purposes
-added default_wave visualiser, which was deprecated in 1.5 because it was broken (now fixed)
-new playlist structure, now, it has a new extension (.epl instead of .elf), the first line of new playlist structure sets playlist version (you can still open .elf files)
-fixed information shown at F1/Shift+F1 key presses
-added an option where elpAudio can turn off visualisers when it's window is not focused
-added an option where elpAudio can automatically load migrated playlists
-fixed a typo in Add file button, now you can load .mod files normally
-added an option where elpAudio can preload next song (good for mixed albums, like Moving Shadow and other)
-added an option where elpAudio can change music preload type (0 - uncompressed into memory (CPU intensive), 1 - uncompressed from disk (DISK intensive), 2 - compressed into memory (maybe RAM intensive))
-added new functions for visualisers and plugins
contains build of elpAudio 2.0a1 and elpAudio settings for elpAudio 2.0a1, no no-chromakey build

ad

elpAudio codename In-Out

04 Aug 21:34
Compare
Choose a tag to compare
Pre-release

elpAudio, codename "In-Out"
-[ADDED] Not full plugins support! Now, with the plugins, you can do everything you want. Resize window, define external DLLs, like for creating more windows or change buttons' functions.
-[FIXED] Now elpAudio eats less CPU, all of the time strings such as current song's minutes/seconds, are taken from one pre-compiled globalvar (global.formatted_time)

This release is only having regular zipped archive. No chroma-key build

elpAudio 1.6

27 Jul 19:40
c1936c6
Compare
Choose a tag to compare

elpAudio 1.6 brings you some updates.

-[REMOVE] Removed "play random" button
-[UPDATE] New "Shuffle" button instead of "Sort" button! Now you can enable/disable shuffling! This doesn't re-sort your playlist, it's just plays random song from the playlist on the click of the "Next" or "Previous" button, or on song end if looping turned off.
-[FIX] Now Playlist loader makes the migrated playlist's filename appear without original playlist filename's extension (before the update it was migrated as other-playlist.m3u.elf, now it migrates as other-playlist.elf)
-[FOR DEVS] Source code is now more readable! New objects, sprites and scripts' names to not get confused by them.

ad

elpAudio 1.52

21 Jul 15:37
a080e11
Compare
Choose a tag to compare

elpAudio 1.52 only fixes cutting off music on end if no loop enabled and (global.soundpos/global.sound_length)>0.999.

elpAudio 1.51

14 Jul 21:33
Compare
Choose a tag to compare

New version of elpAudio includes:
-[FIX] Fixed "Invalid arguments" error when migrating playlists
-[FIX] Now position slider thing is now rounded to nearest x (myx=round(clamp(x+global.pos*sprite_width,x,x+sprite_width-slw)))

How it was said in elpAudio 1.5 changelog, all non-default themes and plugins can be downloaded here.

elpAudio 1.5

16 Jun 08:51
00691fe
Compare
Choose a tag to compare

New version of elpAudio grants new and cool features, after two months after elpAudo 1.41.
-[FIXED]loop songs now works good
-[ADDED]CUSTOM VISUALISERS! Now you can make your own visualisers if you know GameMakerLanguage a little (some small information at data\vars.txt)
-[ADDED]With custom visualisers, added visualisations, such as: DVD Logo (dvd_logo.vis), Album image from folder (folder_image.vis), NCS Circle (ncs_circle.vis) and Playlist Viewer (playlist.vis)
-[ADDED]TWO NEW THEMES AND ONE THEME PACK! Themes are Task Manager, LuckyStar!!! and elpAudio Compact (new default theme), and iRiver T9 theme pack (3 themes in 1)!
-[ADDED]Migrate playlists from other audio players, like Winamp or Windows Media Player, all of the playlists converts into .elf playlist file!
-[ADDED]Stream web-radios in elpAudio! Just Click on Add Music button, press Add URL, paste your URL and this thing should work!
-[FIXED]Other bug fixes from elpAudio 1.41
-[ADDED]Now artist/name/album names are directly grabbed from song with FMOD! No more file name without extension!
-[ADDED]With new themes, added support for vertical volume slider! Just set option in your theme.ini file verticalVolumeSlide to 1!
-[UPDATED]Now FMODex and lib_audio DLLs weights less on 50% compared to elpAudio 1.41
-[ADDED]You can now double-click Add Music button for faster music add without showing menu!
-[FIXED]Now Monoster (Mono/stereo) shown separately from BG
-[FIXED]Now elpAudio doesn't show Unsupported file format or File doesn't exist twice.
-[ADDED]Now you can drag your music files/playlists into elpAudio window, they will automatically add to your playing queue, or, if it's a playlist, clears current queue and loads queue from playlist file.
-[ADDED]Now position slider is having moving shadow thing, like in any other audio players.
-[FIXED]Now settings button will ALWAYS be white (image_blend=$FFFFFF), so theme colors will now not work on settings button
-[ADDED]Now elpAudio buttons are not active when window is not active, to prevent errors.
-[ADDED]Through settings, you can make your own window captions! More info in elpAudio settings.
-[UPDATED]elpAudio default themes has been updated (default, light and astronaut).
-[ADDED]Added release for older Windows systems without chromakey.

-[SETTINGS]Added new options to settings, for making window captions.
-[SETTINGS]Added Set max FPS button (default is 60), if you want smooth visualisers :)
-[SETTINGS]Added new other settings that i forgot. So many changes!
-[SETTINGS]Updated icon and font.

Note. From version higher than 1.5 elpAudio will contain only default themes and visualisers. You can find plugins and themes on this site.

Wanna support elpAudio? Or you have an idea, bug report or just wanna watch the project grows? Join out elpAudio discord server! Link in elpAudio bio. (here)

image
elpAudio_15_1
elpAudio_15_2
elpAudio_15Win7

elpAudio 1.5 - Release Candidate 1

31 May 17:27
e15443e
Compare
Choose a tag to compare

This package contains so much updates for elpAudio.
-added FULL SUPPORT FOR CUSTOM VISUALISERS!
-added manual and useful scripts for custom visualisers
-now artist/album/song name for floating text is now grabbed by FMOD directly from song. No longer file names without extension in floating text!
-fixed some other bugs

This build contains custom visualisers, like the default ones (default_*.vis), and custom, made by elpoep (dvd_logo.vis,ncs_circle.vis and folder_image.vis). Custom visualisers made on GML (Game Maker Language), and elpAudio doesn't support anything else!

elpAudio settings:
-added "Change Max FPS", "Window sticks to screen edges", "Enable fullscreen switch on F4" options
-added (not fully) Caption options (you can find manual to caption formatting in READ_ME.txt)

We will be grateful if you leave a comment for elpAudio here or write a letter on our discord server (it can be found in elpAudio profile)

image