Revisions of openal-soft

buildservice-autocommit accepted request 997521 from Dmitriy Perlow's avatar Dmitriy Perlow (DarkSS) (revision 22)
auto commit by copy to link target
Dmitriy Perlow's avatar Dmitriy Perlow (DarkSS) accepted request 997438 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 21)
- disable pipewire backend to avoid buildcycle
  ffmpeg-4, libopenmpt, mpg123, openal-soft, pipewire
Dmitriy Perlow's avatar Dmitriy Perlow (DarkSS) accepted request 992114 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 20)
- update to 1.22.2:
  * Fixed PipeWire version check.
  * Fixed building with PipeWire versions before 0.3.33.
  * Fixed CoreAudio capture.
  * Fixed air absorption strength.
  * Fixed ALSA not being used on some systems without PipeWire and PulseAudio.
  * Fixed OpenSL capturing noise.
  * Fixed Oboe capture failing with some buffer sizes.
  * Added checks for the runtime PipeWire version.
  * The same or newer version than is used for building will be needed at
    runtime for the backend to work.
  * Separated 3D7.1 into its own speaker configuration. 
  * Implemented the ALC_SOFT_reopen_device extension.
  * This allows for moving devices to different outputs without losing object state.
  * Implemented the ALC_SOFT_output_mode extension.
  * Implemented the AL_SOFT_callback_buffer extension.
  * Implemented the AL_SOFT_UHJ extension.
  * This supports native UHJ buffer formats and Super Stereo processing.
  * Implemented the legacy EAX extensions.
  * Enabled by default only on Windows.
  * Improved sound positioning stability when a source is near the listener.
  * Improved the default 5.1 output decoder.
  * Improved the high frequency response for the HRTF second-order ambisonic decoder.
  * Improved SoundIO capture behavior.
  * Fixed UHJ output on NEON-capable CPUs.
  * Fixed redundant effect updates when setting an effect property to the current value.
  * Fixed WASAPI capture using really low sample rates, and sources with very
    high pitch shifts when using a bsinc resampler.
  * Added a PipeWire backend.
  * Added enumeration for the JACK and CoreAudio backends.
buildservice-autocommit accepted request 986749 from Ferdinand Thiessen's avatar Ferdinand Thiessen (susnux) (revision 19)
auto commit by copy to link target
Ferdinand Thiessen's avatar Ferdinand Thiessen (susnux) accepted request 986741 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 18)
- Remove -msse2 from the i586 gcc command lines.
buildservice-autocommit accepted request 874263 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 17)
auto commit by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 873187 from Ludwig Nussel's avatar Ludwig Nussel (lnussel) (revision 16)
- fix gcc11 build (openal-soft-gcc11.diff)
buildservice-autocommit accepted request 871535 from Ferdinand Thiessen's avatar Ferdinand Thiessen (susnux) (revision 15)
auto commit by copy to link target
Ferdinand Thiessen's avatar Ferdinand Thiessen (susnux) accepted request 870720 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 14)
- update to 1.21.1:
  * Improved alext.h's detection of standard types.
  * Improved slightly the local source position when the listener and source
    are near each other.
  * Improved click/pop prevention for sounds that stop prematurely.
  * Fixed compilation for Windows ARM targets with MSVC.
  * Fixed ARM NEON detection on Windows.
  * Fixed CoreAudio capture when the requested sample rate doesn't match the
    system configuration.
  * Fixed OpenSL capture desyncing from the internal capture buffer.
  * Fixed sources missing a batch update when applied after quickly restarting
    the source.
  * Fixed missing source stop events when stopping a paused source.
  * Added capture support to the experimental Oboe backend.
buildservice-autocommit accepted request 864015 from Ludwig Nussel's avatar Ludwig Nussel (lnussel) (revision 13)
auto commit by copy to link target
Ludwig Nussel's avatar Ludwig Nussel (lnussel) accepted request 863755 from Matthias Mailänder's avatar Matthias Mailänder (Mailaender) (revision 12)
new upstream release
buildservice-autocommit accepted request 820826 from Dmitriy Perlow's avatar Dmitriy Perlow (DarkSS) (revision 11)
auto commit by copy to link target
Dmitriy Perlow's avatar Dmitriy Perlow (DarkSS) accepted request 818748 from Matthias Mailänder's avatar Matthias Mailänder (Mailaender) (revision 10)
Add SDL2 and PortAudio backends.
buildservice-autocommit accepted request 770022 from Ludwig Nussel's avatar Ludwig Nussel (lnussel) (revision 9)
auto commit by copy to link target
Ludwig Nussel's avatar Ludwig Nussel (lnussel) committed (revision 8)
fix
Ludwig Nussel's avatar Ludwig Nussel (lnussel) accepted request 770020 from Ludwig Nussel's avatar Ludwig Nussel (lnussel) (revision 7)
- new version 1.20.1
  The changes from 1.20.0 include:
  * Implemented the AL_SOFT_direct_channels_remix extension.
  * This extends AL_DIRECT_CHANNELS_SOFT to optionally remix input channels that don't have a matching output channel.
  * Implemented the AL_SOFT_bformat_ex extension.
  * This extends B-Format buffer support for N3D or SN3D scaling, or ACN channel ordering.
  * Fixed a potential voice leak when a source is started and stopped or restarted in quick succession.
  * Fixed a potential device reset failure with JACK.
  * Improved handling of unsupported channel configurations with WASAPI.
  * Such setups will now try to output at least a stereo mix.
  * Improved clarity a bit for the HRTF second-order ambisonic decoder.
  * Improved detection of compatible layouts for SOFA files in makemhr and sofa-info.
  * Added the ability to resample HRTFs on load.
  * MHR files no longer need to match the device sample rate to be usable.
  * Added an option to limit the HRTF's filter length.
  The changes from 1.19.1 include:
  * Converted the library codebase to C++11.
  * A lot of hacks and custom structures have been replaced with standard or cleaner implementations.
  * Partially implemented the Vocal Morpher effect.
  * Fixed the bsinc SSE resamplers on non-GCC compilers.
  * Fixed OpenSL capture.
  * Fixed support for extended capture formats with OpenSL.
  * Fixed handling of WASAPI not reporting a default device.
  * Fixed performance problems relating to semaphores on macOS.
  * Modified the bsinc12 resampler's transition band to better avoid aliasing noise.
  * Modified alcResetDeviceSOFT to attempt recovery of disconnected devices.
  * Modified the virtual speaker layout for HRTF B-Format decoding.
  * Modified the PulseAudio backend to use a custom processing loop.
  * Renamed the makehrtf utility to makemhr.
  * Improved the efficiency of the bsinc resamplers when up-sampling.
buildservice-autocommit accepted request 706472 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 6)
auto commit by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) accepted request 706232 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 5)
- Use more of macros for building
- Build gui config tool as well
buildservice-autocommit accepted request 692010 from Dmitriy Perlow's avatar Dmitriy Perlow (DarkSS) (revision 4)
auto commit by copy to link target
Dmitriy Perlow's avatar Dmitriy Perlow (DarkSS) accepted request 691997 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 3)
- Trim bias from description, trim metadata duplication from
  description, trim main description repetition in lesser
  subpackages' description. Spruce up summaries. Fix SRPM group.
- Add missing Requires inside baselibs.conf.
- Remove insatisfiable Recommends. Add Provides/Conflicts
  for the move of makehrtf.
Displaying revisions 1 - 20 of 22
openSUSE Build Service is sponsored by