WinCE is no longer supported, but the last releases for it are still available below.
WinCE versions of BASS and the BASSALAC/FLAC/MIDI/OPUS/WV/enc add-ons are available here:
www.un4seen.com/files/bass24-ce.zip (updated: 10 May '22)These add-ons are also available:
www.un4seen.com/stuff/bass_aac-ce.zip (note: the EXE's stack size may need to be raised from the default 65536)
www.un4seen.com/stuff/bass_mpc-ce.zip www.un4seen.com/stuff/tags-ce.zip www.un4seen.com/files/z/0/bass_fx24-ce.zipCE 4.2 and above should be supported, but note that this package is for use with ARM CPUs only. Support for other CPUs is also available on request.
Most of the standard BASS examples have been ported and are included, but there are a few still to be done (those that require some work to fit on the screen!).
All of the main BASS features should be supported, but there are some differences to note...
As the WinCE APIs exclusively use Unicode strings, some of the BASS structures have been changed accordingly for convenience (see BASS.H).
CE devices generally have poor floating-point performance due to the lack of an FPU, so floating-point channels aren't supported (BASS_SAMPLE_FLOAT will result in BASS_ERROR_FORMAT). The BASS_CONFIG_FLOATDSP option is still available, but it will give 8.24 fixed-point data instead (see the DSPTEST example).
As in the Linux version, a config option (BASS_CONFIG_DEV_BUFFER) has been added to set the device buffer size (in milliseconds). That currently defaults to a fairly conservative 200ms, but you could try playing with it (note that must be done before BASS_Init) to see how low you can go without causing breaks in the output.
Support for use with .Net is included in the BASS.Net package.
Please report your findings!