1 / 12

Pocket Karaoke Implementation Details

Pocket Karaoke Implementation Details. Daniel Kirschner David Pinho. Project Overview. Create an application for the iPhone that will play Karaoke. Application will remotely connect to server for song selection. Songs will be streamed through the application.

gus
Télécharger la présentation

Pocket Karaoke Implementation Details

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Pocket KaraokeImplementation Details Daniel Kirschner David Pinho

  2. Project Overview • Create an application for the iPhone that will play Karaoke. • Application will remotely connect to server for song selection. • Songs will be streamed through the application. • Potential to have outside monitor/speakers broadcast song.

  3. Schedule

  4. Modules • Server Side • SQLite database • Apache server • iPhoneSide • SQLite database • File Player • UI

  5. Apache Server • Will hold the songs • Stores master copy of the SQLite database • Allows for easy update

  6. SQLite Database • Shared between Server and iPhone • Allows us to outsource the cost of searching • Maintains a small footprint • UI will call commands on this • SELECT • WHERE • FROM

  7. UI • Buttons will be coded to perform actions on the SQLite database • Xcode is the native UI constructor • Enables us to easily handle the mundane tasks • Text field • Search bar

  8. File Player • Difficulty in getting MP3+G to play on iPhone • Codecs • Outside Source • File Conversion

  9. Testing • Unit Testing • Small scale tests • Method Specific • Module Testing • Large scale tests • Black Box • Database stress • Integration Testing • Communication check • Compatibility

  10. Testing (cont.) • System Testing • Big Picture tests • Requirements • Regression Testing • Back-tracking • Fix one problem, Create another • Beta Testing • Small group • Usability

  11. Test Equipment Required • RCA Cables • TV/Projector • Microphone • iPhone

  12. Questions and Comments?

More Related