Newer
Older
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
- ...
### Changed
### Deprecated
- ...
### Removed
- ...
### Fixed
### Changed
- Default sound system is now JACK, not ALSA
- Docs: Update README with new PipeWire based installation
### Added
- PipeWire as the media server inside the docker container
- Docker compose support for easier building of local containers
- WirePlumber script to automatically connect ports
- WirePlumber script to list device ports
### Removed
- Dropped ALSA in Docker support in favour of PipeWire + JACK
### Fixed
- Smooth play-out latency and buffering for analog audio input (engine-core#50)
## [1.0.0-alpha2] - 2023-06-19
### Changed
- Make properties in API schemas in CamelCase notation (aura#141)
- Configuration: Renamed environment variable `AURA_ENGINE_SERVER_TIMEOUT` to `AURA_ENGINE_SERVER_TIMEOUT`
and configuration setting `telnet_server_timeout` to `server_timeout`.
- Configuration: Increase default value for `server_timeout`, to avoid malfunctions when idle (aura#165)
- Use datatype float instead of int for `trackDuration` (#51)
### Fixed
- Telnet server sample config not working (engine-core#45).
- Extend and improve output for `make help`.