All Projects → anyRTC-UseCase → anyHouse

anyRTC-UseCase / anyHouse

Licence: other
高仿 ClubHouse,语音直播、语聊房、高音质、极速上麦,开源 ClubHouse,实现了Clubhouse的上麦,下麦,邀请,语音音量提示等功能。

Programming Languages

kotlin
9241 projects
swift
15916 projects
java
68154 projects - #9 most used programming language
objective c
16641 projects - #2 most used programming language
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to anyHouse

ArRtspTool
将RTSP或者NV-RTX上的摄像头流转为webrtc可直接观看的流,延迟低至200ms,Web无插件、Native等全平台低延时拉流
Stars: ✭ 38 (-78.53%)
Mutual labels:  rtc, anyrtc
awesome-rtc
📡 A curated list of awesome Real Time Communications resources
Stars: ✭ 196 (+10.73%)
Mutual labels:  rtc
MCP79412RTC
Arduino library for the Microchip MCP79411/12 Real-Time Clock/Calendar
Stars: ✭ 20 (-88.7%)
Mutual labels:  rtc
rpi
Microcontroller projects (RPi, Arduino, ATTiny85, ESP, Pico, STM8/32)
Stars: ✭ 76 (-57.06%)
Mutual labels:  rtc
ESP32Time
An Arduino library for setting and retrieving internal RTC time on ESP32 boards
Stars: ✭ 120 (-32.2%)
Mutual labels:  rtc
AIML-in-Medicine-club
Repository for "AI/MD in Medicine" club in clubhouse
Stars: ✭ 42 (-76.27%)
Mutual labels:  clubhouse
Kcp
⚡ KCP - A Fast and Reliable ARQ Protocol
Stars: ✭ 10,473 (+5816.95%)
Mutual labels:  rtc
rtcclient
RTCClient for Rational Team Concert
Stars: ✭ 33 (-81.36%)
Mutual labels:  rtc
awesome-clubhouse
A list of useful tools (apis, links, services etc.) for clubhouse users
Stars: ✭ 35 (-80.23%)
Mutual labels:  clubhouse
Performance-Engineers-Clubhouse
Join Performance Engineers Clubhouse 🏡
Stars: ✭ 14 (-92.09%)
Mutual labels:  clubhouse
clubhouse
Clubhouse API client and social graph crawler for TypeScript.
Stars: ✭ 40 (-77.4%)
Mutual labels:  clubhouse
room.cafe
An extremely simple video meeting, integrated whiteboard, chat and screen sharing
Stars: ✭ 34 (-80.79%)
Mutual labels:  rtc
clubhouse-desktop
An unofficial Clubhouse desktop client
Stars: ✭ 200 (+12.99%)
Mutual labels:  clubhouse
clubhouse-unfollowers
👋 Find and unfollow people who unfollowed you or don't follow you back on Clubhouse
Stars: ✭ 24 (-86.44%)
Mutual labels:  clubhouse
NeoPixel-60-Ring-Clock
Time displayed as a series of colored arcs on a 60 Ring NeoPixel
Stars: ✭ 15 (-91.53%)
Mutual labels:  rtc
NERTC-Flutter-SDK
NetEase RTC plugin for Flutter Mobile
Stars: ✭ 18 (-89.83%)
Mutual labels:  rtc
ticket-check-action
Verify that pull request titles start with a ticket ID
Stars: ✭ 29 (-83.62%)
Mutual labels:  clubhouse
MCP7940
Arduino Library to access the MCP7940M, MCP7940N and MCP7940x Real-Time chips
Stars: ✭ 29 (-83.62%)
Mutual labels:  rtc
quickstart-calls-directcall-ios
iOS sample for Direct Call of Sendbird Calls, guiding you to build a real-time voice and video calls quickly and easily.
Stars: ✭ 13 (-92.66%)
Mutual labels:  rtc
react-native-steve
React Native horizontal scroll view component as seen on Clubhouse tags
Stars: ✭ 89 (-49.72%)
Mutual labels:  clubhouse

高仿 ClubHouse

本文将介绍目前市面上比较流行的音频沙龙应用场景,并讲述基于 anyRTC SDK,模仿 ClubHouse 的步骤。

近几年,语音社交产品也算是频频进入大家的视野,像早期的 YY,近期的 ClubHouse。语音聊天在泛娱乐社交行业中有着重要的地位,行业中很多佼佼者也都为用户提供了语音聊天室。有些语聊的应用中除了群聊社交之外还有带玩、叫醒服务、知识付费等。

看似简单的应用,有些优质的语音社交平台能达到每月1亿的流水,当下语聊市场已经被资本疯狂炒作,如何能够站在风口处,成为了当下热聊的话题。

Demo 体验

扫码体验

高仿的效果

代码下载

Github代码下载慢,请移步至码云下载

实现步骤

业务部分

  • 获取房间列表
  • 创建房间/进入房间/退出房间
  • 申请举手/取消举手/邀请请求/取消邀请/同意邀请
  • 获取嘉宾列表/获取观众列表

RTM 实时消息部分

  • 登录 RTM
  • 加入 RTM 频道
  • 订阅主播状态:根据该状态可以知晓当前房间的主播在线状态,做页面提示
  • 发送频道消息:自定义内容可做房间事件信令同步通知(游客进入房间,举手,邀请等)
  • 退出频道
  • 下线

RTC 实时音视频部分

  • 设置房间类型:直播类型
  • 设置 AI 降噪以及音乐模式场景:高音质全频带音质
  • 设置角色:房主设置为主播,观众设置为游客,观众同意邀请后设置为主播,下台设置为游客
  • 开关音频:是否静音
  • 监听说话者回调:根据回调数据提示某人在说话,在头像上做动效
  • 监听人员上下线:嘉宾栏人员变动更新
  • 离开频道

代码

平台兼容

anyHouse 示例项目支持以下平台和版本:

  • iOS 9 及以上。

  • Android 4.4 及以上。

代码目录说明

反馈与建议

联系电话:021-65650071

QQ咨询群:580477436

咨询邮箱:[email protected]

集成咨询:开发者论坛

加微信入技术群交流:

获取更多帮助前往:www.anyrtc.io

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].