diff options
| author | jacqueline <me@jacqueline.id.au> | 2023-08-16 10:57:55 +1000 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2023-08-16 10:57:55 +1000 |
| commit | 4e27de21e49900963ffa61cc9c0a676bb028f992 (patch) | |
| tree | 8123994d33bc2ff8b5d58a38155b53e401669ae8 /src/audio/include/resample.hpp | |
| parent | 62dce8d9fcc139ca6dc2041c86723d19faab304f (diff) | |
| download | tangara-fw-4e27de21e49900963ffa61cc9c0a676bb028f992.tar.gz | |
clean up a bunch of obselete audio code
Diffstat (limited to 'src/audio/include/resample.hpp')
| -rw-r--r-- | src/audio/include/resample.hpp | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/audio/include/resample.hpp b/src/audio/include/resample.hpp index 7b114f59..a9464cb1 100644 --- a/src/audio/include/resample.hpp +++ b/src/audio/include/resample.hpp @@ -1,6 +1,12 @@ +/* + * Copyright 2023 jacqueline <me@jacqueline.id.au> + * + * SPDX-License-Identifier: GPL-3.0-only + */ + #pragma once -#include <sys/_stdint.h> +#include <cstdint> #include <vector> #include "span.hpp" |
