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

https://github.com/yu2924/riffview

RIFF file format viewer application
https://github.com/yu2924/riffview

juce-application riff

Last synced: 3 months ago
JSON representation

RIFF file format viewer application

Awesome Lists containing this project

README

        

# RiffView

## What is this?

RIFF形式のチャンク構造を見る簡単なツールです。
A simple tool to view the chunk structure of RIFF format.

Implemented with JUCE.

## Requirement

* JUCE framework 7.0.5: [download](https://juce.com/get-juce/download), [repository](https://github.com/juce-framework/JUCE)
* Projucer: [download](https://juce.com/discover/projucer), or build from source
* C++ build tools: Visual Studio, Xcode, etc.

## How to build

1. Open the .jucer file with the Projucer.
2. Correct the JUCE module path and properties, add exporters and save.
3. Build the generated C++ projects.

## Written by

[yu2924](https://twitter.com/yu2924)

## License

CC0 1.0 Universal