Skip to content

WaveBeans 0.3.0

Compare
Choose a tag to compare
@asubb asubb released this 02 Jan 20:45
· 35 commits to develop since this release
  • [Breaking changes] SampleArray renamed to SampleVector as well as it has wider API and usage overall.
  • [Breaking changes] Now based on Kotlin 1.4. Previous Kotlin versions are not guaranteed to work.
    • Kotlin 1.4.21
  • [ #31 ] Flatten operation.
  • [ #86 ] Managing and controlling WAV and CSV outputs
  • Output as a function
  • Inverse FFT implementation
  • Window functions are available as separate convenience functions
  • Resample operation
  • Monitoring: metrics system, internal collectors and Prometheus exporter. More in docs.
  • Improvements on SampleVector type, i.e. arithmetic operation with scalars, an operation on two non-nullable vector gets non-nullable result.