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

Clean up FloweryTTS AudioTrack #183

Merged
merged 2 commits into from
Apr 19, 2024
Merged

Clean up FloweryTTS AudioTrack #183

merged 2 commits into from
Apr 19, 2024

Conversation

devoxin
Copy link
Contributor

@devoxin devoxin commented Apr 17, 2024

  • Removes the need to instantiate tracks based on reflection hacks, and uses an enum to map formats to their respective audio track classes
  • Improves code readability
  • Slight optimisation in that queryParams is not iterated for each iteration of config.entrySet()
  • Removes a stray println in favour of a log.debug

@topi314 topi314 merged commit 92f3700 into topi314:master Apr 19, 2024
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.

None yet

2 participants