Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replace old rn app with 01-app #308

Merged
merged 3 commits into from
Sep 23, 2024
Merged

Conversation

benxu3
Copy link
Contributor

@benxu3 benxu3 commented Sep 23, 2024

Context:
The current 01 repository has a deprecated version of the react native app which uses the old architecture and does not support streaming by audio bytes. After the realtime STT/TTS refactor of the 01 server, we realize the Expo Audio library does not support linear PCM (RAW) audio encoding on Android. This makes streaming audio bytes corrupted since we cannot arbitrarily chunk audio bytes of other encodings.

This Change:
This change replaces the deprecated version of the react native app with the updated version that uses LiveKit to handle streaming audio. Specific details to highlight for review:

  • replace deprecated react native app with 01-app

@KillianLucas KillianLucas merged commit 63cc2a2 into OpenInterpreter:main Sep 23, 2024
0 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants