Triode wrote: 
> Please please SBGK - please could you also make your source code
> available to the binaries for squeezelite as it is GPLv3.  [Ideally also
> for portaudio, but I don't believe the license for that requires you to
> do so - but we will all be keen to see the changes you have made.]

Yes, no problem, I am all for open sharing of information and admire
your approach to software development. It's early stages yet, so just
feeling my way to see what makes a difference, but already have improved
the sq somewhat in the windows player, some of these changes might be
applicable to linux, don't know. A lot of the change in sq is down to
the compile/linking settings, windows puts a lot of security/anti
hacking extras in an exe which are not required for a music renderer.

Anyway, lms/squeezelite is a fantastic system and if this helps make it
more popular then that can't be bad.

changes I have made to squeezelite so far are to optimise the build
settings - basically removing all the security type checks, inlining
code, getting rid of functions not used etc, code changes are replacing
memcpy with _movsq, replaced malloc with virtualallocex and set the
protection to 0x0, freed the process from the console, stopped the
in/out/error of the console. Similar changes made to pa.

I am concentrating on wdm-ks as that seems to be recognised as being the
best for sq, so have removed everything else from pa.

Feedback so far has been very favourable.



Touch optimisations http://touchsgotrythm.blogspot.co.uk/
------------------------------------------------------------------------
SBGK's Profile: http://forums.slimdevices.com/member.php?userid=52003
View this thread: http://forums.slimdevices.com/showthread.php?t=97046

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to