Coder Social home page Coder Social logo

demo.xamarin.ios's Introduction

ManagedBass

Simple audio player example using ManagedBass with Xamarin on iOS

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

How To Use

Download libbass.a from the Un4seen forums, and place it in this project folder directly next to the 'Xamarin.iOS.Player.sln' file.

Open Xamarin.iOS.Player.sln using Xamarin Studio.

Within Xamarin studio, add a Native Reference to the project, adding libbass.a

Compile and Run the application.

When the app opens, click Play.

While the audio is playing, click the Stop button when you wish to stop the audio.

If you encounter any exceptions, please be sure that libbass.a is properly added as a Native Reference. Open the Options for the project, and under ‘iOS Build’, confirm the following settings:

Linker behavior : Link All Additional mtouch arguments: -gcc_flags "-L${ProjectDir} -lbass -framework CFNetwork -framework AudioToolbox -framework SystemConfiguration -framework Accelerate -force_load ${ProjectDir}/libbass.a"

Bass and other Add-Ons are trademarks of their respective owners: Un4Seen Bass - (c) Ian Luck

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.