Artifact 88b78b320116379fe099c179e1472ef904c83ab8f370dd2d7fd93e68c4df62bc:

  • File src/remiaudio/demuxers.cr — part of check-in [2d78c2d89d] at 2024-09-05 05:38:56 on branch trunk — Add minimal Ogg demuxer (user: alexa size: 937)

#### RemiAudio
#### Copyright (C) 2022-2024 Remilia Scarlet <remilia@posteo.jp>
####
#### This program is free software: you can redistribute it and/or modify it
#### under the terms of the GNU Affero General Public License as published by
#### the Free Software Foundation, either version 3 of the License, or (at your
#### option) any later version.
####
#### This program is distributed in the hope that it will be useful, but WITHOUT
#### ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
#### FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Affero General Public
#### License for more details.
####
#### You should have received a copy of the GNU Affero General Public License
#### along with this program.  If not, see <https://www.gnu.org/licenses/>.
require "./common"
require "./demuxers/*"

# The `RemiAudio::Demuxers` module contains demuxers for various container
# formats.
module RemiAudio::Demuxers
end