Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Julius R Friedman <[email protected]>
  • Loading branch information
juliusfriedman authored Oct 19, 2024
1 parent f38817e commit 6683d03
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,14 @@ it to clients (you can also use it's frame types to handle
depacketization of media) [which will eventually be seperated into their
own classes so you don't need the server to packetize or depacketize].

You can use the Image project to create Images (save to Bitmap only right
now).
You can use the Image projects to create Images (Support for Bitmap or Portable Network Graphics formats only for now).

You can use the Audio project to create Audio (See examples for saving
to a Riff / Wave file).
You can use the Audio project to create Audio (See examples for saving to a Riff / Wave file).

Various transforms are supported for the Image and Audio buffers,
[using vectorization where possible].
Various transforms are supported for the Image and Audio buffers, [using vectorization where possible].

You can read various types of media files using the various Container
projects.
You can read various types of media files using the various Container projects.

A lot of the classes are still in development mode so please let me
know if you see a feature missing or a gap in the API.
A lot of the classes are still in development mode so please let me know if you see a feature missing or a gap in the API.

Contributions welcome!

0 comments on commit 6683d03

Please sign in to comment.