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

Fix midi generator cli #11

Merged
merged 7 commits into from
Nov 1, 2022
Merged

Conversation

SleepyLGod
Copy link
Owner

@SleepyLGod SleepyLGod commented Nov 1, 2022

  • Spring-boot framework configured.
  • The fuctions dealing with mp3 files passed:
    • With input and output paths given and fixed, local mp3 files can be converted to midi files.
    • With input and output paths given and can be changed, the mp3 file transferred by the frontend can be downloaded and converted to local midi files.
  • common configuration and self-created generic return objects and exceptions.
  • Network cross-domain configuration.
  • API documentation like swagger configuration.

@SleepyLGod SleepyLGod added bug Something isn't working enhancement New feature or request question Further information is requested labels Nov 1, 2022
@SleepyLGod SleepyLGod linked an issue Nov 1, 2022 that may be closed by this pull request
11 tasks
@SleepyLGod SleepyLGod merged commit 4e9a682 into dev-midi-generator Nov 1, 2022
This was referenced Nov 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request question Further information is requested
Projects
None yet
Development

Successfully merging this pull request may close these issues.

enhancement: convert the mp3 files to midi files and play them dynamically
3 participants