All Projects → thegouldfish → Sharpmik

thegouldfish / Sharpmik

SharpMik, pure C# mod player

Programming Languages

csharp
926 projects

Labels

Projects that are alternatives of or similar to Sharpmik

Astrofox
Astrofox is a motion graphics program that lets you turn audio into amazing videos.
Stars: ✭ 802 (+3108%)
Mutual labels:  audio
Rtsp Simple Server
ready-to-use RTSP / RTMP server and proxy that allows to read, publish and proxy video and audio streams
Stars: ✭ 882 (+3428%)
Mutual labels:  audio
V Visualizerview
👉音频随音谱率动跳动动画效果
Stars: ✭ 22 (-12%)
Mutual labels:  audio
Foo uie dsp switcher
A dropdown combobox for changing DSP presets quickly. For foobar2000 0.9+
Stars: ✭ 5 (-80%)
Mutual labels:  audio
Mlt
MLT Multimedia Framework
Stars: ✭ 836 (+3244%)
Mutual labels:  audio
Giada
Your Hardcore Loop Machine.
Stars: ✭ 903 (+3512%)
Mutual labels:  audio
Oto
♪ A low-level library to play sound on multiple platforms ♪
Stars: ✭ 789 (+3056%)
Mutual labels:  audio
Blipkit
C library for creating the beautiful sound of old sound chips
Stars: ✭ 23 (-8%)
Mutual labels:  audio
Sndcpy
Android audio forwarding (scrcpy, but for audio)
Stars: ✭ 886 (+3444%)
Mutual labels:  audio
Pyo
Python DSP module
Stars: ✭ 904 (+3516%)
Mutual labels:  audio
Sfml
Simple and Fast Multimedia Library
Stars: ✭ 7,316 (+29164%)
Mutual labels:  audio
Regina
Fetch new releases from http://www.juno.co.uk/.
Stars: ✭ 6 (-76%)
Mutual labels:  audio
Euterpe
Real-time Audio-to-audio Karaoke Generation System for Monaural Music
Stars: ✭ 19 (-24%)
Mutual labels:  audio
Lasp
Low-latency Audio Signal Processing plugin for Unity
Stars: ✭ 816 (+3164%)
Mutual labels:  audio
Waveform Playlist
Multitrack Web Audio editor and player with canvas waveform preview. Set cues, fades and shift multiple tracks in time. Record audio tracks or provide audio annotations. Export your mix to AudioBuffer or WAV! Project inspired by Audacity.
Stars: ✭ 919 (+3576%)
Mutual labels:  audio
Daw
GridSound (0.33.0) wants to be an open source online digital audio workstation following the new WebAudio API 🎛🎹🎵✨
Stars: ✭ 804 (+3116%)
Mutual labels:  audio
Minimp3
Minimalistic MP3 decoder single header library
Stars: ✭ 898 (+3492%)
Mutual labels:  audio
Awesome Music
Awesome Music Projects
Stars: ✭ 925 (+3600%)
Mutual labels:  audio
Pipewire
Mirror of the PipeWire repository (see https://gitlab.freedesktop.org/pipewire/pipewire/)
Stars: ✭ 922 (+3588%)
Mutual labels:  audio
Wdl Ol
Enhanced version of Cockos' iPlug - A simple-to-use C++ framework for developing cross platform audio plugins and targeting multiple plugin APIs with the same code. VST / VST3 / Audiounit / RTAS / AAX (Native) formats supported. NOTE: THIS IS OBSOLETE, PLEASE SEE IPLUG2:
Stars: ✭ 906 (+3524%)
Mutual labels:  audio

SharpMik

SharpMik, pure C# mod player Project Description

SharpMik is a port of the C based MikMod lib to 100% C#.

This is based on MikMod v3.1.12

Currently following the same usage and code style as the C lib, so it can only play one mod at a time and all actions are done via static methods. There is a wrapper class to make using it a little easier.

If you are using SharpMik for a project why not let me know in the discussions, if will help me work out the demand for updates and which platforms its being used on!

Goal

To reach 100% compatability with mikmod, this will mean all mod loaders and perfect sound recreation.

Future Improvements

Plan to move the library to a move OOP programming style and clean up the code.

Create exceptions for the different fail reasons to make it easer to know why a mod load failed.

Current Support level

Supported Loaders

    Mod
    M15
    669
    XM
    IT
    S3M
    FAR
    ULT
    MTM 

 

Supported Drivers

    NAudio
    Wav writer
    No Audio
    XNA Dynamic Sound Effect Driver (PC, Xbox 360, WP7) 

Supported Mixers

    LQ Software Mixer
    HQ Software Mixer (WIP) 

Tools

To aid in the goals a unit test like tool has been created that will run over a selection of files and get the C version of the lib to create a wav file and then get SharpMod todo the same. the resulting errors and wav files will then be compared to make sure the end results match.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].