Changelog

See what's new added, changed, fixed, improved or updated

June 10, 2024v0.8.5

Visual Audio Editor & Theme Generator

We've completely upgraded the customization capabilities of audx. Now you can use the visual audio-editor and theme-generator to personalize your sounds.

Audio Editor & Theme Generator Demo

Version 0.8.0 introduces a brand new Audio Editor, enabling you to tailor sound profiles visually and intuitively. Alongside this, the Theme Generator gives you full control over how your audio visualizations look and feel, ensuring your workspace matches your unique style.

We've also added a dedicated Library section for users to browse and manage their generated themes easily. Lastly, our CLI has been updated, allowing you to install custom created sounds directly to your projects without any hassle.

Read More

  • Added the Visual Audio Editor for precise wave editing
  • Introduced the Theme Generator to visually customize audio themes
  • New Library section for managing and viewing user-generated themes

March 22, 2024v0.6.0

Real-time Previews

Audx now brings a fully-featured live preview engine and enhanced exporting capabilities right into your browser.

  • Preview complex audio effects in real-time
  • Seamless collaboration and sharing
MP3
WAV
AAX

  import { SoundProvider } from "@litlab/audx/react";
  function App() {
    const [enabled, setEnabled] = useState(true);
    const [volume, setVolume] = useState(0.8);
    return (
      <SoundProvider
        enabled={enabled}
        volume={volume}
        onEnabledChange={setEnabled}
        onVolumeChange={setVolume}
      >
        {children}
      </SoundProvider>
    );
  }

The updated dashboard streamlines your workflow, letting you preview heavy effects across multiple tracks instantly. We've optimized the underlying audio engine to deliver a zero-latency experience even when running high-fidelity processing plugins.

  • Real-time audio effect previews directly in the playback engine
  • Multi-track audio support for layering multiple sound sources
  • Export capabilities for high-quality FLAC and WAV formats

November 7, 2023v0.5.0

Advanced Audio Engine & Project Sharing (Beta)

We’re launching our completely rebuilt audio engine, offering lower latency and a new way to share project links seamlessly across teams.

Now you can:

  • Experience fluid playback with smarter audio buffering
  • Analyze your tracks with a global spectrum analyzer
  • Quickly prototype ideas using preset ambient soundscapes
Audio Engine Overview

  • Complete overhaul of the audio playback engine for lower latency
  • New preset soundscapes and ambient loops for quick prototyping
  • Global spectrum analyzer to view frequency bands across all tracks
  • Shareable project links to collaborate with team members on mixes