Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asubb committed Aug 13, 2020
1 parent 41b592a commit b05769e
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 18 deletions.
1 change: 0 additions & 1 deletion .release/audio-streaming-enhancement.md

This file was deleted.

6 changes: 0 additions & 6 deletions .release/audio-streaming.md

This file was deleted.

1 change: 0 additions & 1 deletion .release/concatenation.md

This file was deleted.

1 change: 0 additions & 1 deletion .release/cors.md

This file was deleted.

3 changes: 0 additions & 3 deletions .release/file-systems.md

This file was deleted.

1 change: 0 additions & 1 deletion .release/fix-audio-stream-api.md

This file was deleted.

1 change: 0 additions & 1 deletion .release/fix-table-output.md

This file was deleted.

2 changes: 0 additions & 2 deletions .release/http-in-distributed-mode.md

This file was deleted.

24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
Version 0.2.0 on 2020-08-12
------

* [ [#82](https://github.com/WaveBeans/wavebeans/issues/82) ] [Concatenation](/docs/user/api/operations/concatenation-operation.md) operation
* File systems support:
* File System abstraction for a better support of different location types of operations on files.
* DropBox implementation as File System, follow [usage guide](/docs/user/api/file-systems.md#dropbox-file-system).
* HTTP Service improvements:
* [ [#62](https://github.com/WaveBeans/wavebeans/issues/62) ] HTTP API improvements. Audio and Table service no longer require some parameters (sampleRate, sourceType) which can be inferred from the table itself.
* HTTP service now may stream data out of the table with the help of [Audio Service](/docs/user/http/readme.md#audio-service).
* HTTP Service is CORS-enabled
* Table Output improvements:
* If the table is based on finite stream the audio streaming to support the end of the stream as well.
* Specific [Table API for Samples and SampleArrays](/docs/user/api/outputs/table-output.md#sample-type)
* Table implementation can now be [provided as a parameter](/docs/user/api/outputs/table-output.md#custom-table-implementation).
* Introduced remote table driver implementation and leveraging it in HTTP service, so now HTTP service may provide access to tables while running in distributed mode. More details in [documentation](/docs/user/http/readme.md#distributed-mode)
* Better contextual documentation for Table Output.
* Other:
* Introduced [SampleArray](/docs/user/api/readme.md#samplearray) type for performance optimization of certain use cases.
* [ [#59](https://github.com/WaveBeans/wavebeans/issues/59) ] Switched internal communication to gRPC.
* [Bugfix] 24bit wave file storing and fetching hasn't been working properly.
* [Bugfix] The table output is not correctly measuring time markers for complex objects
* [Internal] Wav Writer slighly refactored to be more reusable in different parts of the system.

Version 0.1.0 on 2020-05-18
------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# WaveBeans
[ ![Build And Test](https://github.com/wavebeans/wavebeans/workflows/Build%20And%20Test/badge.svg) ](https://github.com/WaveBeans/wavebeans/actions?query=workflow%3A%22Build+And+Test%22)
[ ![Download](https://api.bintray.com/packages/wavebeans/wavebeans/wavebeans/images/download.svg?version=0.1.0) ](https://bintray.com/wavebeans/wavebeans/wavebeans/0.1.0/link)
[ ![Download](https://api.bintray.com/packages/wavebeans/wavebeans/wavebeans/images/download.svg?version=0.2.0) ](https://bintray.com/wavebeans/wavebeans/wavebeans/0.2.0/link)

A set of tools to process audio signals using Kotlin/Java/Scala/etc. You can either use it via command line or develop your own program which can be run as a part of you application:

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=0.2.0-SNAPSHOT
version=0.2.0

systemProp.kotlinVersion=1.3.71
systemProp.spekVersion=2.0.10
Expand Down

0 comments on commit b05769e

Please sign in to comment.