mirror of
https://github.com/love2d/megasource.git
synced 2026-08-19 12:14:41 +02:00
update OpenAL-Soft to 1.24.3.
This commit is contained in:
@@ -37,7 +37,7 @@ using uint = unsigned int;
|
||||
|
||||
struct PPhaseResampler {
|
||||
void init(const uint srcRate, const uint dstRate);
|
||||
void process(const al::span<const double> in, const al::span<double> out);
|
||||
void process(const al::span<const double> in, const al::span<double> out) const;
|
||||
|
||||
explicit operator bool() const noexcept { return !mF.empty(); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user