Thank you for your interest in contributing to Fun-ASR!
- Check if the issue already exists in Issues
- If not, open a new issue with:
- Your environment (OS, Python, PyTorch, FunASR version)
- Steps to reproduce
- Expected vs actual behavior
Open a Discussion or Issue describing your use case and proposed solution.
- Fork the repository
- Create a feature branch:
git checkout -b feature/your-feature - Make your changes
- Test your changes locally
- Submit a Pull Request with a clear description
- Adding support for new languages
- Improving documentation and examples
- Performance optimizations
- Bug fixes and edge case handling
- Integration examples with popular frameworks
git clone https://github.com/FunAudioLLM/Fun-ASR.git
cd Fun-ASR
pip install -r requirements.txt- Follow PEP 8 for Python code
- Add docstrings for public functions
- Keep commits atomic and well-described
By contributing, you agree that your contributions will be licensed under the Apache-2.0 License.