Top Banner
Library 1: MP3 Play Object Oriented Programming, 10 th Class 2015.11.19 경경경
10

MP3 Library

Feb 18, 2017

Download

Technology

MinGi KYUNG
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: MP3 Library

Library 1: MP3 PlayObject Oriented Programming, 10th Class

2015.11.19 경민기

Page 2: MP3 Library

알고리즘의 특징

- 가청역 이외의 데이터를 삭제한 후 압축

- 비교적 압축 알고리즘이 간단함

- 먼저 개발되어 사용하는 사람이 많음 (…)

독일 프라운호퍼 연구소가 개발한 음악 압축을 위한 포맷

MP3

Page 3: MP3 Library

준비해야할 것들

- 재생을 위한 라이브러리

- 샘플 MP3 파일

간단한 예제를 만들어보도록 합시다 .

MP3 재생기 만들기

Page 4: MP3 Library

www.javazoom.net/javalayer/javalayer.html다운받고 , 적당한 곳에 압축을 풀어둔다 .

MP3 재생을 위한 라이브러리 다운로드

Page 5: MP3 Library

http://www.stephaniequinn.com/samples.htm

Sample MP3 파일 다운받기

Page 6: MP3 Library

프로젝트 생성 : File > New > Java Project

Page 7: MP3 Library

Project Explorer > java_mp3 > > Properties > Java Build Path > Libraries > Add External JARs…

Page 8: MP3 Library

In the Project Explorer…

컴퓨터마다 달라집니다 .

Page 9: MP3 Library

PlayMP3.java

Page 10: MP3 Library

아 , 중간에 일시 정지는 되지 않습니다 .

MP3 음악 재생