Migrating over to .NET 8 and making some changes. This project will be focusing on lossless media files. For now, I'm going to support .wav files, but .flac might be the one to support at a later point.
Changes
.wav audio file support added
Migration to .NET 8
Fixing song deletion bug with endpoint DELETE /api/v1/song/data/delete/{id}
Clean up
Features removed
.mp3 audio file support is not longer supported
Migrating over to .NET 8 and making some changes. This project will be focusing on lossless media files. For now, I'm going to support `.wav` files, but `.flac` might be the one to support at a later point.
## Changes
* `.wav` audio file support added
* Migration to .NET 8
* Fixing song deletion bug with endpoint `DELETE /api/v1/song/data/delete/{id}`
* Clean up
## Features removed
* `.mp3` audio file support is not longer supported
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Migrating over to .NET 8 and making some changes. This project will be focusing on lossless media files. For now, I'm going to support
.wavfiles, but.flacmight be the one to support at a later point.Changes
.wavaudio file support addedDELETE /api/v1/song/data/delete/{id}Features removed
.mp3audio file support is not longer supported