summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Garrelou <simon@sixfoisneuf.fr>2024-04-25 14:33:30 +0200
committerSimon Garrelou <simon@sixfoisneuf.fr>2024-04-25 14:33:30 +0200
commita909d2b0bbc4b7e5b634322927659c7c5089b05f (patch)
treebadcfa531e4bb39fac787f9ae1618414a71e35b8
downloadtermsonic-bugs.tar.gz
termsonic-bugs.zip
open bug: AAC supportbugs
-rw-r--r--bugs/aac-support.md12
-rw-r--r--closed/.gitkeep0
l---------open/aac-support.md1
3 files changed, 13 insertions, 0 deletions
diff --git a/bugs/aac-support.md b/bugs/aac-support.md
new file mode 100644
index 0000000..3921e2a
--- /dev/null
+++ b/bugs/aac-support.md
@@ -0,0 +1,12 @@
1---
2title: AAC file format support
3reported-on: 2024-04-24
4status: open
5link: "https://git.sixfoisneuf.fr/list/thread/20240423114537.49426-1-nicholas%40fitzroydale.org.html#2BBA4D8E-A52D-49F3-9B89-8D9610612AFE@fitzroydale.org"
6---
7
8The underlying library used by termsonic to handle sound, [gopxl/beep](https://github.com/gopxl/beep), does not support AAC files.
9
10Related issue in their repository: [goplx/beep#108](https://github.com/gopxl/beep/issues/108).
11
12There does not seem to be an agreed upon solution at the moment: there are no pure-Go AAC decoders, and they are reluctant on having to integrate with a library which uses CGO (and so am I). \ No newline at end of file
diff --git a/closed/.gitkeep b/closed/.gitkeep
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/closed/.gitkeep
diff --git a/open/aac-support.md b/open/aac-support.md
new file mode 120000
index 0000000..22372a8
--- /dev/null
+++ b/open/aac-support.md
@@ -0,0 +1 @@
../bugs/aac-support.md \ No newline at end of file