https://github.com/gdesiato/pure-synth
Online synthesizer, using Java Sound API for audio synthesis, Spring Framework, MySQL, Maven, Flyway, Docker-compose
https://github.com/gdesiato/pure-synth
api docker-compose flyway java java-sound-api spring-boot
Last synced: 26 days ago
JSON representation
Online synthesizer, using Java Sound API for audio synthesis, Spring Framework, MySQL, Maven, Flyway, Docker-compose
- Host: GitHub
- URL: https://github.com/gdesiato/pure-synth
- Owner: gdesiato
- Created: 2023-09-08T11:19:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-02T11:22:31.000Z (over 1 year ago)
- Last Synced: 2024-11-02T12:20:22.868Z (over 1 year ago)
- Topics: api, docker-compose, flyway, java, java-sound-api, spring-boot
- Language: Java
- Homepage:
- Size: 2.31 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
test pr
# pure synth
## Web API for Audio Synthesis
### Overview
Online synthesizer, harnessing the power of Java Sound API for audio synthesis, tightly integrated with the Spring Framework for a seamless backend experience.
The original idea was to utilize Pure Data for audio capabilities, but after thoughtful consideration and exploration of other possibilities like Web Audio API, the direction taken implied the use of Java Sound API. This transition enables a more direct and streamlined integration with web technologies while maintaining robust backend support with Spring.