voxviewer Svelte Themes

Voxviewer

See what audio looks like. All in your browser.

VoxViewer


An Audio Experiment
Built with SvelteKit

Build Language Issues

My entry for the SvelteHack 2023 competition. An experiment with WebAssembly, Web Workers, SvelteKit, and the Web Audio API. Check out the live demo at https://voxviewer.vercel.app

Requirements

To run this project locally, you'll need the following software installed:

See the project in action

https://user-images.githubusercontent.com/65556364/232364974-e6f58a2f-f4a6-4256-8115-b62e85550175.mp4

Running the Project

Get started by cloning the repository using the following command:

git clone [email protected]:acdamiani/cryptools.git

Then, do some project installation.

# install pnpm dependencies
pnpm install

# build the Rust crate
pnpm build:wasm

Developing

Once you've cloned the project, installed dependencies, and built the Rust crate, start a development server:

pnpm dev

If you want to preview the built version of the project (make sure you run pnpm build:wasm first):

# build the project
pnpm build

# preview the built project
pnpm preview

Top categories

Loading Svelte Themes