Innovative Accessibility for Everyone
UTURI provides cutting-edge tools and libraries to make digital content accessible to all users. Transform data into sound, ensure visual accessibility, and build inclusive experiences.
Example code showing how to use UTURI sonification library to convert data into sound
import { Sonifier } from '@uturi/sonification';
const data = [1, 5, 3, 8, 6, 12];
const sonifier = new Sonifier();
await sonifier.sonify(data);
Accessibility Tools
Transform numbers into sound to make data more accessible.
Key Features:
- Various Waveform Types: Sine, Square, Sawtooth
- Various Output Formats: Melody, Volume, Frequency and Rhythm
- Customizable Audio Settings
- Optimized Audio Performance with Web Worker Support
- Type-Safe & Zero-Dependencies
- Framework Agnostic
Rapidly Build Accessible UI Components Like AutoComplete, Select, and ChainPicker
This tool is currently in development
More accessibility tools are in development. Check GitHub for the latest updates.