Releases: FreeApp2014/Malugri
Releases · FreeApp2014/Malugri
Rewrite build 4
- Added encoder powered by AVFoundation for decoding input file
- Updated the library
Rewrite v1.0 build 3
- Some localizations added
- Track switching
- Completed work on #5
Rewrite v1.0 build 2
The patches to the problems found in previous build
- Rewritten audio backend to respect channel layouts (#1)
- Fixes for BWAV (latest version of OpenRevolution) (#3)
- Support for BCWAV, BFWAV (latest version of OpenRevolution) (#2)
- Respect file boundaries for perfectly smooth loop (#4)
- Respect the file loop flag
- App does not crash after non-looped file finished playing
- GUI tweaks (#5 and beyond)
- Icons for other formats
- App does not crash when opening multiple files sequentially from association
Major app rewrite
The first build of Malugri Mac based on the new MalugriPlayer core
- Using the EZAudio audio library that interfaces directly with CoreAudio instead of using the schedulers and AVFoundation
- Much better performance, especially on older machines
- Realtime "getBuffer" decoding is on all the time due to optimization works allowing it to pretty much nullout the CPU usage
- Because no buffering ever needs to be done, the app uses less RAM and it doesn't increase with time
This build does not yet include conversion features; if you need the converter, use the old versions, or the Openrevolution CLI
1.0 beta build 2
BWAV, BFSTM
1.0 beta build 1
Out of alpha, finally in beta
- Fixed crashing when in getbuffer because of the malloc error
- Added credits.rtf to the about window
- Added WAV convertion function
Alpha build 10
This release has app icon
Alpha build 9
Migration to development version 2.0 of BRSTM libraries
Alpha build 8
- Latest version of brstm.h
- Live decoding using brstm_fstream_getbuffer (with option to disable)
- Accurate timers by getting time from the api and not guessing it
- Minor changes in GUI
Alpha build 7
This build addresses the following issues:
- On macOS Mojave and newer the player crashes at loop point with libdispatch error
- Files with more than 2 channels do not open with AVFoundation refusing to initialize the audio engine
- Looping has noticeable cracking (side effect of fixing first issue)
- Also the dark theme on mojave is now supported