[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [fluid-dev] Calls to fluid_log()
From: |
Tom M. |
Subject: |
Re: [fluid-dev] Calls to fluid_log() |
Date: |
Sat, 13 Oct 2018 17:08:29 +0200 |
> for people who want to strip a bit the size of the binary, I discovered that
> by commenting the FLUID_LOG, I'm able to reduce the size of the executable
> from 1.26MB to 1.18MB
Ok then, let's use FLUID_LOG. Feel free to draft a PR and add this hint
regarding reducing the binary size as comment to the FLUID_LOG macro.
> This table
> (https://github.com/FluidSynth/fluidsynth/blob/7517c175240b31dd4470376575d9b4ac7cd2fba4/src/rvoice/fluid_chorus.c#L130)
> could be completelly removed and replaced by lfo wave fast computed on the
> fly (of course at the slight expense of cpu cycles (i hope)). I could propose
> a PR to address this "RAM size reduction" later (perhaps with further
> improvements (i.e stereo chorus)).
Yes please, you're welcome.
Tom