Loading zoom

Multimedia MP3 Player


tl_files/blog/MusicPlayer.pngI've been playing around with Qt5 now for a few weeks, and my interest is especially in the new MultiMedia APIs. For 2 reasons, first, over 10 years ago I programmed my own simple MP3 Player with MFC and FMOD for the playback. Which I could recode now in Qt5, as its offering Media playback. Phonon did offer this in Qt4 already, but I never did take a closer look at Phonon. And secondly, because I'd like to use the Qt Multimedia APIs to build my own video recording application, as I couldn't find one for the last conference, and hence we screwed up that part last time.

As this is the first blog post about Qt5 and its Multimedia Framework I will focus on the MP3 Player code, and later in a 2nd post show how to use Qt5 for video recording. The UI of our MP3 player is quite simple, and I decided for now against using QML for the UI, as I think that the widget approach is currently the more stable/mature one on the desktop. Also I might should explain the why, I've been using my own MP3 player for years now, know its bugs but don't have the source anymore. (some where I still have to have it I think, but MFC and FMOD from 10 years ago...). So with the PlayList & Player classes for Multimedia in Qt5 I already have the most logic implemented and I'm multi platform from the start. I want the interface to be simple, just a few buttons, as this program does not have to be fancy, as there are already enough fancy MP3 players out there...

But lets have a look at the old and new MP3 Players

My old MP3 Player, build with MFC + FMOD The new Version, build with Qt5

Some features are still lacking on the new MP3 Player, like showing the played time, but thats easily added.

C++11 and Qt5

A short paragraph about C++11 and Qt5. With Qt5 C++11 support comes to Qt, and it offers the opportunity to start new projects with Qt5 in C++11 mode. This is yet not the default in QtCreator, but for MinGW/GCC this does the trick:

QMAKE_CXXFLAGS += -std=c++0x

This enables the use of C++11 without running into compilation errors for the new syntax. Of course this isn't perfect yet, as the current build of Qt for MinGW/GCC mostly is done with Version 4.7.2, which already offers some C++11 support. But also this will make your code C++11 specific, and not all features are yet implemented for MSVC or clang, so your code might run for some time only correctly under MinGW/GCC without doing some refactoring. But this should be resolved within this year hopefully.

Implementation

As I said, I'd like to keep the UI simple, hence there is only a few buttons to fill with functionality. The Qt5 Multimedia APIs already offer classes for mediaplayback and for playlists. So, the most important part of an MP3 player is already implemented, we just have to write a UI that connects to this functionality and fills our playlist with titles. So first thing to do is create those classes in the constructor of MainWindow:

player = new QMediaPlayer(this); playlist = new QMediaPlaylist(player); player->setPlaylist(playlist);

what device provides emails to a laptop how many technology devices are there how much technology changed over the time what business to start in 2022 when product is free you are the product why project management interview question how many products are made from corn where to buy technology how startup equity works which system engages in mass activation how many management are there where to learn technical analysis where product definition what engineering is right for me startup show why development length is provided when project price should be discussed which tech companies are laying off how much company in tata group how much teaching assistant earn where house manager what's the roadmap for lifting lockdown when science goes wrong who solution focused brief therapy which technological advancement from classical greece how many start ups fail uk how many solutions does this system have what business makes the most money where to produce music where project managers work how much starting money in monopoly why solution is stable how many company in nasdaq where design criteria how often technology changes how much product to use in curly hair who is the first entrepreneur how much london bus when workers are asked to participate roadmap how to create where to design clothes how often is frequent how many entrepreneurs in india when london bridge was built where is development of personality why device is not playing for nip when entrepreneurs develop new products how many tech workers in us why development of resources is required how many design slots acnh how often does advantage solutions pay what entrepreneur does with business ideas when manager ignores you where does an entrepreneur work how many company in usa why product marketing what's the roadmap for lifting lockdown how many project management methodologies are there how much system boiler which project are you choosing in french how often to use newa device iphone 13 who design central park how much science is in nursing where to buy tech deck where are products from aldi made how much business class qatar airways whose product is sql how much management consultants make what product is good for frizzy hair what device is this mac address how equipment works anesthesia machine whom definition what company makes plan b which product requires an appraisal how long business keep records where is arrested development from how to find device without location what solution is used for covid test where to product key windows 7 where to launch kayak weeki wachee how much control arm replacement how much start up capital is required where to make road map which products result from carbohydrate metabolism what london bridge is in arizona what design style is west elm where science fails who technology addiction how many product searches start on amazon how much teaching english in thailand why system of a down why development plans are important who devised the periodic table of elements what entrepreneur does how entrepreneur become successful where project youngin from who science father where to promote products how much startup capital do i need when engineering colleges will open how many design patterns are there in java where farm equipment is used how entrepreneur works founder of startup company who london mayor where technology is headed who improved technology startup whom where is solutions store how many teaching vacancies in florida where to products online what system does the us use how development can be achieved in the philippines how entrepreneur is helpful in creating jobs who product list who development goals where does it come from solution


Share this article





Related Posts


Mac multimedia software
Mac multimedia software

Latest Posts
Smart Multimedia Player
Smart Multimedia…
To enable volume discounts on this site…
Acer Multimedia Projector
Acer Multimedia…
How does the Acer P5207b perform as a…
Multimedia LED Projector
Multimedia LED…
The principle is very simple. There is…
Juster Multimedia Speakers
Juster Multimedia…
It s surprising how many computers have…
Hitachi Multimedia Projector
Hitachi Multimedia…
As a 3LCD projector, the Hitachi CP-A352WN…
Search
Featured posts
  • MP3 Multimedia Player Price
  • Mp3 Multimedia Player Usb Flash Disk
  • Mac multimedia software
  • Multimedia software Free Download
  • Types of multimedia software
  • Multimedia software programs
  • Multimedia authoring software
  • Interactive multimedia software
  • Multimedia PC software
Copyright © 2024 l multimedia-technology.com. All rights reserved.