Artifact fa6e2e6a608fe485b50fc2f844a62d408a0e8f18525349c8f5857141f18da272:

  • File src/remiaudio.cr — part of check-in [804675511d] at 2024-11-11 02:57:11 on branch trunk — Raise the max recommended Crystal version to <2.0.0. Bump revision, tag as v0.9.1 (user: alexa size: 1035)

#### 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 "./remiaudio/*"

# RemiAudio is a collection of audio format I/O routines, codecs, and
# processors/effects for the [Crystal](https://crystal-lang.org/) programming
# language.
module RemiAudio
  # The version of the library.
  VERSION = "0.9.1"
end