Coder Social home page Coder Social logo

octave's Introduction

Octave

A free library of UI sounds, handmade for iOS
http://www.raisedbeaches.com/octave

Why Octave?

Few mobile apps make use of user interface sounds. Whether through lack of time, expertise or interest, not enough developers make use of it. Good sound can enhance usability and draw people into your app, just like well-considered UI or a beautiful icon.

Many developers lack the tools or knowledge to do sound well, and most free sound libraries suck. So we figured we'd make it easy for you, and put together a free pack of beautiful, simple sounds that can be used wherever you like.

What's included?

  • 48 hand-crafted sounds - taps, beeps & slides - designed for user interfaces, and saved as 16 bit, 44.1khz .aifs
  • A Sound category for UIControl, that makes the use of UI sounds on iOS as easy as: [myControl setSoundNamed:@"mySound.aif" forControlEvent:UIControlEventsTouchUpInside]
  • If you're new to working with sound, it might be worth checking out our tips for some things to think about before you start.

UIControl+Sound

UIControl+Sound declares a category on UIControl that uses the magic of associative references to allow you to create an AVAudioPlayer simply by calling:

[myControl setSoundNamed:@"mySound.aif" forControlEvent:UIControlEventTouchUpInside]

This method is very convenient (no need to deal with instantiating AVAudioPlayers, calling addTarget: on your audioPlayer's play method for each sound) for the odd one-off sound, but it's probably a little bit leaky, and it's inefficient if you're playing the same sound on a number of different controls.

Questions? Problems?

email [email protected]

octave's People

Contributors

mdznr avatar scopegate avatar larsacus avatar

Watchers

James Cloos avatar raybon.lee avatar

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.