here is a wav decoder, enjoy! Reviewed-on: https://codeberg.org/cool-tech-zone/tangara-fw/pulls/13 Reviewed-by: cooljqln <cooljqln@noreply.codeberg.org> Co-authored-by: ailurux <ailuruxx@gmail.com> Co-committed-by: ailurux <ailuruxx@gmail.com>
23 lines
279 B
Plaintext
23 lines
279 B
Plaintext
# Copyright 2023 jacqueline <me@jacqueline.id.au>
|
|
#
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
.cache/
|
|
.clangd
|
|
.helix/
|
|
build/
|
|
build.clang/
|
|
sdkconfig
|
|
sdkconfig.old
|
|
.vscode
|
|
compile_commands.json
|
|
warnings.txt
|
|
|
|
doc/
|
|
|
|
test/build/
|
|
test/dependencies.lock
|
|
test/sdkconfig
|
|
sdkconfig.bak
|
|
*.ignore
|