Skip to content

Commit

Permalink
docs(readme): add image
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed May 24, 2016
1 parent 7568dbf commit c1bdd6d
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 12 deletions.
28 changes: 16 additions & 12 deletions README.md
@@ -1,20 +1,18 @@
# bellows-logger [![Build Status](https://travis-ci.org/azu/bellows-logger.svg?branch=master)](https://travis-ci.org/azu/bellows-logger)

POC logger
![bellows](./docs/img/bellows.png)

## Architecture
Flexible logger library for JavaScript.

- Web Audio API like logger
- LoggerNode connect LoggerNode
## Feature

- [Web Audio API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API) like logger
- `LoggerNode` connect next `LoggerNode`
- It is similar with `AudioNode`
- `LoggerNode` transform/deny/filter/attach log data

![webaudioAPI.svg](./docs/img/webaudioAPI.svg)

<del>
- Input(Source)
- Filter
- Buffer
- Queue
- Formatter
- Output
</del>
### Log format

We call log data as **Chunk**.
Expand Down Expand Up @@ -112,3 +110,9 @@ For bugs and feature requests, [please create an issue](https://github.com/azu/b
## License

MIT © azu

## Credit

Bellows image

- [File:Bellows (PSF).svg - Wikimedia Commons](https://commons.wikimedia.org/wiki/File:Bellows_(PSF).svg "File:Bellows (PSF).svg - Wikimedia Commons")
Binary file added docs/img/bellows.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions docs/img/webaudioAPI.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c1bdd6d

Please sign in to comment.