Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/teverett/kriff

kriff
https://github.com/teverett/kriff

Last synced: 24 days ago
JSON representation

kriff

Awesome Lists containing this project

README

        

[![CI](https://github.com/teverett/kriff/actions/workflows/main.yml/badge.svg)](https://github.com/teverett/kriff/actions/workflows/main.yml)

# KRIFF

A Java library for reading [RIFF](https://en.wikipedia.org/wiki/Resource_Interchange_File_Format) files

## Usage

Maven coordinates:

```
com.khubla.kriff
kriff
1.1
```

Use the type [RIFFFile](https://github.com/teverett/kriff/blob/main/src/main/java/com/khubla/kriff/domain/RIFFFile.java) to read the RIFF file from an `InputStream`.
KRIFF will call the callback [ChunkCallback](https://github.com/teverett/kriff/blob/main/src/main/java/com/khubla/kriff/api/ChunkCallback.java) for each chunk in the file.

RIFF specification from [here](https://www.aelius.com/njh/wavemetatools/doc/riffmci.pdf)