0% found this document useful (0 votes)
75 views6 pages

01.synopsis 7th Semester

The document describes a music player app project for a Bachelor of Technology degree. It includes an introduction to the need for alternate music players beyond the default, the problem statement, aims, technologies used like Java and XML, design of the music player using data structures like linked lists and queues, hardware requirements, and references.

Uploaded by

Pawan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
75 views6 pages

01.synopsis 7th Semester

The document describes a music player app project for a Bachelor of Technology degree. It includes an introduction to the need for alternate music players beyond the default, the problem statement, aims, technologies used like Java and XML, design of the music player using data structures like linked lists and queues, hardware requirements, and references.

Uploaded by

Pawan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 6

PROJECT SYNOPSIS

(Based on PROJ-CSE-423G)
MUSIC PLAYER APP

Bachelor of Technology
Computer Science & Engineering
7th Sem

GANGA TECHNICAL CAMPUS


( A unit Of Ganga Group Of Institutions)

Approved By AICTE New Delhi, Affiliated to Maharshi Dayanand

University,Rohtak and HSBTE,Panchkula)

Submitted To:- Submitted By:-

Mrs.Ritu Dagar Pawan Digwal

Assistant Professor
(CSE Department)
STUDENT’s DECLARATION

I am student of B. Tech (CSE)-VII Semester, Batch 2019-23


hereby declare that this project report on, “MUSIC PLAYER”,
which is being submitted for the program in B. Tech (CSE), is the
record of authentic work carried out by me .

Signature of the Student:

Name of Student : Pawan Digwal


ABSTRACT

In the last few years, MP3 players have made it possible to take your whole
music collection with you anywhere. Despite this convenience, you are still
limited to listening to your music through headphones. MP3 Radio makes
use of Intel’s Personal Server and newly developed Slappy card, along with
a Bluetooth enabled cell phone, allowing you to listen to your music on any
stereo with an FM tuner. MP3 Radio is designed to be a ubiquitous music
device that is always on. The device is, conveniently, controlled with a cell
phone, which most everyone already carries with them everywhere. The
cell phone interface provides lets the user browse through their music and
create play lists, similar to a typical MP3 player. Our implementation does
provide the convenience of an MP3 player as well as the added benefit of
being able to listen to it on a regular stereo anywhere. The main goals of
MP3 Radio were portability and ease of use. As you will see in this paper,
we were able to achieve both of these goals. This project also shows the
practicality of Bluetooth enabled cell phones in controlling other Bluetooth
devices. Finally, we see that a device such as Intel’s Personal Server can be
a powerful mobile device when used in conjunction with other mobile
devices .

1. INTRODUCTION

Android smartphones comes with a default music player to play music. Then
what is the requirement of an alternate music player? This may be because the
default Android music player doesn't offer the rich feature, or it may not prov-
ide a satisfactory equalizer, or its user-interface may not be agreeable. Now a
day, most of the Android devices include Google Play Music, which has com-
mon functionality and cloud streaming.

In above mention, you will know about some best music player apps for An-
droid devices.

1.1 PROBLEM STATEMENT

Some Problems like :


 A Splash screen (gradient background and app logo in center)

 A Navigation drawer with app logo section at the top along


with links to “all songs” .

 The app should be able to fetch and play

 About app

1.2 AIM

 Public Performance Rights

 Audience grape And Discover Music

 A.I. Based personalized

2. LANGUAGE AND SOFTWARE TOOL USED :

 JAVA
 XML
 KOTLIN
 SOFTWARE USED : Android Studio

3. DESIGN MUSIC PLAYER


First, we have to define a structure to store the songs. Each song will
have attributes like Song ID Song name, Singer and Genre. Although
there can be other attributes that can be included and can be used to
sort and search the songs later according to user needs.

To implement the music player we will use two data structures :-


Linked List [ArrayList in Java]and a queue. We will create a
new class “MusicPlayer” which includes the appropriate variable
and structures for this task.

Here music list will contain the list of all the songs present in our
music player. A separate queue musicQ will act as the song queue
for our system.

The variable total_Song_Count will represent the section of songs that


will be considered for random song search. Once a song is found by a
random song search, it will be removed from the list and added at the
end of the list to prevent the repetition of the song.

A simple function will be used to add songs on our music list. This
function adds a new song at the particular index at total_Song_Count.

4. HARDWARE REQUIREMENT :

Os-windows
Hard Disk - 80GB
RAM - Above 7GB
5. REFERENCE :

Bemused : http://bemused.sf.net

Winamp : http://winamp.com

Window Media Player :

http://www.microsoft.com/windows/windowsmedia/default.aspx

You might also like