Size: px
Start display at page:

Download ""

Transcription

1 Your lectures, available anytime Students/end-users can subscribe to your podcast and get the latest lectures and audio files whenever they launch their itunes. Written: March 21, 2007

2 Table of Contents Understanding a Podcast...1 What do I Need?...2 Checklist...2 Downloading Audacity...3 How do I install the LAME MP3 encoder?...3 If you don t have access to the King s O drive...4 Making the MP3...6 Recording with Audacity...6 ID3 Tags...9 Saving your Audacity Recording...9 Exporting Audacity Recordings...10 Uploading Your Files...11 Editing the XML File...13 Introduction to Tagging...13 Tagging Our RSS Feed...13 How an End-User Will Subscribe (Using itunes)...14 Appendix Sample Code... i

3 IITS Workshop Handout: The Basics of Podcasting Page 1 Understanding a Podcast You will create an audio file and an XML file. These will live in your King s web space. Your end-users will take the address of the file and subscribe through any number of services. The service will check your XML file and let the user know that new episodes are available. Creator (you) Audio File XML File Web Space itunes itunes Doppler Juice End User 1 End User 2 End User 3 End User 4 Headphones MP3 Player Headphones MP3 Player The end-user will have the option to put the file on their MP3 player or listen to it on their personal computer.

4 IITS Workshop Handout: The Basics of Podcasting Page 2 What do I Need? Checklist Audio Editing Software Suggestion: Audacity free MP3 encoder Microphone/Headset Web space to host the MP3s and other files King s faculty/staff space works well (contact the Help Desk) RSS Feed in the form of an XML file FrontPage to edit the XML file Notepad will also work itunes to subscribe/test your podcast Note: there are other subscription options available A web page to tell end-users the address to subscribe

5 IITS Workshop Handout: The Basics of Podcasting Page 3 Downloading Audacity To get your free download of Audacity, go to Click on one of the download links and follow the on-screen installation instructions. How do I install the LAME MP3 encoder? Because of software patents, the Audacity website cannot distribute MP3 encoding software. So in order to turn your Audacity projects into MP3s you have to download a special plugin. Follow these instructions to use the free LAME encoder to export MP3 files with Audacity. The easiest way to get the LAME MP3 encoder onto your computer is to copy it from the O drive on the King s network. 1. Go to My Computer and double-click on the O drive 2. Double-click on the Podcasting folder

6 IITS Workshop Handout: The Basics of Podcasting Page 4 3. Double-click on the LAME Encoder folder 4. Locate the lame_enc.dll file shown below and leave this window open 5. The final step involves dragging and dropping the file lame_enc.dll file into the appropriate folder on your computer. a. Go to My Computer b. Double-click on the C drive c. Double-click on the Program Files folder d. Double-click on the Audacity folder, where the Plug-Ins folder resides e. Drag and drop the lame_enc.dll file into the Plug-Ins folder. 6. You should now be able to export your Audacity recordings as MP3s If you don t have access to the King s O drive Download a copy of the LAME encoder from the web 1. Go to the LAME download page at

7 IITS Workshop Handout: The Basics of Podcasting Page 5 2. Click on the appropriate link for your computer s operating system. The File download window shown below will appear. Click the Save button. 3. When you have finished downloading LAME, unzip it and save the file lame_enc.dll anywhere on your computer. I chose to save it in my Podcasts directory. 4. The Download Complete window will appear. Click the Open button to unzip the file. 5. You will now have a file called LameLib or libmp3lame.dylib. The first time you use the "Export as MP3" command, Audacity will ask you where lame_enc.dll is saved. Make sure you remember where you put it.

8 IITS Workshop Handout: The Basics of Podcasting Page 6 Making the MP3 Recording with Audacity Before attempting to record your narration, please make sure your microphone or headset is plugged into your computer and working properly. If adjustments are needed, please go the audio control panel and verify that your microphone is configured properly. After downloading and installing Audacity and the LAME encoder plug-in on your computer, you can begin the recording process. Just double-click the Audacity icon on your desktop, or launch it from the Programs menu. After Audacity launches your screen should look similar to the one shown below. To start recording, simply press the Record button and speak into the microphone. An audio waveform will begin to go across the screen, this waveform represents your narration. When you re finished recording, press the Stop button.

9 IITS Workshop Handout: The Basics of Podcasting Page 7 You now have created your first track. To name the track, choose Name from the Audio Track pulldown menu. Let s name the track Narration and click OK. If you would like to record additional tracks, press the Record button. A new track will appear underneath your original narration track. You can choose to edit any part of a track(s) by dragging your mouse over a section of a waveform to select it.

10 IITS Workshop Handout: The Basics of Podcasting Page 8 If you would like to select everything in your tracks, choose Edit/Select/All or CTRL + A. Once you ve made your selections, you can begin to add some effects to them. Choose Normalize from the Effect pulldown menu. This effect provides a consistent output level for all tracks. When the Normalize window shown below appears, click the OK button to apply the effect. There are many effects to try out in Audacity. The Echo effect is one of the more popular effects applied to narration tracks. Remember you must first select all or part of a track before attempting to apply an effect. If you don t like the effect after you ve applied it, simply choose Edit/Undo to restore your track to its original state.

11 IITS Workshop Handout: The Basics of Podcasting Page 9 ID3 Tags It s a good idea to create ID3 tags for your podcasts. These tags provide information such as title, artist and the genre of your podcast to audio players such as ITunes. If you re working with Audacity version 1.3.2, choose Open Metadata Editor from the File menu. If you re working with an earlier version of Audacity, choose Edit ID3 Tags from the Project menu. The Edit ID3 Tags window will appear. Fill in the fields with information about your recording as shown below. Click the Done button when finished. Saving your Audacity Recording Choose Save Project As from the File menu. If the warning window shown below appears, click OK. When the Save Project As: window appears, type in a file name for your Audacity recording and navigate to the directory where you would like to save the file. I chose to save my recording in a directory named Podcasts. Notice that the file will have a.aup extension. This indicates that is an Audacity project file. Click the Save button.

12 IITS Workshop Handout: The Basics of Podcasting Page 10 Exporting Audacity Recordings Audacity can export to five different file types. Because we are creating a podcast, let s export our recording as an MP3 file. Remember, in order to have the MP3 export option available to you from within Audacity, you must first have downloaded and installed the LAME encoder plug-in. From the File menu, choose Export As and then MP3 If the warning window shown below appears, click the OK button to confirm that your tracks will be mixed down to a single mono channel MP3 file. In the Save MP3 File As: window, name your file and choose a directory to save the file within. Click the Save button.

13 IITS Workshop Handout: The Basics of Podcasting Page 11 Uploading Your Files Your end-users must download your files from somewhere, so we will continue to use FrontPage to upload our files to King s Staff server space. Enter on the next screen, then click Open. Enter your login information in the following manner: Your site contents will be listed on the left hand side. Click the New Folder button to add a new directory to your site. Call it podcast. Click on the podcast folder on the left-hand pane. Click File > Import to open the import window.

14 IITS Workshop Handout: The Basics of Podcasting Page 12 Click Add File and select your.mp3 file to upload. Click Open to add it to your list. Add as many files as you want by repeating those steps. When you re all done, click OK and your files will upload into your site. Now, the file that is on your machine is also up on your staff web space!

15 IITS Workshop Handout: The Basics of Podcasting Page 13 Editing the XML File Introduction to Tagging When you tag in certain languages, you will traditionally do it in the following way: <start> <code link= height= 100 color= #CCCCCC > <title>happy Birthday</title> </start> In this sample the <start></start> tags define the area in which the code in the middle will be held. The <code> tag has some sample parameters inside (height, color). The <title> tag has plain text inside that text is marked as the title, thanks to the <title> tag. Tagging Our RSS Feed This sample code may not be easy to understand at first, but it does make sense. The first two lines explain what version of XML you are writing (line 1) and what version of RSS you are writing (line 2). Line 3 opens a <channel> tag, which will hold all of your custom information about your podcast and podcast files. Lines 1-3 will be closed at the end of the document. A channel must have the following elements: <title> <link> <description>. Our sample has extra elements, like <language> and <copyright> information. Line 10 starts our first <item>, which has our actual episode information. You will want to have the elements we have above, at the very least. This will ensure that your user s podcasting software will be able to recognize a <title> for the episode, a <description> of what it will contain, an <enclosure> to tell where the file is, and a <pubdate> to organize the files (by the date they were published). Notice that our <enclosure> tag has three sub-elements: url= length= XXXXXX and type= audio/mpeg. The URL tells where the MP3 file is, the length is the size of the file, in bytes, and the type tells that it is an MP3. If you do not include the length, some software may be suspect of your code and not download the file automatically. When you finish with your enclosure, you must then close the item tag, with </item>. If you only had one episode, you could also enter </channel></rss> to close their respective tags and complete your document.

16 IITS Workshop Handout: The Basics of Podcasting Page 14 How an End-User Will Subscribe (Using itunes) We suggest that you create a web page to post your RSS feed link on. Users can go to that page and copy the address. They will open itunes. On the menu bar, they will click Advanced > Subscribe to Podcast They will paste in the address to the.xml file and click OK. The podcast will appear and the latest episode will download. They have the option to download past episodes by clicking the GET button. They will see your XML information in various fields in itunes (title, date, description).

17 IITS Workshop Handout: The Basics of Podcasting Appendix i

Downloading & Installing Audacity

Downloading & Installing Audacity Downloading Audacity 1. Open your web browser. 2. Navigate to the following URL: http://audacity.sourceforge.net/download/ 3. The system displays the Download page for Audacity. 4. Select your operating

More information

Introduction to Podcasting

Introduction to Podcasting 2011 Introduction to Podcasting Part 2: Recording Your Podcast Adam Read University College Plymouth St Mark & St John 10/Jan/2011 About this guide This is part 2 in the elearning essentials: Introduction

More information

Recording Auditions with Audacity

Recording Auditions with Audacity Recording Auditions with Audacity Download Audacity at http://audacity.sourceforge.net Download the LAME MP3 plugin here: http://lame.buanzo.org/#lamewindl You should now have files named audacity-win-2.0.x.exe

More information

Audacity Tutorial C. Stanley

Audacity Tutorial C. Stanley Audacity Tutorial C. Stanley Getting to Know Audacity: Silence Keys Microphone Select Editing Tools Recording Tools Cut, Copy, Paste Undo, Redo Zoom How to Record: Select external microphone. Press the

More information

Audacity Sound Editing Program. Transforming Audio. User Guide

Audacity Sound Editing Program. Transforming Audio. User Guide Audacity Sound Editing Program Transforming Audio User Guide Spring 2007 1 Introduction This guide is meant as a tutorial for getting started with the Audacity crossplatform sound editing software package.

More information

Setting Up the Cassette2USB Recorder (Audacity): Double click on the desktop icon to launch the program. The initial screen will appear:

Setting Up the Cassette2USB Recorder (Audacity): Double click on the desktop icon to launch the program. The initial screen will appear: Setting Up the Cassette2USB Recorder (Audacity): Double click on the desktop icon to launch the program. The initial screen will appear: From the Audacity menu choose Preferences. On the Audio I/O tab

More information

The LSS Quick Guide to Audacity

The LSS Quick Guide to Audacity The LSS Quick Guide to Audacity Audacity A Quick Overview 2 Recording 3 Basic Recording 3 Listening to an existing track while recording a new one 4 Exporting & Saving 5 Exporting as.wav 6 Exporting all

More information

Audacity Quick Guide

Audacity Quick Guide Audacity Quick Guide (Adapted from The LSS Quick Guide from The University of Wisconsin - http://lss.wisc.edu/~doug/audacity/audacity_guide.doc) Presented By LaKeisha S. Coleman Audacity A Quick Overview

More information

& Windows XP. ESC 12/Podcasting Workshop Handout/June 2009/Exec Svcs Tech/Rev 2

& Windows XP. ESC 12/Podcasting Workshop Handout/June 2009/Exec Svcs Tech/Rev 2 & Windows XP Recording and Publishing a Podcast with Audacity 1.2.6 Page 1 Recording and Publishing a Podcast with Audacity Written by Jake Ludington' (With minor modifications added by Lisa McCray) http://www.jakeludington.com/podcasting/20050222_recording_a_podcast.html

More information

Podcasting: How to Create Your Own in 30-Minutes

Podcasting: How to Create Your Own in 30-Minutes Podcasting: How to Create Your Own in 30-Minutes Podcasts Included in this Tutorial: o What is a Podcast? o What are the Learning Benefits of Podcasts? o Creating a Podcast with Audacity o Creating a Podcast

More information

Recording Auditions with Audacity

Recording Auditions with Audacity Recording Auditions with Audacity Download Audacity at https://www.audacityteam.org/ Download the LAME MP3 plugin here: http://lame.buanzo.org/#lamewindl You should now have files named audacity-win-2.0.x.exe

More information

The L&S LSS Podcaster s Tutorial for Audacity

The L&S LSS Podcaster s Tutorial for Audacity The L&S LSS Podcaster s Tutorial for Audacity The L&S LSS Podcaster s Tutorial for Audacity... 1 Audacity Quick Reference... 2 About this tutorial... 3 Some Thoughts Before You Get Started... 3 Do Academic

More information

Attaching audio files to an in Angel

Attaching audio files to an  in Angel Attaching audio files to an email in Angel Step One: Downloading Audacity Before you are able to create an audio recording to attach to an email you must download a free program online. Go to the following

More information

Recording Auditions with Audacity

Recording Auditions with Audacity Recording Auditions with Audacity All auditions should be recorded with Audacity. If you are using a Mac, even though it is possible to use GarageBand, we ask that you use Audacity instead to ensure the

More information

USING AUDACITY: ROBUST, FREE, AND FULL- FEATURED SOFTWARE

USING AUDACITY: ROBUST, FREE, AND FULL- FEATURED SOFTWARE Slide 1 USING AUDACITY: ROBUST, FREE, AND FULL- FEATURED SOFTWARE This presentation contains audio; ensure your speakers are turned up. Click the forward arrow below to proceed to the next slide. Audacity

More information

CEIT 225 Educational Podcasting Audio Podcasting

CEIT 225 Educational Podcasting Audio Podcasting CEIT 225 Educational Podcasting 24.04.2013 Audio Podcasting Audio podcast is a type of podcast consisting of an episodic series of audio subscribed to and downloaded through web syndication or streamed

More information

Audio Recording. Technology in a Box. Box Contents: USB microphone Audacity Directions. What you can do:

Audio Recording. Technology in a Box. Box Contents: USB microphone Audacity Directions. What you can do: Technology in a Box Box Contents: USB microphone Audacity Directions What you can do: Record audio snippets for inclusion in your online course space Send an audio reminder via email Overview Audio recordings

More information

Quick Guide to Audacity Audacity A Quick Overview

Quick Guide to Audacity Audacity A Quick Overview Quick Guide to Audacity Audacity A Quick Overview http://lss.wisc.edu/~doug The LSS Quick Guide to Audacity Page 1 http://lss.wisc.edu/~doug The LSS Quick Guide to Audacity Page 2 Recording Basic Recording

More information

Podcasting 101. Installing and Using Audacity. Audacity s main page:

Podcasting 101. Installing and Using Audacity. Audacity s main page: Podcasting 101 Professor Herbert N. Ramy Suffolk University Law School 120 Tremont St. Boston, MA 02180 hramy@suffolk.edu (617) 573-8709 (617) 305-3081 SSRN - http://ssrn.com/author=775136 Installing and

More information

Use Audacity to Make one long MP3 song from several songs

Use Audacity to Make one long MP3 song from several songs Use Audacity to Make one long MP3 song from several songs Purpose: Some video producing sites such as Animoto may only let you add one song, which will not be long enough if you add a lot of pictures.

More information

Audacity Tutorial Recording With Your PC

Audacity Tutorial Recording With Your PC Audacity Tutorial Recording With Your PC Audacity can record any audio signal that is played into the computer soundcard. This could be sound from a microphone, guitar or CD/record/cassette player. The

More information

oit Digital Audio Basics with Audacity UMass Office of Information Technologies Get Started with Digital Audio...

oit Digital Audio Basics with Audacity  UMass Office of Information Technologies Get Started with Digital Audio... oit UMass Office of Information Technologies Digital Audio Basics with Audacity Get Started with Digital Audio... 2 The Audacity Interface... 3 Edit Your Audio... 4 Export Your Audio Project... 5 Record

More information

A Quick Overview. Get Familiar with Audio Tracks

A Quick Overview. Get Familiar with Audio Tracks AUDACITY QUICK START GUIDE A Quick Overview Audacity is a free, easy-to-use audio editor and recorder for Windows, Mac OS X, GNU/Linux, and other operating systems. You can use Audacity to: record live

More information

Desktop Video for IT and Communications Programs. Vince DiNoto

Desktop Video for IT and Communications Programs. Vince DiNoto Desktop Video for IT and Communications Programs Vince DiNoto Vince.dinoto@kctcs.edu What is Desktop Video? It is a video that has been edited on a computer and can be played back on a computer. Is it

More information

How to Make a Podcast

How to Make a Podcast Can You Hear Me Now? How to Make a Podcast Part One: Creating a Podcast Using Audacity Step 1: Things You Need 1. Computer with broadband Internet access. 2. Audacity version 1.2.6 (http://audacity.sourceforge.net/).

More information

Podcasting What it s all about

Podcasting What it s all about Podcasting What it s all about Podcasting...2 What it is...2 Current Uses...3 Subscribing to Podcasts...3 itunes Subscribe using the Directory...3 itunes Subscribe using the URL...10 itunes Player...11

More information

LADSPA plug- ins LAME MP3 encoder FFmpeg import/export library

LADSPA plug- ins LAME MP3 encoder FFmpeg import/export library Audacity Basics Overview Audacity is a free, open source audio editing program that is available for PC, Mac, and Linux platforms. It allows users to trim, mix, and adjust the sound qualities of audio

More information

Audacity is FREE as defined by the Audacity design team. IU Kokomo students can download Audacity from IUware at

Audacity is FREE as defined by the Audacity design team. IU Kokomo students can download Audacity from IUware at This tutorial will describe how to (1) download Audacity on either Windows or Mac computers, and (2) set up Audacity to edit and save audio files in either *.wav or *.mp3 format. All IU Kokomo student

More information

Recording for the Blind Part One

Recording for the Blind Part One With the Handihams Patrick Tice, WAØTDA wa0tda@arrl.net Recording for the Blind Part One Most of us take being able to read a book or an instruction manual for granted. If we take an amateur radio licensing

More information

Developing Podcasts with the PC - Level 1

Developing Podcasts with the PC - Level 1 Developing Podcasts with the PC - Level 1 Getting Started with Podcasting Copyright 2010 Informa on Technology Services Kennesaw State University This document may be downloaded, printed, or copied, for

More information

Downloading, Installing, and Configuring Audacity Under OS X

Downloading, Installing, and Configuring Audacity Under OS X Downloading, Installing, and Configuring Audacity Under OS X This tutorial describes downloading, installing, and configuring Audacity on computers using the OS X. If Audacity is already on the computer

More information

For Students Tegrity Campus 2.0 (Recordings)

For Students Tegrity Campus 2.0 (Recordings) For Students Tegrity Campus 2.0 (Recordings) Check to make sure your computer meets the necessary requirements. Operating systems: Windows Vista or XP (Windows Media Player 6.4+) Mac OS X Browsers: MS

More information

ispring Converter CLIPP Help Documentation

ispring Converter CLIPP Help Documentation How to use ispring Converter to produce a narrated PowerPoint presentation There are three components to producing online compatible narrated PowerPoint presentations: Step 1 Record narration and timings

More information

It allows you and your students to author (and/or upload) vocal recordings and distribute them over the Internet using syndication feeds.

It allows you and your students to author (and/or upload) vocal recordings and distribute them over the Internet using syndication feeds. Wimba Podcaster Overview An authoring and subscription resource for podcasts Introduction Wimba Podcaster is a complete, start-to-finish podcasting application. It allows you and your students to author

More information

A Brief Introduction of how to use Audacity

A Brief Introduction of how to use Audacity A Brief Introduction of how to use Audacity Introduction To enable yourself to start Podcasting you need to have all the tools that make the process possible. An integral part of that process is the recording

More information

Creators Basic Guide to Using UICapture (Mac)

Creators Basic Guide to Using UICapture (Mac) Creators Basic Guide to Using UICapture (Mac) Download the software from http://helpdesk.its.uiowa.edu/software/signin.htm After downloading the software and setting up an account with your local IT support,

More information

Recording your Voice Tutorials 1 - Downloading and Installing Audacity Wayne B. Dickerson

Recording your Voice Tutorials 1 - Downloading and Installing Audacity Wayne B. Dickerson Recording your Voice Tutorials 1 - Downloading and Installing Audacity Wayne B. Dickerson In this tutorial, you ll learn how to download and install a free but high-quality audio recording program called

More information

Video. Objectives. Vocabulary. Pedagogical Implications. Classroom Integration

Video. Objectives. Vocabulary. Pedagogical Implications. Classroom Integration Video Objectives learning about resources for podcasting, and adding visuals to audio material Vocabulary podcast mp3 vodcast aggregator Pedagogical Implications Podcasts are audio or video files that

More information

Page 1 Podcast Workshop Instructions for creating a podcast using Podifier.

Page 1 Podcast Workshop Instructions for creating a podcast using Podifier. Podcast Workshop Instructions for creating a podcast using Podifier. Bg: make mp3, make web page. Plan in ppt. put screen shots in ppt. Step 1. Launch the application Podifier from the Programs menu or

More information

Using Garage Band to Record a Podcast

Using Garage Band to Record a Podcast Using Garage Band to Record a Podcast 1. Open GarageBand 2. Click on New Podcast Episode 3. If you don t see this screen, go to File -> New 4. Name and save your project 5. If you are NOT using headphones

More information

Using Garage Band to Record a Podcast

Using Garage Band to Record a Podcast Using Garage Band to Record a Podcast 1. Open GarageBand 2. Click on New Podcast Episode 3. If you don t see this screen, go to File -> New 4. Name and save your project 5. If you are NOT using headphones

More information

Voice Authoring 6.1. User Guide

Voice Authoring 6.1. User Guide Voice Authoring 6.1 User Guide Friday, March 02, 2012 Table of Contents Table of Contents i Chapter 1 Preface 1 Purpose of This Guide 1 Help and Other Resources 2 Community 2 Technical Support 2 Documentation

More information

Wimba Voice Podcaster

Wimba Voice Podcaster Wimba Voice Podcaster October 2011 1 About Voice Boards Overview Wimba Podcaster is a complete, start-to-finish podcasting application. It allows you and your students to author vocal recordings and distribute

More information

Podcast: Recording, Editing and Sharing

Podcast: Recording, Editing and Sharing Podcast: Recording, Editing and Sharing Eamonn Fitzgerald & Kris Harte, Educational Technology, ITD. Session Outline 1. Introduction 2. Recording Considerations 3. Review 1. Introduction Pedagogical Rationale

More information

Podcasting Creating Audio Podcasts

Podcasting Creating Audio Podcasts Podcasting Creating Audio Podcasts HOW TO MAKE PODCASTS...2 Delivering Your Podcasts...2 Domain Names...2 Hosting Your Files...2 Show Note Hosting...3 FREE & EASY & UPGRADEABLE PODBEAN...3 Registering

More information

PANOPTO: Using Panopto in Canvas (Faculty)

PANOPTO: Using Panopto in Canvas (Faculty) PANOPTO: Using Panopto in Canvas (Faculty) Panopto is a service that allows you to record and store video and audio (podcast) recordings and link them to your Canvas courses. Panopto recordings and webcasts

More information

Create subfolders for your audio files in each language.

Create subfolders for your audio files in each language. You can download Audacity from: http://audacity.sourceforge.net/ There are versions for Windows and for Mac. Create a folder for your itongue products and all the related files e.g. it_products Create

More information

Creating a Podcast Using Audacity

Creating a Podcast Using Audacity Creating a Podcast Using Audacity NOTE: To do this project, you will need to either have an internal microphone on your laptop or computer, or you will need to use an external microphone to do your recording.

More information

Using Podcasts in CTools

Using Podcasts in CTools UNIVERSITY OF MICHIGAN SCHO OL OF INFORMATION Charles Severance Using Podcasts in CTools The course will provide video and audio podcasts to support the material in class. Podcasts are very important,

More information

Transferring Files from Panopto to MediaSpace

Transferring Files from Panopto to MediaSpace University Information Technology Services Learning Technologies, Training, Audiovisual, and Outreach Transferring Files from Panopto to MediaSpace After April 15, 2018, Panopto will be inaccessible to

More information

Audacity tutorial. 1. Look for the Audacity icon on your computer desktop. 2. Open the program. You get the basic screen.

Audacity tutorial. 1. Look for the Audacity icon on your computer desktop. 2. Open the program. You get the basic screen. Audacity tutorial What does Audacity do? It helps you record and edit audio files. You can record a speech through a microphone into your computer, into the Audacity program, then fix up the bits that

More information

Recording Narration in PowerPoint using ispring Free

Recording Narration in PowerPoint using ispring Free Recording Narration in PowerPoint using ispring Free Narrated PowerPoint shows saved as-is tend to be very large files. This makes them cumbersome and difficult to upload and share with your students or

More information

Podcasts in ibroadcast (Podcast-only episode)

Podcasts in ibroadcast (Podcast-only episode) Podcasts in ibroadcast (Podcast-only episode) Audio file format for BBC podcasts... 2 To access ibroadcast... 2 ibroadcast home page... 4 Publishing the podcast... 5 Contacts & support... 13 This guide

More information

UICapture Training Macintosh. EXERCISE One - Macintosh Panopto Recorder: Login

UICapture Training Macintosh. EXERCISE One - Macintosh Panopto Recorder: Login UICapture Training Macintosh Before You Begin 1. Make sure that you have a microphone connected to your machine before you start Panopto. 2. Open the folder on your computer s desktop called ICON Overview

More information

Attack of the. 1. Have your kids listen to them There are tons of content-rich podcasts your kids can listen to to enhance your cirriculum.

Attack of the. 1. Have your kids listen to them There are tons of content-rich podcasts your kids can listen to to enhance your cirriculum. Attack of the What is a podcast? A podcast is just a way of publishing audio files on the internet. What makes it a podcast is that users don t have to check your website for new episodes. They can subscribe

More information

USING YOUR VIDEO IPOD

USING YOUR VIDEO IPOD USING YOUR VIDEO IPOD TABLE OF CONTENTS Introduction to itunes...2 Using Your ipod an Overview...2 Music...2 Audiobooks...4 Podcasts...5 Videos...5 Photos...6 Text...8 From PowerPoint to the ipod...9 Macintosh...9

More information

UICapture Training Macintosh. Macintosh Panopto Recorder: Login

UICapture Training Macintosh. Macintosh Panopto Recorder: Login UICapture Training Macintosh Before You Begin 1. (For individuals working on their own) If you do not have Panopto installed on your Mac, download and install it from the ITS Software Downloads page or

More information

Table of Contents Overview...iii Chapter 1: Recording With Tegrity Campus Chapter 2: Using the Tegrity Instructor Pen...29

Table of Contents Overview...iii Chapter 1: Recording With Tegrity Campus Chapter 2: Using the Tegrity Instructor Pen...29 Table of Contents Overview...iii Chapter 1: Recording With Tegrity Campus 2.0...1 Capturing Your Class With Tegrity Recorder... 1 Using the Annotation Toolbar... 5 Using the Toolbar for Video... 7 When

More information

Voyant Connect User Guide

Voyant Connect User Guide Voyant Connect User Guide WELCOME TO VOYANT CONNECT 3 INSTALLING VOYANT CONNECT 3 MAC INSTALLATION 3 WINDOWS INSTALLATION 4 LOGGING IN 4 WINDOWS FIRST LOGIN 6 MAKING YOUR CLIENT USEFUL 6 ADDING CONTACTS

More information

Podcasting Using Audacity and GarageBand: A Reference Guide

Podcasting Using Audacity and GarageBand: A Reference Guide Podcasting Using Audacity and GarageBand: A Reference Guide Mike Putman Ball State University Using Audacity Download: http://audacity.sourceforge.net Setting Up Once Audacity is downloaded and installed,

More information

UICapture Training Windows. EXERCISE One - Windows Panopto Recorder: Login

UICapture Training Windows. EXERCISE One - Windows Panopto Recorder: Login UICapture Training Windows Before You Begin 1. Make sure that you have a microphone connected to your machine before you start Panopto. 2. Open the folder on your computer s desktop called ICON Overview

More information

Chapter The Juice: A Podcast Aggregator

Chapter The Juice: A Podcast Aggregator Chapter 12 The Juice: A Podcast Aggregator For those who may not be familiar, podcasts are audio programs, generally provided in a format that is convenient for handheld media players. The name is a play

More information

TONY COSENTINO PODCASTING WITH WORDPRESS

TONY COSENTINO PODCASTING WITH WORDPRESS TONY COSENTINO PODCASTING WITH WORDPRESS ABOUT ME 1996 Royal Australian Navy - it got boring so in my free time filmed and co-produced weekly TV show for the crew. That is when my passion for creating

More information

Microcontroller Compatible Audio File Conversion

Microcontroller Compatible Audio File Conversion Microcontroller Compatible Audio File Conversion Created by Mike Barela Last updated on 2018-06-07 09:10:45 PM UTC Guide Contents Guide Contents Convert Sound Files in Audacity Audacity Download Audacity

More information

Windows Movie Maker / Microsoft Photo Story Digital Video

Windows Movie Maker / Microsoft Photo Story Digital Video Windows Movie Maker / Microsoft Photo Story Digital Video http://intranet/technology/index.html TRC HELP DESK X5092 April 2006 Photo Story and Movie Maker Microsoft Photo Story 3 allows you to create fantastic

More information

Welcome to the BEHRINGER PODCAST quick-start guide

Welcome to the BEHRINGER PODCAST quick-start guide Welcome to the BEHRINGER PODCAST quick-start guide Thank you for choosing one of our podcast-capable products. This top-notch bundle of hardware and software lets you creatively produce professional sounding

More information

Creators Basic Guide to Using UICapture (Windows)

Creators Basic Guide to Using UICapture (Windows) Creators Basic Guide to Using UICapture (Windows) All of the University of Iowa General Assignment Classrooms (GAC) are equipped with the recording software known as Panopto Recorder on Windows and Mac.

More information

Basic editing of a recording with Audacity

Basic editing of a recording with Audacity Basic editing of a recording with Audacity To edit a recording in Audacity you can use same type of actions that you can use in most computer applications, such as selecting, copying, pasting and deleting.

More information

Cassette2CD Wizard 2.05 User's Manual

Cassette2CD Wizard 2.05 User's Manual Cassette2CD Wizard 2.05 User's Manual Table of Contents 1. Installation Instructions a. Connecting tape-deck to the computer b. Installing the Software 2. Using Cassette2CD Wizard a. Setting up and Testing

More information

Configuring Audacity

Configuring Audacity Configuring Audacity Before you can get started with Audacity there are a few preferences and settings which need to be altered. These only need to be done once before using Audacity for the first time.

More information

Desktop Client USER GUIDE. Version 2. Strategic Vision, Inc.

Desktop Client USER GUIDE. Version 2. Strategic Vision, Inc. Desktop Client USER GUIDE Version 2 Strategic Vision, Inc. Table of Contents Welcome Desktop Client Interface................... Audio and Webcam Settings................. Tool Overview........................

More information

Using Panopto in Canvas

Using Panopto in Canvas Using Panopto in Canvas Panopto is a service that allows you to record and store video and audio ( podcasts ) recordings and link them to your Canvas courses. Panopto also supports live streaming of events.

More information

XO Hosted PBX Recording Custom Greetings LAST UPDATED: 21 Mar 2013

XO Hosted PBX Recording Custom Greetings LAST UPDATED: 21 Mar 2013 About This Document This document explains how to create and use your own audio files with the Auto Attendant feature of XO Hosted PBX. Recording a Custom Auto Attendant Greeting Your company can create

More information

Podcasts in ibroadcast (Podcast on a TX Episode)

Podcasts in ibroadcast (Podcast on a TX Episode) Podcasts in ibroadcast (Podcast on a TX Episode) Audio file format for BBC podcasts... 2 To access ibroadcast... 2 ibroadcast home page... 4 Publishing the podcast... 5 Contacts & support... 13 This guide

More information

UICapture Macintosh Training Session

UICapture Macintosh Training Session UICapture Macintosh Training Session Today s Session 1. UICapture Overview (PowerPoint) 2. Exercise (Hands On) 3. Individual Work Time Before You Begin 1. (For individuals working on their own) If you

More information

BBFlashBack Training for Library Staff

BBFlashBack Training for Library Staff BBFlashBack Training for Library Staff Learning outcomes: By the end of the course you will be able to: record a screencast insert/import text, images, audio & video edit text, audio & video files produce

More information

Creating a video suitable for Vodcast Using Quicktime

Creating a video suitable for Vodcast Using Quicktime http://blog.larkin.net.au/ Page 1 Creating a video suitable for Vodcast Using Quicktime What will you need? Hardware & Software Computer Apple Desktop machine or imac ibook, Powerbook or MacBook Pro Video

More information

UICapture Windows Training Session. EXERCISE ONE - Windows Panopto Recorder: Login

UICapture Windows Training Session. EXERCISE ONE - Windows Panopto Recorder: Login UICapture Windows Training Session Today s Session 1. UICapture Overview (PowerPoint) 2. Exercise (Hands On) 3. Individual Work Time Before You Begin 1. Plug in your microphone headset. 2. In a browser,

More information

PANOPTO: WEB MANAGEMENT INTERFACE

PANOPTO: WEB MANAGEMENT INTERFACE Panopto's Web Management Interface offer's instructors the ability to manage and edit the recordings captured and uploaded using the Panopto desktop recorder. Access the Web Management Interface at http://panopto.nvcc.edu.

More information

Recording a Voiceover Using Audacity September 19, 2014

Recording a Voiceover Using Audacity September 19, 2014 Recording a Voiceover Using Audacity September 19, 2014 Like most audio (and video) editing tools, Audacity saves content through association with a project folder. What this means is that any media files

More information

ipod shuffle User Guide

ipod shuffle User Guide ipod shuffle User Guide 2 Contents Chapter 1 3 About ipod shuffle Chapter 2 4 ipod shuffle Basics 4 ipod shuffle at a Glance 5 Using the ipod shuffle Controls 6 Connecting and Disconnecting ipod shuffle

More information

Impatica and PowerPoint for Blackboard

Impatica and PowerPoint for Blackboard Impatica and PowerPoint for Blackboard Impatica is a software program which allows for the delivery of fully narrated and highly animated PowerPoint content over the Internet, plug-in free and even at

More information

Mt. Lebanon School District 7 Horsman Drive Pittsburgh, Pennsylvania

Mt. Lebanon School District 7 Horsman Drive Pittsburgh, Pennsylvania Accessing your Individual Multimedia Area Each faculty and staff member with an individual user account will have their own space to store multimedia files. The multimedia can be easily linked to a website,

More information

PBwiki Basics Website:

PBwiki Basics Website: Website: http://etc.usf.edu/te/ A wiki is a website that allows visitors to edit or add their own content to the pages on the site. The word wiki is Hawaiian for fast and this refers to how easy it is

More information

Contents. Using intro and outro music 20 Advanced editing techniques - fading 21 Increasing/decreasing the volume of a podcast 22

Contents. Using intro and outro music 20 Advanced editing techniques - fading 21 Increasing/decreasing the volume of a podcast 22 Developing The Use Of Podcasting (Using Au da c i t y) Version 1.0 David Pike - Learning Technologies University of Bedfordshire 2007 Contents Getting started Exploring podcasting 4 Equipment required

More information

1. Make the recordings. 2. Transfer the recordings to your computer

1. Make the recordings. 2. Transfer the recordings to your computer Making recordings and burning them to CD can be done in four steps: 1. Make the recordings 2. Transfer them to your computer 3. Edit them 4. Copy the edited files to itunes 1. Make the recordings Turn

More information

Paul Addison Associate Professor, Computer Information Systems Ivy Tech Community College Region 4, Lafayette

Paul Addison Associate Professor, Computer Information Systems Ivy Tech Community College Region 4, Lafayette Paul Addison Associate Professor, Computer Information Systems Ivy Tech Community College Region 4, Lafayette paddison@ivytech.edu 3 rd Annual Learning College Conference Northwest Region, Thursday, February

More information

Man Met Capture Kaltura CaptureSpace Desktop Recording

Man Met Capture Kaltura CaptureSpace Desktop Recording Man Met Capture Kaltura CaptureSpace Desktop Recording User Guide for Staff September 2018 Kaltura Capture Space Desktop Recording user guide for staff 1 Contents 1 CaptureSpace for Desktop Recording software...

More information

University Systems. Client Technologies

University Systems. Client Technologies University Systems Client Technologies Media Services - Video on Demand User Guide For Windows Computers Created by Scott Thorpe May 13th, 2015 Updated June 15th, 2015 What is video on demand? Video on

More information

Version 2.0. Campus 2.0 Student s Guide

Version 2.0. Campus 2.0 Student s Guide Campus 2.0 Student s Guide Version 2.0 Campus 2.0 Student s Guide Error! No text of specified style in document. i Important Notice Copyright 2008 Tegrity, Inc. Disclaimer 2008 Tegrity, Inc. all rights

More information

CSC 101: Lab #7 Digital Audio Due Date: 5:00pm, day after lab session

CSC 101: Lab #7 Digital Audio Due Date: 5:00pm, day after lab session CSC 101: Lab #7 Digital Audio Due Date: 5:00pm, day after lab session Purpose: The purpose of this lab is to provide you with hands-on experience in digital audio manipulation techniques using the Audacity

More information

ipod classic User Guide

ipod classic User Guide ipod classic User Guide Contents 4 Chapter 1: ipod classic Basics 5 ipod classic at a glance 5 Using ipod classic controls 7 Disabling ipod classic controls 8 Using ipod classic menus 8 Adding or removing

More information

Installing Audacity Sound Editing Software Open up a web browser such as Internet Explorer and type the following Internet address in to the address field: http://audacity.sourceforge.net/download/ The

More information

Training Handout Tegrity Campus 2.0

Training Handout Tegrity Campus 2.0 Training Handout Tegrity Campus 2.0 Tegrity Campus 2.0 is a user-friendly video, audio, and screen capturing platform for replay by students. Tegrity is accessible anywhere via Blackboard s course management

More information

QUICK START GUIDE NTS HOSTED PBX CALL MANAGER. Welcome. Getting Oriented

QUICK START GUIDE NTS HOSTED PBX CALL MANAGER.   Welcome. Getting Oriented QUICK START GUIDE NTS HOSTED PBX Welcome Welcome to NTS Hosted PBX! This guide is intended to get you up and running with the basic features associated with the product. For more in-depth information,

More information

Recording Your Audio and Creating Your MP3 File using Audacity

Recording Your Audio and Creating Your MP3 File using Audacity http://www.larkin.net.au/ Page 1 Recording Your Audio and Creating Your MP3 File using Audacity Many people who are working with digital audio are choosing a program called Audacity for many reasons: 1.

More information

LP2CD Wizard 2.0 User's Manual

LP2CD Wizard 2.0 User's Manual LP2CD Wizard 2.0 User's Manual Table of Contents 1. Installation Instructions a. Connecting the Vinyl2USB Converter b. Installing the Software 2. Using LP2CD Wizard a. Setting up and Testing for Audio

More information

SMART Recorder. Record. Pause. Stop

SMART Recorder. Record. Pause. Stop SMART Recorder The recorder is used to record actions that are done on the interactive screen. If a microphone is attached to the computer, narration can be recorded. After the recording has been created,

More information

UICapture Windows Training Session. EXERCISE ONE - Windows Panopto Recorder: Login

UICapture Windows Training Session. EXERCISE ONE - Windows Panopto Recorder: Login UICapture Windows Training Session Today s Session 1. UICapture Overview (PowerPoint) 2. Exercise (Hands On) 3. Individual Work Time Before You Begin 1. (For individuals working on their own) If you do

More information

Creating Web Calendars

Creating Web Calendars Creating Web Calendars You can create a FirstClass-type calendar for your web site. You add calendar items just as you do to your personal calendar. Note: You must add calendar items using the calendar

More information