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

Implement a brand new Pipeline System #12

Open
6 tasks
Tracked by #11
MineCake147E opened this issue Mar 15, 2020 · 0 comments
Open
6 tasks
Tracked by #11

Implement a brand new Pipeline System #12

MineCake147E opened this issue Mar 15, 2020 · 0 comments
Assignees
Labels
Feature: Signal Processing 🎛️ Something related to signal processing Feature: Utility 🧰 Something related to utility features Kind: Enhancement 📈 New feature or request Priority: Moderate 🚃 Something that is moderately prioritized Status: Paused ⏸️ Previously been working but paused with some reasons.
Projects

Comments

@MineCake147E
Copy link
Owner

Backgrounds

  • We need to implement more efficient system for signal processing.
    • High throughput for BGM and ambient SFX with new architecture
    • Low Latency for SFX with existing architecture

Idea and Progress

  • Add interface IPipelineComponent<TSample, TFormat>.
    • async Task UpdateAsync() to swap buffer and process next block asynchronously.
  • Add class PipelineInput<TSample, TFormat> that translates IReadableAudioSource<TSample, TFormat> or IAsynchronouslyReadableAudioSource<TSample, TFormat> to be read as IPipelineComponent<TSample, TFormat>.
  • Add interface IPipelineOutput<TSample, TFormat> that can be read as IReadableAudioSource<TSample, TFormat>.
  • Add class AudioPipe<TSample, TFormat> that connects two IPipelineComponent<TSample, TFormat>.
  • Add struct AudioBuffer<TSample, TFormat> that holds single processing block.
@MineCake147E MineCake147E added Kind: Enhancement 📈 New feature or request Feature: Signal Processing 🎛️ Something related to signal processing Status: Working ▶️ Work in progress Priority: High 🚅 Something should be solved shortly. Feature: Utility 🧰 Something related to utility features labels Mar 15, 2020
@MineCake147E MineCake147E added this to the Advanced Mixer milestone Mar 15, 2020
@MineCake147E MineCake147E self-assigned this Mar 15, 2020
@MineCake147E MineCake147E added this to To do in 1.0 Release via automation Mar 15, 2020
@MineCake147E MineCake147E added Priority: Moderate 🚃 Something that is moderately prioritized and removed Priority: High 🚅 Something should be solved shortly. labels Nov 12, 2020
@MineCake147E MineCake147E added Status: Paused ⏸️ Previously been working but paused with some reasons. and removed Status: Working ▶️ Work in progress labels Feb 4, 2021
@MineCake147E MineCake147E mentioned this issue Sep 24, 2021
14 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature: Signal Processing 🎛️ Something related to signal processing Feature: Utility 🧰 Something related to utility features Kind: Enhancement 📈 New feature or request Priority: Moderate 🚃 Something that is moderately prioritized Status: Paused ⏸️ Previously been working but paused with some reasons.
Projects
1.0 Release
  
To do
Development

No branches or pull requests

1 participant