Skip to content
Success

Changes

Summary

  1. Use mismatch to iterate over a pair of ranges (commit: d524bc1) (details)
  2. Use ranges in uhjfilter (commit: 94fa655) (details)
  3. Fix handling device name enumeration in the router (commit: 570974f) (details)
  4. Pass a span to the backend captureSamples method (commit: 3562afb) (details)
  5. Remove an unused variable (commit: 30c4610) (details)
  6. Use std::advance to advance an iterator (commit: 12d4bd8) (details)
  7. Process the vector all-pass more efficiently (commit: 92ebc3b) (details)
  8. Rename a misnamed member variable (commit: 9ffcd08) (details)
  9. Some cleanup (commit: 0034751) (details)
Commit d524bc1c54089db308bf4e72516658f711ec9abe by chris.kcat
Use mismatch to iterate over a pair of ranges
(commit: d524bc1)
The file was modifiedalc/alu.cpp (diff)
The file was modifiedcore/uhjfilter.cpp (diff)
Commit 570974ff5aba1fc3c76d57eb68c1f0a461822e98 by chris.kcat
Fix handling device name enumeration in the router
(commit: 570974f)
The file was modifiedrouter/alc.cpp (diff)
Commit 3562afb8290249fade6399c649c1a6a2171f0518 by chris.kcat
Pass a span to the backend captureSamples method
(commit: 3562afb)
The file was modifiedalc/backends/winmm.cpp (diff)
The file was modifiedalc/backends/opensl.cpp (diff)
The file was modifiedalc/backends/pulseaudio.cpp (diff)
The file was modifiedalc/backends/base.h (diff)
The file was modifiedalc/backends/wasapi.cpp (diff)
The file was modifiedalc/backends/alsa.cpp (diff)
The file was modifiedalc/backends/coreaudio.cpp (diff)
The file was modifiedalc/backends/dsound.cpp (diff)
The file was modifiedalc/backends/oboe.cpp (diff)
The file was modifiedalc/alc.cpp (diff)
The file was modifiedalc/backends/sndio.cpp (diff)
The file was modifiedalc/backends/pipewire.cpp (diff)
The file was modifiedalc/backends/oss.cpp (diff)
The file was modifiedalc/backends/portaudio.cpp (diff)
The file was modifiedalc/backends/base.cpp (diff)
The file was modifiedalc/backends/pipewire.cpp (diff)
Commit 12d4bd8664e25f3f4f1690a88744566d90471442 by chris.kcat
Use std::advance to advance an iterator
(commit: 12d4bd8)
The file was modifiedalc/effects/distortion.cpp (diff)
Commit 92ebc3b36cf896f4c4b060142f83b2f63802e54b by chris.kcat
Process the vector all-pass more efficiently
(commit: 92ebc3b)
The file was modifiedalc/effects/reverb.cpp (diff)
Commit 9ffcd08c51a79dcaceaea02f718b8c1c1314b4b5 by chris.kcat
Rename a misnamed member variable
(commit: 9ffcd08)
The file was modifiedalc/effects/reverb.cpp (diff)
The file was modifiedalc/effects/reverb.cpp (diff)