Listing 1 - 10 of 382 << page
of 39
>>
Sort by

Book
Learning core audio : a hands-on guide to audio programming for Mac and iOS
Authors: ---
ISBN: 9780321636843 Year: 2012 Publisher: Upper Saddle River, New Jersey Addison Wesley

Loading...
Export citation

Choose an application

Bookmark

Abstract

Audio can affect the human brain in the most powerful and profound ways. Using Apple?s Core Audio, you can leverage all that power in your own Mac and iOS software, implementing features ranging from audio capture to real-time effects, MP3 playback to virtual instruments, web radio to VoIP support. The most sophisticated audio programming system ever created, Core Audio is not simple. In Learning Core Audio, top Mac programming author Chris Adamson and legendary Core Audio expert Kevin Avila fully explain this challenging framework, enabling experienced Mac or iOS programmers to make the most of it. In plain language, Adamson and Avila explain what Core Audio can do, how it works, and how it builds on the natural phenomena of sound and the human language of audio. Next, using crystal-clear code examples, they guide you through recording, playback, format conversion, Audio Units, 3D audio MIDI connectivity, and overcoming unique challenges of Core Audio programming for iOS. Coverage includes: mastering Core Audio?s surprising style and conventions; recording and playback with Audio Queue; synthesizing audio; perform effects on audio streams; capturing from the mic; mixing multiple streams; managing file streams; converting formats; creating 3D positional audio; using Core MIDI on the Mac; leveraging your Cocoa and Objective-C expertise in Core Audio?s C-based environment, and much more. When you?ve mastered the ?black arts? of Core Audio, you can do some serious magic. This book will transform you from an acolyte into a true Core Audio wizard.(http://www.informit.com/store/learning-core-audio-a-hands-on-guide-to-audio-programming-9780321636843)

Keywords

Audio --- Programmeren


Book
Parallel programming with Intel Parallel Studio XE
Authors: ---
ISBN: 9780470891650 0470891653 Year: 2012 Publisher: Indianapolis, Ind. Wiley

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
Pro Android 4
Authors: --- ---
ISBN: 9781430239314 Year: 2012 Publisher: Berkeley CA Apress

Loading...
Export citation

Choose an application

Bookmark

Abstract

Pro Android 4 shows you how to build real-world and fun mobile apps using the new Android SDK 4 (Ice Cream Sandwich), which unifies Gingerbread for smartphones, Honeycomb for tablets and augments further with Google TV and more. This Android 4 book updates the best selling Pro Android 3 and covers everything from the fundamentals of building apps for embedded devices, smartphones, and tablets to advanced concepts such as custom 3D components, multi-tasking, sensors/augmented reality, better accessories support and much more. Using the tutorials and expert advice, you'll quickly be able to build cool mobile apps and run them on dozens of Android-based smartphones. You'll explore and use the Android APIs, including those for media and sensors. And you'll check out what's new with Android 4, including the improved user interface across all Android platforms, integration with services, and more. After reading this definitive tutorial and reference, you gain the knowledge and experience to create stunning, cutting-edge Android 4 apps that can make you money, while keeping you agile enough to respond to changes in the future.


Digital
Pro Android 4
Authors: ---
ISBN: 9781430239314 Year: 2012 Publisher: Berkeley, CA Apress

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
Java : de basis
Author:
ISBN: 9789043016544 Year: 2012 Publisher: Amsterdam Pearson

Loading...
Export citation

Choose an application

Bookmark

Abstract

U bent een ervaren computergebruiker, maar u weet weinig of niets van programmeren? Dan is dit boek een goed beginpunt. Vanaf het eerste hoofdstuk maakt u in Java eenvoudige, maar werkende programma's. Java is bijzonder veelzijdig en wordt in uiteenlopende apparaten, computers en netwerken gebruikt. Met dit boek hebt u al snel alle basisvaardigheden voor het programmeren in Java onder de knie. &#13;Een greep uit de inhoud: vensters op het scherm zetten - acties toevoegen aan knoppen - rekenen met hele en gebroken getallen - lijnen, rechthoeken en ovalen tekenen - dialoogvensters tonen - werken met toevalsgetallen - animaties op het scherm brengen - tekstbestanden schrijven en lezen - en nog veel meer.&#13;&#13;


Book
Objective-C Recipes : A Problem-Solution Approach
Authors: ---
ISBN: 9781430243724 Year: 2012 Publisher: Berkeley CA Apress Imprint Apress

Loading...
Export citation

Choose an application

Bookmark

Abstract

Objective-C Recipes provides a problem solution approach for dealing with key aspects of Objective-C programming, ensuring you have the indispensable reference you need to successfully execute common programming tasks. You will see how to use the unique features of the Objective-C programming language, the helpful features of the Foundation framework, and the benefits of using Objective-J as an alternative. Solutions are available for a range of problems, including: Application development with Xcode Working with strings, numbers and object collections Using foundation classes like NSArray, NSString, NSData and more Dealing with threads, multi-core processing and asynchronous processing Building applications that take advantage of dates and timers and memory management How to use Objective-C on other platforms   Objective-C Recipes is an essential reference for every Objective-C programmer, and offers solutions in a concise and easy-to-follow manner. Matthew Campbell has trained over 800 new iOS developers at the Mobile App Mastery Institute and iOS Code Camp, and here brings his expertise to offer you the ability to use and exploit Objective-C to get the most out of all of your projects.   


Book
Coarse-to-Fine Natural Language Processing
Authors: ---
ISBN: 9783642227431 Year: 2012 Publisher: Berlin Heidelberg Springer Berlin Heidelberg Imprint Springer

Loading...
Export citation

Choose an application

Bookmark

Abstract

The impact of computer systems that can understand natural language will be tremendous. To develop this capability we need to be able to automatically and efficiently analyze large amounts of text. Manually devised rules are not sufficient to provide coverage to handle the complex structure of natural language, necessitating systems that can automatically learn from examples. To handle the flexibility of natural language, it has become standard practice to use statistical models, which assign probabilities for example to the different meanings of a word or the plausibility of grammatical constructions. This book develops a general coarse-to-fine framework for learning and inference in large statistical models for natural language processing. Coarse-to-fine approaches exploit a sequence of models which introduce complexity gradually. At the top of the sequence is a trivial model in which learning and inference are both cheap. Each subsequent model refines the previous one, until a final, full-complexity model is reached. Applications of this framework to syntactic parsing, speech recognition and machine translation are presented, demonstrating the effectiveness of the approach in terms of accuracy and speed. This book is intended for students and researchers interested in statistical approaches to Natural Language Processing.  Slav's work Coarse-to-Fine Natural Language Processing represents a major advance in the area of syntactic parsing, and a great advertisement for the superiority of the machine-learning approach. Eugene Charniak (Brown University)


Book
Scalable Parallel Programming Applied to H.264/AVC Decoding
Authors: --- --- --- --- --- et al.
ISBN: 9781461422303 Year: 2012 Publisher: New York NY Springer New York Imprint Springer

Loading...
Export citation

Choose an application

Bookmark

Abstract

Existing software applications should be redesigned if programmers want to benefit from the performance offered by multi- and many-core architectures. Performance scalability now depends on the possibility of finding and exploiting enough Thread-Level Parallelism (TLP) in applications for using the increasing numbers of cores on a chip. Video decoding is an example of an application domain with increasing computational requirements every new generation. This is due, on the one hand, to the trend towards high quality video systems (high definition and frame rate, 3D displays, etc) that results in a continuous increase in the amount of data that has to be processed in real-time. On the other hand, there is the requirement to maintain high compression efficiency which is only possible with video codes like H.264/AVC that use advanced coding techniques. In this book, the parallelization of H.264/AVC decoding is presented as a case study of parallel programming. H.264/AVC decoding is an example of a complex application with many levels of dependencies, different kernels, and irregular data structures. The book presents a detailed methodology for parallelization of this type of applications. It begins with a description of the algorithm, an analysis of the data dependencies and an evaluation of the different parallelization strategies. Then the design and implementation of a novel parallelization approach is presented that is scalable to many core architectures. Experimental results on different parallel architectures are discussed in detail. Finally, an outlook is given on parallelization opportunities in the upcoming HEVC standard.


Digital
Objective-C Recipes : A Problem-Solution Approach
Author:
ISBN: 9781430243724 Year: 2012 Publisher: Berkeley, Calif. Imprint: Apress

Loading...
Export citation

Choose an application

Bookmark

Abstract


Digital
Scalable Parallel Programming Applied to H.264/AVC Decoding
Authors: --- --- --- --- --- et al.
ISBN: 9781461422303 Year: 2012 Publisher: New York, NY Springer New York

Loading...
Export citation

Choose an application

Bookmark

Abstract

Listing 1 - 10 of 382 << page
of 39
>>
Sort by