|
4 | 4 | For official release notes, please see Releases.md |
5 | 5 |
|
6 | 6 | The current tag uses the following library versions: |
7 | | - - codal-core = https://github.com/lancaster-university/codal-core/tree/238e93846b434b730d4d0bfde99b43ccfde29cef |
8 | | - - codal-nrf52 = https://github.com/lancaster-university/codal-nrf52/tree/8802eb49140e0389e535cb6160d9080efd951ba7 |
9 | | - - codal-microbit-nrf5sdk = https://github.com/microbit-foundation/codal-microbit-nrf5sdk/tree/d41d5c7ebe53a1d01935e61d4ffa891e5112e119 |
| 7 | + - codal-core = https://github.com/lancaster-university/codal-core/tree/e659bf3a19716453dc75a0090ad00f89bb2bcb16 |
| 8 | + - codal-nrf52 = https://github.com/lancaster-university/codal-nrf52/tree/03370108dec7310eed9a2cf0b072d869bec3b353 |
| 9 | + - codal-microbit-nrf5sdk = https://github.com/microbit-foundation/codal-microbit-nrf5sdk/tree/4b8abc690f6c9fca6132e6db5ee13a795a263f88 |
| 10 | + |
| 11 | +## [v0.3.0](https://github.com/lancaster-university/codal-microbit-v2/compare/v0.2.71...v0.3.0) |
| 12 | + |
| 13 | + - Remove legacy code relater to runtime reconfiguration of audio pipeline (by Joe Finney) |
| 14 | + - Chnages ito support audio-refactor. (by Joe Finney) |
| 15 | + - Bugfix minor errors in pipeline (by Joe Finney) |
| 16 | + - bugfix (by Joe Finney) |
| 17 | + - Set default sample rate back to 11000 (by Joe Finney) |
| 18 | + - Reduce clicking noise on microphone acivation (by Joe Finney) |
| 19 | + - Increase start up delay to 3 frames, to avoid occasional clicks. (by Joe Finney) |
| 20 | + - Reduce sensitivity of microphone to permit detection of 35db (by Joe Finney) |
| 21 | + - Introduce multitrack audio playback capability (by Joe Finney) |
| 22 | + - Expose address that marks the usable top of flash memory (by Joe Finney) |
| 23 | + - Update target-locked to allow for a fake tagged-released for micromusic testing (by Joe Finney) |
| 24 | + - Use 32 bit addressing for limit macros (by Joe Finney) |
| 25 | + - Update target-locked hashes (by Joe Finney) |
| 26 | + - Add static definitions of TOP_OF_FLASH (by Joe Finney) |
| 27 | + - Update target-locked hashes. (by Carlos Pereira Atencio) |
| 28 | + - ci: Run CI workslflows with projects using the latest audio refactor. (by Carlos Pereira Atencio) |
| 29 | + - Add message bus listener removal handler for LevelDetectorSPL instance (by Joe Finney) |
| 30 | + - Update target-locked hashes. (by Carlos Pereira Atencio) |
| 31 | + - Return levelDetectorSPL settings to previous values (bug #472) (by Joe Finney) |
| 32 | + - Default Mixerchannel rate to upstream default on creation. (by Joe Finney) |
| 33 | + - Set default microphone samplerate by a CONFIG option (by Joe Finney) |
| 34 | + - Update target-locked to latest revision (by Joe Finney) |
| 35 | + - Filter audio data that can arrive when hardware is disabled (#478) (by Joe Finney) |
| 36 | + - bump version (by Joe Finney) |
| 37 | + |
| 38 | +### codal-core ([238e938...e659bf3](https://github.com/lancaster-university/codal-core/compare/238e93846b434b730d4d0bfde99b43ccfde29cef...e659bf3a19716453dc75a0090ad00f89bb2bcb16)) |
| 39 | + |
| 40 | + - Remove runtime configuration of bitrate for StreamSplitter (by Joe Finney) |
| 41 | + - Remove legacy code. (by Joe Finney) |
| 42 | + - Introduce DataSourceSink base class (by Joe Finney) |
| 43 | + - More refactoring. (by Joe Finney) |
| 44 | + - Bugfix minor errors (by Joe Finney) |
| 45 | + - Add tri-state for connectedness of audio filters (by Joe Finney) |
| 46 | + - Refactored stream recording class (by Joe Finney) |
| 47 | + - Bugfix for smaller packets being received from the microphone (by Joe Finney) |
| 48 | + - Enable back to back recordAsync / playbackAsync (by Joe Finney) |
| 49 | + - Fix typo in test expression. classic! (by Joe Finney) |
| 50 | + - Introduce (optional) StreamAnalyzer class (by Joe Finney) |
| 51 | + - Update LevelDetectorSPL to always wake sleeping fibers. (by Joe Finney) |
| 52 | + - Fix bug relating to reset of LevelDetectorSPL state (by Joe Finney) |
| 53 | + - Add support for detecting removal of MessageBus listeners (by Joe Finney) |
| 54 | + - Fix synchronous playback bug via SerialStreamer API (bug #477) (by Joe Finney) |
| 55 | + - Introduce SerialStreamer class into codal-core (by Joe Finney) |
| 56 | + - Register SerialStreamer component as always wantingData (by Joe Finney) |
| 57 | + - Remove stale data stored in DataStream (by Joe Finney) |
| 58 | + - Add noise gate to level detector SPL (by Joe Finney) |
| 59 | + - Add optional support to filter unwanted packets at source (by Joe Finney) |
| 60 | + - Create tailored dataWanted() behaviour for SerialStremaer (#485) (by Joe Finney) |
| 61 | + |
| 62 | +### codal-nrf52 ([8802eb4...0337010](https://github.com/lancaster-university/codal-nrf52/compare/8802eb49140e0389e535cb6160d9080efd951ba7...03370108dec7310eed9a2cf0b072d869bec3b353)) |
| 63 | + |
| 64 | + - Minor change to support debugging (by Joe Finney) |
| 65 | + - Changes to support audio-refactor. (by Joe Finney) |
| 66 | + - Bugfix minor errors (by Joe Finney) |
| 67 | + - Bugfix (by Joe Finney) |
| 68 | + - Add configurable startup delay to ADC channels (by Joe Finney) |
| 69 | + - Fix audio channel release (bug #476) (by Joe Finney) |
| 70 | + - Add interface to allow sample rate of microphone to be defined (#474) (by Joe Finney) |
| 71 | + - Add basic validation for defining microphone ADC samplerate (by Joe Finney) |
| 72 | + |
| 73 | +### codal-microbit-nrf5sdk ([d41d5c7...4b8abc6](https://github.com/microbit-foundation/codal-microbit-nrf5sdk/compare/d41d5c7ebe53a1d01935e61d4ffa891e5112e119...4b8abc690f6c9fca6132e6db5ee13a795a263f88)) |
| 74 | + |
| 75 | + - Suppress all warnings from this target as it's 3rd party code. (#18) (by Carlos Pereira Atencio) |
10 | 76 |
|
11 | 77 | ## [v0.2.71](https://github.com/lancaster-university/codal-microbit-v2/compare/v0.2.70...v0.2.71) |
12 | 78 |
|
|
0 commit comments