The app is part of the SHMA project. With this app one can stream audio from one audio input device to devices in local network. Streaming over the internet is not supported by this project and will not be maintained. To Listen to the streams the SHMA-Client is required.
To learn about how to configure and use this app check the wiki.
Setup your local development environment to run flutter.
Clone this repository.
Run following commands in the folder to start the app from source.
flutter pub get
flutter run
More information you can find on the offical documentation of flutter.
New releases will be available when new features or improvements exists. Check the corresponding release to learn what has changed. Binary releases are not avaialbe for the app. Deploy the app by yourself. Check the official documentation on how to deploy from source.
You can customize the icon, title and color scheme of the app. Check the wiki on how to do this.
If you find a bug or have a great idea for a feature to extend this project fill free to create one issue.
Duplicate issues: First of all ensure no issue with your bug or feature exists already.
Create new bug by filling in all fileds in the given tenplate.
Bugs must contain
- a sounding name
- description of the problem
- steps to reproduce the bug
- description of the expected behaviour
- system information
- used OS
- device
- app version
Optional:
- screenshots or screencasts showing the problem
Create new feature request by filling in all fileds in the given tenplate.
Feature requests must contain
- a sounding name
- description of the feature you wish
Optional:
- screenshots or screencasts showing how the feature should work
All issues we are working on can be found at the project board. All issues which are not on the board may be in refinement or are closed, because of violating this contribution guide.