mirror of
https://github.com/love2d/megasource.git
synced 2026-08-19 20:20:11 +02:00
update OpenAL-Soft to 1.24.3.
This commit is contained in:
@@ -25,6 +25,9 @@
|
||||
#define CORE_BS2B_H
|
||||
|
||||
#include <array>
|
||||
#include <cstddef>
|
||||
|
||||
#include "alspan.h"
|
||||
|
||||
namespace Bs2b {
|
||||
|
||||
@@ -80,7 +83,7 @@ struct bs2b {
|
||||
/* Clear buffer */
|
||||
void clear();
|
||||
|
||||
void cross_feed(float *Left, float *Right, size_t SamplesToDo);
|
||||
void cross_feed(const al::span<float> Left, const al::span<float> Right);
|
||||
};
|
||||
|
||||
} // namespace Bs2b
|
||||
|
||||
Reference in New Issue
Block a user