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
- Host: GitHub
- URL: https://github.com/yu2924/riffview
- Owner: yu2924
- License: cc0-1.0
- Created: 2023-03-22T20:14:30.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-20T17:33:46.000Z (over 1 year ago)
- Last Synced: 2023-11-20T18:37:35.752Z (over 1 year ago)
- Topics: juce-application, riff
- Language: C++
- Homepage:
- Size: 208 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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