Questions tagged [audio-player]

A software specialized in playing audio of different formats and/or manage audio libraries.

An audio player is a software specialized in playing audio files.

Some players play a specific file format, but many play a great range of file formats, ranging from MP3 files to WAV files. Many audio players have also the functionality to manage audio libraries, create playlists, shuffling music, and much more.

Questions on this topic should be about development of audio-players, errors on API's of common audio players and such.

1392 questions
-4
votes
1 answer

fatal error: unexpectedly found nil while unwrapping an Optional value

I'm trying out some basic stuff like playing audio. Right in the beginning when I ran the project I got an error, the error doesn't show up in the view controller but it pops up right away when I run the project. fatal error: unexpectedly found…
-4
votes
2 answers

Inputs Needed for making a Media Player

I'm trying to develop a music player using Qt, QML & CPP. I'm new to this kind of development (related to multimedia). I want some insights from you on how other Music Players work. My first hurdle is how should I maintain the Library Info.? -- All…
inblueswithu
  • 953
  • 2
  • 18
  • 29
-5
votes
1 answer

I'm trying to build a music and video player, is there good support available in meteor js? Pls. suggest / recommend

I'm trying to build a music and video streaming / player app, is there good support available in meteor js? Pls. suggest / recommend.
Tej
  • 5
  • 1
-5
votes
1 answer

How can one make an audio player for desktop having the knowledge of basic java?

I've learned basic java that means the OOP concept,loop,array,variable and some other stuffs.Currently I'm learning thread and I want to make an audio player for desktop using java for my class project.Since I've never made this sort of thing…
-5
votes
1 answer

Musicplayer with onebutton

I am new to android. I'm trying to create a music player which will play specific MP3 with one button(play/pause).I want button's background change between two image when click
-6
votes
1 answer

how to display an alert along with voice?

I developed an app for kids and it includes some practice tests so when the answer is correct I wrote code to display alert "correct". I want code for when displaying the alert "correct". It should also come along with voice.
-8
votes
1 answer

Android: What is the best way for building a music player with songs queue?

Currently I am working on Project which is to build a music player. Music player will be similar to current music players out there. My design is like I have a mainActivity and in mainactivity a viewpager with 5 different tab(Songs, Artist, Albums,…
Rahul Bhavani
  • 311
  • 2
  • 10
-9
votes
2 answers

Easy way to 'Insert Background Music' in Swift Xcode

My sound file name is : bensound-november.mp3 and I want to play an infinite this file. I use blow code. please suggest simple code fit with this code. import UIKit import AVFoundation class ViewController: UIViewController { override func…
Kyu
  • 139
  • 2
  • 13
-9
votes
2 answers

Error with SQLite in Android

06-19 12:36:06.181: E/Inside log(15543): /sdcard/songs/(04) Fall Out Boy - Sugar, We're Goin' Down [2005].mp3 06-19 12:36:06.286: E/IMediaMetadataRetriever(15543): extractMetadata error 06-19 12:36:06.391: E/SQLiteLog(15543): (1) near "re": syntax…
1 2 3
92
93