Skip to content
This repository has been archived by the owner on Feb 1, 2021. It is now read-only.
/ AudEar Public archive

Audio Decoding and Playing Library for Windows

License

Notifications You must be signed in to change notification settings

daramkun/AudEar

Repository files navigation

AudEar

Audio Decoding and Playing Library for C++.

libAudEar

libAudEar is Audio Decoding and Playing Interface Library.

Support Decoders

  • Media Foundation Audio Decoder

Support Players

  • XAudio 2 Audio Player
  • Windows Audio Session API Audio Player
    • Shared Mode Player
    • Exclusive Mode Player
  • OpenAL Audio Player

Support Audio Streams

  • Buffered Decoder Audio Stream
  • Type converter Streams
  • Multi-channels to Mono-channel Converter Audio Stream
  • SIMD support Converter Streams for faster
    • SSE SIMD support Audio Type converter Stream for IA32 and AMD64 Architecture computer

Support Filters

  • BiQuad Filtering Audio Stream
    • High Pass Filter
    • Low Pass Filter
    • High Shelf Filter
    • Low Shelf Filter
    • All Pass Filter
    • Notch Filter
    • Peak Eq Filter
    • Band Pass Filter(Constant Skirt Gain)
    • Band Pass Filter(Constant Peak Gain)
  • Equalizer Initializer
    • Equalizer Presets

Plans

  • CoreAudio Audio Decoder
  • DirectSound 8 Audio Player
  • WaveOut Audio Player
  • ALSA Audio Player
  • SIMD support Converter Streams for faster
    • NEON SIMD support Audio Type converter Stream for ARM and ARM64 Architecture computer
    • AVX SIMD support Audio Type converter Stream for AMD64 Architecture computer
  • Audio Channels converter Stream
  • Resampler Audio Stream for Crossplatform
  • 3D Effect Audio Player
    • DirectSound 8
    • XAudio 2
    • OpenAL
  • Frequency Spectrum Analyzer
  • Decibel Spectrum Analyzer

libAudEar.OSSCodec

libAudEar.OSSCodec is Open Source Software Decoder Library. This library to redistribution under LGPL.

Support Decoders

  • OggVorbis Audio Decoder
  • OggOpus Audio Decoder
  • OggFLAC and FLAC Audio Decoder
    • OggFLAC Audio Decoder is not support Seeking and getting Duration.
  • MP3 Audio Decoder

Plans

  • WavPack Audio Decoder
  • M4A and MKA contains AAC Audio Decoder
  • ALAC Audio Decoder
  • ASF and WMA Audio Decoder

Releases

No releases published

Packages

No packages published