What to do for Project 2?.

Slides:



Advertisements
Similar presentations
CREATING AUDIO FILES TO START AUTOMATICALLY WITH EACH SLIDE TEAM MARTHA-DAVID NOVEMBER 16, 2011.
Advertisements

LINKS TO VIDEO TUTORIALS USING AUDACITY AUDACITY, THE BASICS WEBSITES FOR SOUND FILES…
Libraries David Meredith Aalborg University.
CANYON MP3 Player Presentation Compiled and created by Uviwe Nzotho.
                      Digital Audio 1.
CSE 380 – Computer Game Programming Audio Engineering.
GCSE Computing#BristolMet Session Objectives#10 MUST define the term sample rate COULD explain how sound can be sampled and stored in digital form SHOULD.
David Meredith Minim David Meredith
Audacity: a step-by-step tutorial Presented by: Terry W. Hoffland.
Dan Waters, Academic Relations Manager, Microsoft.
960H- Start Guide Start-Up Guide. 960H- Start Guide Record Setup For Motion Setup: Log into Alarm; then go to Motion Detect. Setup each channel for Motion.
PowerPoint 2010 Inserting & Recording Audio Inserting Audio From File Select slide to start audio Insert audio from file Grab “saved” music from source.
Skills: export.mp3 files, configure Audacity Concepts: metadata, fair use of patented material This work is licensed under a Creative Commons Attribution-Noncommercial-Share.
FUNDAMENTALS OF PROGRAMMING SM1204 Semester A 2011.
Digital audio and computer music COS 116: 2/26/2008.
Where I am saving it Double click on the folder that says “My Music” so that it shows in the Save In box. Double click on the folder “Sound bites”
Audio Chapter 17 - Student. (c) 2005 by Elizabeth Sugar Boese Audio Files Java can play the following audio types: .au (Sun Audio) .wav (Windows Wave)
Animations & Transitions
Copyright 2002 Multimedia – Images, Sounds, and Motion Professor Robert Sandberg Charter College of Education California State University - Los Angeles.
Graphic Equalizer Table By Jose Lerma. Main Idea The main idea of this table is to display the frequencies of any sound or audio input, either by microphone.
Joe Comm Audacity in the Classroom. Overview A free download tool to record audio files (voice, music, or both). Teacher laptops, power cords, internet.
Introduction to Interactive Media 10: Audio in Interactive Digital Media.
ITEC 109 Lecture 26 Sound (2). Sound Review Sound –How does it work in real life? –What are the different types of waves that represent sounds? –How are.
Multiresolution STFT for Analysis and Processing of Audio
ACE-HIGH MP3 WAV WMA OGG Converter By :: Natharat Kaewrawang
Audio and Video CGS Some Common Audio Formats Format Use Extension MIDI instrumental music.mid MPEG songs.mp3 RealAudio live broadcasts.ra Wave.
Linux Audio Mangler Project Design Presentation Yu Chong Hector Urtubia Tony Zuliani.
Audacity Audacity is a free software, cross-platform digital audio editor and recording application. au·dac·i·ty [aw-das-i-tee]
A Technical Presentation by: Gourav Khadge. “The WTV020SD is a small, simple IC for embedding audio- playback into your next project. These devices are.
File Name Extensions Computer Applications 7th grade.
Activity 2 Mix a WAV file and the sound from a youtube video In this activity, we are going to mix the WAV file created in Activity 1and the sound file.
Ray Bradley Karla N. Juárez David Wood Advisor: Dr. Stephen Murrell May 2 nd, 2005.
HTML Use of Multimedia on web page. HTML Media Q. How to call Image file in our web page ? A. That is the easy syntax for defining an image. 2.
This tutorial has been created to help educators and CSME collaborators navigate the computer application “Audacity” to facilitate the creation of podcasts,
ITEC Final Presentation For Fall 2011 Table of Content –Basic Requirements  Audacity  Inskcape  GIMP  Blender  Animation of 2D and 3D.
What is Audacity? Audacity is a free audio editor and recording program which is classified as open source software. It is easily downloaded to one’s.
Inserting Music into PowerPoint Diane Newby, Ed.D.
Choose your songChoose your song  Choose one of your favorite songs  Pick one with clean lyrics or the clean version  Use the free music resources.
Creating a Podcast. What is a podcast? A podcast is a media file that is shared over the Internet that can be played on mobile devices i.e. iPods or MP3.
Introducing the NEW IPOD 3G NANO by Apple By: Tony Santercangelo.
Audio Yu Feng CGDD Review 1. Set up 2. IOS sound – Core Audio – Short Sound – Long Sound – Control Sound – Background Sound 3.Cocos2d sound.
Playing an MP3 Music File in Conjunction With a PowerPoint 2010 Presentation Victoria Ricciardiello December 2012.
Soundscapes James Martin. Overview Problem Statement Proposed Solution Solution Created (Modules, Model, Pics) Testing Looking Back See It in Action Q&A.
FUNDAMENTALS OF PROGRAMMING SM1204 SEMESTER A 2012.
Sound in Multimedia Psychology of sound what do you use it for? what techniques for its communication exist? Science of sound why does it exist? how it.
Edgewood Ward 7 JUN 2015 Dan Eliason, Assistant Ward Clerk AUDIO FILES on SEARCH FAMILY.
Creating an Audio File Using “Sound Recorder” Daniel Simms.
+ Please do the following: Visit Scroll down to Survey and complete the survey Open PowerPoint and minimize.
Super EastGate Jon Caron, Ryan Fleming, Antonio Guarino, and Mike LoVerme Merrimack College Introduction Super EastGate is a 2D side scroller game that.
HOW TO DOWNLOAD ARES. 1. Paso  Go to google chrome and search bar google softonic. 2. Paso  Enter softonic and the main bar searches ARES. 3. Paso 
Introduction to sound using processing. 2 Minim –A sound library which uses javasound library –Provide convenient but flexible way to play,, synthesize.
How to Create a Podcast. Podcasting “is the distribution of audio or video files, such as radio programs or music videos, over the Internet using either.
Project Presentation Eoin Culhane Multi Channel Music Recognition for an Electric Guitar.
Multi Channel Music Recognition for an Electric Guitar.
Editing Digital AudioLab#7 Audacity is a free, easy-to-use and an open source platform audio editor and recorder for Windows, Mac OS, Linux and other operating.
Soundscapes James Martin. Overview Review System TestingPrototype Q & A.
Bryant Tober. Problem Description  View the sound wave produced from a wav file  Apply different modulations to the wave file  Hear the effect of the.
Animations & Multimedia LESSON 9 #2.09 USING ANIMATION AND MULTIMEDIA.
A Simple music visualizer
New Features in NetBeans Platform 6.5.
Customized Net Conference
Wicked Quick AUDACITY / Soundcloud Tutorial
Redo Super Computer Due date: Wednesday, September 22nd / Friday, September 27th & 28th In addition, to your Music Word Project, you will create a PowerPoint.
Network Controllable MP3 Player
Audacity For Podcasts.
Customized Net Conference
Phenomenon “POWER” of Music.
Boost:.
The Audio Notetaker Workspace Explained
Presentation transcript:

What to do for Project 2?

Objectives Tie back to Processing Work with classes Present a creative challenge Work with a different programming language Well three out of four objectives ain’t bad

Many Processing Libraries Video Serial PDF Export OpenGL Arduino Minim  Audio Many more

Minim A Processing library that uses JavaSound API, Tritonus, and MP3SPI to provide an easy to use audio library. Features: AudioPlayer: for playback of WAV, AIFF, AU, SND, & MP3 files. AudioMetaData: for metadata about a file, such as ID3 tags. AudioSignal: for writing your own sound synthesis AudioRecorder: for audio recording AudioEffect: for writing your own audio effects. FFT: for doing spectrum analysis. BeatDetect: for doing beat detection.

A Sound Theory Mike Ruiz’s Sound Applets Minim FFT Amplitude Frequency

Music Visualization using Minim Options: Use the wave form Use the FFT (on previous slide) Use BeatDectect  Explained Here

The BeatDetect Class (by Example) (SOUND_ENERGY mode) void draw() { beat.detect(song.mix); if( beat.isOnset() ) { … } void stop() { song.close(); minim.stop(); super.stop(); import ddf.minim.*; import ddf.minim.analysis.*; Minim minim; AudioPlayer song; BeatDetect beat; void setup() { minim = new Minim(this); song = minim.loadFile("TicketToRide.mp3"); song.play(); beat = new BeatDetect(); beat.setSensitivity(100); } Example Program

The BeatDetect Class (by Example) (FREQ_ENERGY mode) import ddf.minim.*; import ddf.minim.analysis.*; Minim minim; AudioPlayer song; BeatDetect beat; BeatListener bl; void setup() { minim = new Minim(this); song = minim.loadFile("TicketToRide.mp3", 32768); song.play(); beat = new BeatDetect(song.bufferSize(), song.sampleRate()); beat.setSensitivity(200); bl = new BeatListener(beat, song); } … class BeatListener implements AudioListener { private BeatDetect beat; private AudioPlayer source; … } Buffer size must be a power of 2 Example Program

A Little Insight into Beat Detection Use the drawGraph() method to see the energy levels. Example program

Project 2 Presented at the time of our final: Tuesday, May 3 @11:30 Seniors, please talk to me about the due date.

Resources Main documentation Processing Page Examples Minim Code Log Examples Doorbell example by Daniel Shiffman Audio Processing Examples by Dan Ellis Vimeo video tutorial 4 and video tutorial 5 OpenProcessing Examples Beatles Ukulele Project (a source of .mp3 files)