Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AgoraIO/Basic-Audio-Broadcasting
Sample app to join/leave a channel, set the role as a host/audience, mute/unmute, and switch between the speaker/headset.
https://github.com/AgoraIO/Basic-Audio-Broadcasting
agora voice-broadcasting
Last synced: about 4 hours ago
JSON representation
Sample app to join/leave a channel, set the role as a host/audience, mute/unmute, and switch between the speaker/headset.
- Host: GitHub
- URL: https://github.com/AgoraIO/Basic-Audio-Broadcasting
- Owner: AgoraIO
- License: mit
- Archived: true
- Created: 2018-09-26T07:33:15.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-18T03:48:28.000Z (almost 4 years ago)
- Last Synced: 2024-08-03T06:02:43.223Z (3 months ago)
- Topics: agora, voice-broadcasting
- Language: Java
- Size: 325 KB
- Stars: 46
- Watchers: 47
- Forks: 43
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-agora - Live broadcasting voice
README
# Basic Audio Broadcasting
# **This Project has been deprecated and archived. We will stop maintain it. Please look at https://github.com/AgoraIO/API-Examples for latest Agora Samples.***English | [中文](README.zh.md)*
Agora provides a set of sample applications demonstrating how to get live voice broadcasting integrated directly into your applications using the Agora Voice SDK.
Sample applications for live voice broadcasting are provided for Android, iOS.
The live voice broadcasting sample applications, demonstrate how to:
- Join / leave channel
- Set role as broadcaster or audience
- Mute / unmute audio
- Switch speaker## Platforms Supported
Project Folder Name|Platform|Description
---|---|---
[OpenLive-Voice-Only-Android](./OpenLive-Voice-Only-Android)|Android|Android live voice broadcasting
[OpenLive-Voice-Only-iOS-Objective-C](./OpenLive-Voice-Only-iOS-Objective-C)|iOS(Objective-C)|iOS live voice broadcasting(Objective-C)
[OpenLive-Voice-Only-iOS](./OpenLive-Voice-Only-iOS)|iOS(Swift)|iOS live voice broadcasting(Swift)## Contact Us
- For potential issues, take a look at our [FAQ](https://docs.agora.io/en/faq) first
- Dive into [Agora SDK Samples](https://github.com/AgoraIO) to see more tutorials
- Take a look at [Agora Use Case](https://github.com/AgoraIO-usecase) for more complicated real use case
- Repositories managed by developer communities can be found at [Agora Community](https://github.com/AgoraIO-Community)
- You can find full API documentation at [Document Center](https://docs.agora.io/en/)
- If you encounter problems during integration, you can ask question in [Stack Overflow](https://stackoverflow.com/questions/tagged/agora.io)
- You can file bugs about this sample at [issue](https://github.com/AgoraIO/Basic-Audio-Broadcasting/issues)## License
All sample applications are licensed under the MIT License (MIT). [View the license](LICENSE.md).