An open API service indexing awesome lists of open source software.

https://github.com/umjammer/jvorbisenc

🔊 Vorbis Encoder (pure java)
https://github.com/umjammer/jvorbisenc

encoder java jitpack pure-java sound vorbis

Last synced: about 1 month ago
JSON representation

🔊 Vorbis Encoder (pure java)

Awesome Lists containing this project

README

          

[![Release](https://jitpack.io/v/umjammer/jVorbisEnc.svg)](https://jitpack.io/#umjammer/jVorbisEnc)
[![Java CI](https://github.com/umjammer/jVorbisEnc/actions/workflows/maven.yml/badge.svg)](https://github.com/umjammer/jVorbisEnc/actions/workflows/maven.yml)
[![CodeQL](https://github.com/umjammer/jVorbisEnc/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/umjammer/jVorbisEnc/actions/workflows/codeql-analysis.yml)
![Java](https://img.shields.io/badge/Java-17-b07219)
[![Parent](https://img.shields.io/badge/Parent-tritonus-pink)](https://github.com/umjammer/tritonus)

# jVorbisEnc

vorbis logo© Xiph.Org

a Vorbis encoder in pure Java

[original code](https://src.fedoraproject.org/repo/pkgs/jVorbisEnc/)

## Install

* [maven](https://jitpack.io/#umjammer/jVorbisEnc)

## Usage

* [sample](src/test/java/Test1.java)

## References

## TODO