-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat/Implement TTS feature #13
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- 재생 버튼 / 정지 버튼 둘 중 하나만 보이게 구현
- viewmodel -> repository -> datasource 흐름 유지
이 두 개를 해주시면 좋을 것 같은데 일단은 데모를 위해서 1이 더 급하긴 합니다!
frontend/app/src/main/java/com/example/speechbuddy/compose/SpeechBuddyApp.kt
Outdated
Show resolved
Hide resolved
frontend/app/src/main/java/com/example/speechbuddy/viewmodel/TextToSpeechViewModel.kt
Outdated
Show resolved
Hide resolved
frontend/app/src/main/java/com/example/speechbuddy/ui/models/TextToSpeechUiState.kt
Outdated
Show resolved
Hide resolved
frontend/app/src/main/java/com/example/speechbuddy/compose/landing/LandingScreen.kt
Outdated
Show resolved
Hide resolved
frontend/app/src/main/java/com/example/speechbuddy/compose/SpeechBuddyApp.kt
Outdated
Show resolved
Hide resolved
frontend/app/src/main/java/com/example/speechbuddy/compose/texttospeach/TextToSpeachScreen.kt
Outdated
Show resolved
Hide resolved
frontend/app/src/main/java/com/example/speechbuddy/compose/texttospeach/TextToSpeachScreen.kt
Outdated
Show resolved
Hide resolved
frontend/app/src/main/java/com/example/speechbuddy/compose/texttospeach/TextToSpeachScreen.kt
Outdated
Show resolved
Hide resolved
frontend/app/src/main/java/com/example/speechbuddy/compose/texttospeach/TextToSpeachScreen.kt
Outdated
Show resolved
Hide resolved
frontend/app/src/main/java/com/example/speechbuddy/compose/texttospeach/TextToSpeachScreen.kt
Outdated
Show resolved
Hide resolved
Co-authored-by: 이석찬 / Lee Sukchan <[email protected]>
frontend/app/src/main/java/com/example/speechbuddy/compose/texttospeech/TextToSpeechScreen.kt
Outdated
Show resolved
Hide resolved
frontend/app/src/main/java/com/example/speechbuddy/compose/texttospeech/TextToSpeechScreen.kt
Show resolved
Hide resolved
frontend/app/src/main/java/com/example/speechbuddy/ui/models/TextToSpeechUiState.kt
Outdated
Show resolved
Hide resolved
frontend/app/src/main/java/com/example/speechbuddy/viewmodel/TextToSpeechViewModel.kt
Show resolved
Hide resolved
frontend/app/src/main/java/com/example/speechbuddy/viewmodel/TextToSpeechViewModel.kt
Outdated
Show resolved
Hide resolved
frontend/app/src/main/java/com/example/speechbuddy/viewmodel/TextToSpeechViewModel.kt
Outdated
Show resolved
Hide resolved
frontend/app/src/main/java/com/example/speechbuddy/viewmodel/TextToSpeechViewModel.kt
Show resolved
Hide resolved
frontend/app/src/main/java/com/example/speechbuddy/viewmodel/TextToSpeechViewModel.kt
Outdated
Show resolved
Hide resolved
frontend/app/src/main/java/com/example/speechbuddy/viewmodel/TextToSpeechViewModel.kt
Outdated
Show resolved
Hide resolved
Co-authored-by: 이석찬 / Lee Sukchan <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
변경사항 다 적용했습니다!
버튼 뺄 때 context랑 변수를 다 내려주는 방식을 생각했는데 보여주신 방식이 훨씬 깔끔해서 그대로 적용했습니다.
민영님이 말씀해주신 게 있어서 반영해서 커밋 간단한 거 하나 추가했습니다! |
PR Title: Implement TTS feature
Related Issue(s):
PR Description:
Changes Included:
Notes for Reviewer:
Any specific instructions or points to be considered by the
reviewer.
Reviewer Checklist:
Additional Comments:
Add any other comments or information that might be useful for the
review process.