Git Product home page Git Product logo

aud.io's Introduction

Aud.IO

Audio file handling library. Can read and write wave-files, but can be expanded to support other audio formats as well.

Background

This project was originally the secondary subproject of an exam project. The original project used this library to read audio files to perform audio processing with fourier transformation (krestenlaust/Fourier-transformation) on them. Because this project originally was part of another project, it once shared commit history with that project. This repository has been made by splitting said history in two (this project, and krestenlaust/AudioAnalyzer). The effect of this, is that some of the original commits don't make much sense in the scope of this project.

Usage

The API should be straightforward. You can also refer to one of the demo projects to better understand, how to use the API.

Repository structure

The projects included in this repository are given a short description each.

Aud.IO (main project)

This is the main project, which compiles into the Aud.IO nuget package. It contains the implementations of supported formats, and provides the API for reading and modifying audio files.

Aud.IO.Tests (unit-test project)

Contains the unit-tests of the project. If you plan on contributing, it would be awesome to have more unit-tests, to ensure stability on new nuget package releases.

AudioMetadataViewer (demo project)

This project shows basic usage of the Wavefile API, displaying all available metadata for a given file. The tool is currently in Danish.

BasicAudioPlayer (demo project)

This project was an atempt at playing audio right in the console simply using console beep. This didn't succeed, since beep has a very narrow frequency range, and it isn't possible to play multiple beeps concurrently. I came up with the idea to spawn multiple console windows, but the project had depreciated in learning value, as a mere demo project.

Contributing

Feel free to contribute however you like, any input/issue is welcome. If I don't respond at first, try tagging me as well.

aud.io's People

Contributors

krestenlaust avatar

Watchers

 avatar

aud.io's Issues

Improve readme

The readme needs to be expanded upon.

  • Move some of the info given in project description into readme, and come up with a better description.
  • Provide the background of this library in the context of the original project.
  • Maybe provide a chapter about 'usage'
  • Provide chapter about contributing.

Add more unit-tests

This project lacks unit-tests, to make sure all features remain intact before publishing a new nuget package version.

The implementation should follow the AAA-pattern, but don't fret about it.

Suggestions for unit-tests:

  • Try look for some🤔

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.