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

feat: implement AudioClassifier #1137

Merged
merged 5 commits into from
Jan 28, 2024
Merged

feat: implement AudioClassifier #1137

merged 5 commits into from
Jan 28, 2024

Conversation

homuler
Copy link
Owner

@homuler homuler commented Jan 28, 2024

close #1057

@homuler homuler self-assigned this Jan 28, 2024
@homuler homuler force-pushed the feature/audio-classifier branch 2 times, most recently from bf7168a to dd582b4 Compare January 28, 2024 11:38
@homuler homuler merged commit 3753fdf into master Jan 28, 2024
11 checks passed
@homuler homuler deleted the feature/audio-classifier branch January 28, 2024 12:59
Copy link

@rootux rootux left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great Work.
Not sure what is the commented out resource manager. Heartfelt thank you for your work 🙏🏽🤘🏽

@homuler
Copy link
Owner Author

homuler commented Jan 29, 2024

Not sure what is the commented out resource manager.

That doesn't matter much.
The current ResourceManager cannot be initialized twice, so only 1 test class can initialize it, which was inconvenient here.

throw new InvalidOperationException("ResourceManager can be initialized only once");

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.

Support for Audio example
2 participants