-
Notifications
You must be signed in to change notification settings - Fork 471
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
Remaining piece to make the most out of V1 #958
Comments
beastoin
added a commit
that referenced
this issue
Oct 6, 2024
…980) Issue: #958 <!-- This is an auto-generated comment: release notes by OSS Entelligence.AI --> ### Summary by Entelligence.AI - New Feature: Introduced a Write-Ahead Logging (WAL) service for managing audio frame data, improving data integrity and reliability. - New Feature: Added backward synchronization of missing audio frames, enhancing the user experience by ensuring complete audio data. - New Feature: Implemented a prompt to sync missing data, providing users with an intuitive way to retrieve any lost information. - Refactor: Streamlined service initialization in `main.dart` for better code organization. - New Feature: Extended server message events to include `memory_backward_synced`, allowing more granular tracking of synchronization events. <!-- end of auto-generated comment: release notes by OSS Entelligence.AI -->
@josancamon19 bruh, tell me more about UX enhancements ? |
I think we should close this ticket, feel free to lmk if there any UX improvement we could make ~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Even if bytes get streamed, there might be connection issues, which anyways would cause data lost.
This happens a lot in events (SF), and rural areas.
This will not be solved with V2 as is.
So,
How to sync those bytes?
2 Options:
TBD
What do to with those bytes?
Also, how to show this to the user, so experience is seamless, no idea either yet.
The text was updated successfully, but these errors were encountered: