refcodes-audio.3.3.0.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of refcodes-audio Show documentation
Show all versions of refcodes-audio Show documentation
Artifact providing audio provessing functionality such as generating
sine waves or writing raw audio samples to WAV files.
module org.refcodes.audio {
requires transitive org.refcodes.exception;
requires org.refcodes.mixin;
requires org.refcodes.io;
requires org.refcodes.tabular;
requires org.refcodes.numerical;
requires org.refcodes.runtime;
exports org.refcodes.audio;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy