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

Split Shamisen into smaller parts and publish NuGet packages #165

Open
1 of 2 tasks
MineCake147E opened this issue Nov 20, 2021 · 0 comments
Open
1 of 2 tasks

Split Shamisen into smaller parts and publish NuGet packages #165

MineCake147E opened this issue Nov 20, 2021 · 0 comments
Assignees
Labels
Kind: Enhancement 📈 New feature or request Priority: High 🚅 Something should be solved shortly. Status: Working ▶️ Work in progress

Comments

@MineCake147E
Copy link
Owner

MineCake147E commented Nov 20, 2021

Background and motivation

Currently, Shamisen is getting larger and larger, and causing code bloat because of more features and their optimization.
Some user doesn't need a fully-managed FLAC decoder while some of other doesn't need any IOs.
So I can split Shamisen into smaller parts, and bundle them in several NuGet package if needed.

Possible new library structure

  • Shamisen NuGet package
    • Shamisen.Core NuGet package / library
      • Interfaces and DSP features
      • WAV decoder and encoder
    • Shamisen.IO NuGet package / library
      • IO-related interfaces
    • Shamisen.Codecs.Flac NuGet package / library
      • FLAC decoder and encoder
    • Shamisen.Pipeline NuGet package / library

Tasks

  • Split library into smaller parts
  • Release alpha version of each library to NuGet
@MineCake147E MineCake147E added Kind: Enhancement 📈 New feature or request Status: Working ▶️ Work in progress Priority: High 🚅 Something should be solved shortly. labels Nov 20, 2021
@MineCake147E MineCake147E self-assigned this Nov 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Kind: Enhancement 📈 New feature or request Priority: High 🚅 Something should be solved shortly. Status: Working ▶️ Work in progress
Projects
None yet
Development

No branches or pull requests

1 participant