Giter VIP home page Giter VIP logo

amlibraryds's Introduction

GPLv3 license Open Source? Yes! Maintenance

โ–ถ AMPlayerDS

AMPlayerDS is an audio player written entirely in Visual Basic .NET and based on the .NET Framework and WinForms

AMPLayer Demo

Decoding

Various audio formats are supported in playback, including mp3, ogg, opus, wav, wma and compact disc:

  • MP3 decoding is based on the open source library mpg123
  • OGG decoding is based on the ogg and vorbis library
  • WAV and CD decoding are written entirely in visual basic
  • WMA,ACC (and possibly mp3, wav) decoding is based on the Media Foundation
Encoding

Support for transcoding input file types to mp3 (via lame encoder) or wav. Ability to rip CDs to mp3 or wav. During encoding you can change the audio quality through the libsamplerate library.

Visualizations

Application of the Fast Fourier Transform in real time on the audio being reproduced for the graphic visualization of the frequencies

Playlists

Support for reading and writing playlists, m3u (probably in the future also .pls)

Realtime audio effects

Ability to apply audio effects such as equalizer (Biquad filters) and Phase shift

Output

Audio output based on multi-threading stream on WaveOut or DirectSound API

File Associations

Manage windows file associations. It has a framework for managing single instances and communication between instances using the windows API.

Final thoughts ๐Ÿ’ฅ

This project was born as an attempt to understand the principle behind the operation of common audio players such as winamp, foobar, etc. written in a simple language such as VB.NET

Anyone can clone, modify and publish the repository, always citing the link of the original project. License GPL 3.00

Compile โœ”

Clone this repository and open with Visual Studio 2019. There is a Script in Project Configuration->Build->Build events to copy proper Platform DLL to output folder: for x64 build all DLL are compiled for x64 platform, while x86 for x86 platform.

โ— X86 build option is necessary to edit AMPlayer form. Visual studio works on 32 bits(x86) and accepts only 32bits(x86) compiled custom controls

amlibraryds's People

Contributors

marcobellini avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

limanshan

amlibraryds's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.