diff options
| author | ayumi <ayumi@noreply.codeberg.org> | 2025-07-22 09:27:29 +0200 |
|---|---|---|
| committer | ayumi <ayumi@noreply.codeberg.org> | 2025-08-01 20:03:21 +0200 |
| commit | 4887378ce74c27f837fe1939ad5917b221736fac (patch) | |
| tree | 8a3b07dc014050c82443ef4b0e83e8de2ebbf24b /src/tangara/audio/fatfs_stream_factory.cpp | |
| parent | b68ac702817316e75270355e19231e04f484cb74 (diff) | |
| download | tangara-fw-4887378ce74c27f837fe1939ad5917b221736fac.tar.gz | |
Preliminary ALAC support
Diffstat (limited to 'src/tangara/audio/fatfs_stream_factory.cpp')
| -rw-r--r-- | src/tangara/audio/fatfs_stream_factory.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tangara/audio/fatfs_stream_factory.cpp b/src/tangara/audio/fatfs_stream_factory.cpp index 9089735c..2385eb69 100644 --- a/src/tangara/audio/fatfs_stream_factory.cpp +++ b/src/tangara/audio/fatfs_stream_factory.cpp @@ -90,6 +90,8 @@ auto FatfsStreamFactory::ContainerToStreamType(database::Container enc) return codecs::StreamType::kOpus; case database::Container::kWavPack: return codecs::StreamType::kWavPack; + case database::Container::kAlac: + return codecs::StreamType::kAlac; case database::Container::kUnsupported: default: return {}; |
