# Contributors

Thanks to all the people who have contributed to WASM Audio Ferrite!

## Core Contributors

- Zeneil Ambekar - Project maintainer and core architecture
- [Add your name here]

## Contributors

We welcome contributions! Please feel free to submit a Pull Request.

### How to Contribute

1. Fork the repository
2. Create your feature branch (`git checkout -b feature/amazing-feature`)
3. Commit your changes (`git commit -m 'Add some amazing feature'`)
4. Push to the branch (`git push origin feature/amazing-feature`)
5. Open a Pull Request

### Areas for Contribution

- **Audio Processing Algorithms**: Improve noise reduction, add new DSP features
- **Performance Optimization**: WASM optimizations, memory management
- **Documentation**: Improve docs, add examples, tutorials
- **Testing**: Add test coverage, benchmarks
- **Platform Support**: Improve browser compatibility, Node.js support
- **Demo Applications**: Create examples showcasing the library

### Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

### Recognition

All contributors will be added to this file. For significant contributions, you'll also be mentioned in the release notes.

## Special Thanks

- The Rust and WebAssembly communities
- wasm-bindgen and wasm-pack maintainers
- Web Audio API specification contributors
