Skip to content

Releases: FreeApp2014/Malugri

Rewrite build 4

20 Apr 20:22
Compare
Choose a tag to compare
  • Added encoder powered by AVFoundation for decoding input file
  • Updated the library

Rewrite v1.0 build 3

17 Apr 10:03
Compare
Choose a tag to compare
  • Some localizations added
  • Track switching
  • Completed work on #5

Rewrite v1.0 build 2

10 Apr 09:56
Compare
Choose a tag to compare

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

06 Apr 14:35
c695229
Compare
Choose a tag to compare

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

05 Jul 17:37
Compare
Choose a tag to compare

BWAV, BFSTM

1.0 beta build 1

11 Apr 12:22
Compare
Choose a tag to compare

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

09 Apr 22:20
Compare
Choose a tag to compare
Alpha build 10 Pre-release
Pre-release

This release has app icon

Alpha build 9

08 Apr 14:38
Compare
Choose a tag to compare
Alpha build 9 Pre-release
Pre-release

Migration to development version 2.0 of BRSTM libraries

Alpha build 8

17 Mar 16:38
Compare
Choose a tag to compare
Alpha build 8 Pre-release
Pre-release
  • 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

14 Mar 21:24
Compare
Choose a tag to compare
Alpha build 7 Pre-release
Pre-release

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