Skip to content

Last update for old PSK code

Choose a tag to compare

@robertrypula robertrypula released this 02 Jan 22:25
· 112 commits to master since this release
  • Dynamic dev files loading
  • Boot config added
  • Env variables added (isBrowser, isNode, isWebWorker)
  • NodeJs export added - you can now use AudioNetwork in NodeJs applications!
  • ActiveAudioContext abstraction
  • CarrierGenerate and CarrierRecovery refactor
  • Constellation diagram: do not redraw constellation if queue wasn't changed
  • Constellation diagram: queue elements approach changed (only one item per constellation point now)
  • WindowFunction service with blackmanNuttall method
  • Visualizer abstract classes (Abstract2DVisualizer, AbstractVisualizer)
  • Visualizer code refactor
  • rename audio-network-begin to audio-network-boot
  • WebWorker basic functionality added