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

Planned Features on first Release #1

Open
13 of 21 tasks
MineCake147E opened this issue Jul 25, 2019 · 0 comments
Open
13 of 21 tasks

Planned Features on first Release #1

MineCake147E opened this issue Jul 25, 2019 · 0 comments
Assignees
Labels
Kind: Enhancement New feature or request

Comments

@MineCake147E
Copy link
Owner

MineCake147E commented Jul 25, 2019

This issue tracks ideas for new features and improvements for the first release of CSCodec.

Binary

  • Overhaul BitWriter and BitReader
    • Better Padding-related functions for BitWriter and BitReader
  • Implement Rice Coding

Math(CodecMath)

  • Rename CSCodec.CodecMathHelper to System.MathB => cd819b4
  • Remove unused CSCodec.IntegerMath

Codec

Core

  • Rename CSCodec.Core.AudioEncoding to CSCodec.AudioEncoding => d03274f
    • Add many fields in order to decode WAV files and inter-operate with MonoAudio => d03274f
  • Rename CSCodec.Core.SingleComplex to System.Numerics.ComplexF => 7b4feb9
  • Remove unused CSCodec.Core.WaveFormat => ef7a91c

Filters

Prediction

  • Implement LinearPredictorInt in order to decode FLAC
  • Implement LinearPredictorLong in order to decode FLAC

Transformation

  • Optimize existing FFT => df300de
  • Add FFT/IFFT implementations for SingleComplex => 837c97f
  • Overhaul Wavelet Transform

SystemExt

  • Copy Int24 source from MonoAudio's one => dfba493
    • No license changes are needed for this because I wrote it.
  • Optimize System.SpanUtils.ArrangeOddEven and ArrangeOddEvenUnmanaged => a8e7f66

Others

  • RenameCSCodec.ArrayCalculationExtensions to CSCodec.MathV => 3392b56
  • Rewrite and optimize CSCodec.MathV using Span<T>s and MemoryMarshal => 3392b56

Miscellaneous

  • Documentation
  • Logo => 3bd2d65
  • NuGet Package
@MineCake147E MineCake147E added the Kind: Enhancement New feature or request label Jul 25, 2019
@MineCake147E MineCake147E self-assigned this Jul 25, 2019
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
Projects
None yet
Development

No branches or pull requests

1 participant