All Projects → ManagedBass → Managedbass

ManagedBass / Managedbass

.Net Wrapper for 'Bass' Audio Library

Projects that are alternatives of or similar to Managedbass

Miniaudio
Single file audio playback and capture library written in C.
Stars: ✭ 1,889 (+1341.98%)
Mutual labels:  recording, audio, playback
Recorder
html5 js 录音 mp3 wav ogg webm amr 格式,支持pc和Android、ios部分浏览器、和Hybrid App(提供Android IOS App源码),微信也是支持的,提供H5版语音通话聊天示例 和DTMF编解码
Stars: ✭ 2,891 (+2106.87%)
Mutual labels:  recording, audio
Drywetmidi
.NET library to read, write, process MIDI files and to work with MIDI devices
Stars: ✭ 204 (+55.73%)
Mutual labels:  recording, playback
Howler.js
Javascript audio library for the modern web.
Stars: ✭ 19,425 (+14728.24%)
Mutual labels:  audio, playback
Shikwasa
An audio player born for podcast
Stars: ✭ 216 (+64.89%)
Mutual labels:  audio, playback
Avfoundationrecorder
Swift audio recorder using AVFoundation
Stars: ✭ 174 (+32.82%)
Mutual labels:  recording, audio
pedalboard
Online guitar pedalboard
Stars: ✭ 48 (-63.36%)
Mutual labels:  effects, recording
Tlog
Terminal I/O logger
Stars: ✭ 170 (+29.77%)
Mutual labels:  recording, playback
Q
C++ Library for Audio Digital Signal Processing
Stars: ✭ 481 (+267.18%)
Mutual labels:  audio, effects
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 (+601.53%)
Mutual labels:  audio, playback
Chipkizi
a recording app for up and coming artists
Stars: ✭ 26 (-80.15%)
Mutual labels:  recording, audio
Jamesdspmanager
Audio DSP effects build on Android system framework layer. This is a repository contains a pack of high quality DSP algorithms specialized for audio processing.
Stars: ✭ 136 (+3.82%)
Mutual labels:  audio, effects
termbacktime
Terminal recording and playback.
Stars: ✭ 33 (-74.81%)
Mutual labels:  playback, recording
Recordmp3js
Record MP3 files directly from the browser using JS and HTML
Stars: ✭ 413 (+215.27%)
Mutual labels:  recording, audio
Pizzicato
Library to simplify the way you create and manipulate sounds with the Web Audio API.
Stars: ✭ 1,296 (+889.31%)
Mutual labels:  audio, effects
Rudiments
A drum machine written in Rust
Stars: ✭ 113 (-13.74%)
Mutual labels:  audio, playback
Alexa Voice Service.js
Library for interacting with Alexa Voice Service (AVS) in the browser.
Stars: ✭ 123 (-6.11%)
Mutual labels:  audio
Wagtailmedia
A Wagtail module for managing video and audio files within the admin
Stars: ✭ 128 (-2.29%)
Mutual labels:  audio
Libopenshot Audio
OpenShot Audio Library (libopenshot-audio) is a free, open-source project that enables high-quality editing and playback of audio, and is based on the amazing JUCE library.
Stars: ✭ 120 (-8.4%)
Mutual labels:  audio
Shurikenplus
A collection of custom shaders for Unity particle system (Shuriken).
Stars: ✭ 121 (-7.63%)
Mutual labels:  effects

ManagedBass

(c) Mathew Sachin
Free Open-Source Cross-Platform .Net Wrapper for Un4seen Bass and its AddOns.

Bass and its Add-Ons can be downloaded at http://un4seen.com/
ManagedBass is targeted for Any CPU, but bass Libraries(.dll/.so/.dylib/.a) are separate for x86, x64, ARM, etc.
Download the versions you need.

See the Sample Repositories for examples.

ManagedBass is now provided as a set of packages split per AddOn.

Getting Started

  • Install the NuGet package
Install-Package ManagedBass
  • Download the BASS libraries from http://un4seen.com and place them in Build Output Directory.

See https://github.com/ManagedBass/Home for more info.

Changelog

v3.0

  • No separate library for iOS. The main library can be used on iOS with DllMap (see app.config file).

v2.0

  • Moved from PCL to .Net Standard 1.4.
  • Removed Load and Unload methods in support of being cross-platform.
  • Removed DynamicLibrary class.

v1.0

  • Split NuGet packages per AddOn.
  • No dependency on ManagedBass.PInvoke.
  • Using C# 7 on Visual Studio 2017.
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].