Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

21
votes
10answers
1k views

Web Usability - Background Music

I personally loathe background music on a website. My client has opposite feelings on the subject. I added music because the customer is always right, though I'd like to revisit the subject with them. ...
5
votes
6answers
5k views

Playing BG Music Across Activities in Android

Hello! First time to ask a question here at stackoverflow. Exciting! Haha. We're developing an Android game and we play some background music for our intro (we have an Intro Activity) but we want it ...
4
votes
7answers
456 views

Statistical Proof of Music's Effect on a Developer

A very simple question: Does anybody know of any good references that scientifically prove the effects that listening to various types of music while coding might have on a developer? Workplaces ...
3
votes
2answers
2k views

Best music to program to [closed]

In Zen and the Art of Motorcycle Maintenance, Pirsig writes that music should not be blaring from loudspeakers in any place where work of a technical nature is being performed, because what are you ...
3
votes
1answer
460 views

Ideal solution for seamless music playback across “page loads”? Using javascript to load pages

I am in the process of developing an online music magazine. We have a html5/flash music player, and this forms a major part of the website. But the site also has a lot of articles and stuff. So ...
2
votes
2answers
184 views

How to get music to play in Delphi 7?

I need to get music to play in the background in the start of the program in the OnFormActivate event for my program. I have the song I want to use but I dont know what command Delphi needs to use in ...
2
votes
2answers
373 views

How to loop music in WP7 BGM?

private void button1_Click(object sender, RoutedEventArgs e) { MediaElement Lala = ((MediaElement)App.Current.Resources["backgroundMusic"]).Stop(); if (Lala == true) { ...
2
votes
2answers
468 views

ASP.Net Background Music

I have a website with a master page and I want to play an mp3 file in the background, in every page. tried bgmusic but its not supported and so is embed. Any Ideas?
1
vote
2answers
225 views

Android background music service

I am developing an entertainment app in android. I want to play background music, and I want to use service for that. App have 3 activities and music must be played across all activities. Also, when ...
1
vote
1answer
409 views

Cocos2d play 2 different background music files or loop playEffect

I need to have to have a background music for the Scene and a background music for an Character,but I have to stop it when the character makes some actions. For this problem I have to options: Play ...
1
vote
1answer
141 views

Is there any way to Play music as background service in playbook?

I have made a music player for blackberry playbook and it is working fine .My problem is I want to play the music as a background service so that if user switches between other app . my music would ...
1
vote
1answer
374 views

iPhone App kill my iphone music player?

As soon as I open app it kills my music player. I dont want user to feel such experience. Sometime user don't want to stop their music player while app browsing. For that purpose I will provide ...
1
vote
2answers
333 views

Stoping Background Music When App is destoryed

I am making an android game and I have a service that plays background music. I use two buttons to start and stop the music from the Title/Menu activity. The problem I am having is that if the music ...
1
vote
4answers
302 views

Stopping BGSOUND element on IE?

I've added background music to a website i'm building (don't kill me). Whereas in IE the element is called BGSOUND, I tried to have a button to pause the music, the button removes the entire element ...
1
vote
3answers
212 views

How do I play nsf music in C#? (making a game)

I'm making a game with some friends for our last highschool project . I'm having trouble finding out how to play the music I've written in c# and I'm turning here for answers. We're using Microsoft ...
1
vote
5answers
846 views

Music Loop in Java

Good day! I am doing a game and I want it to have a background sound. I created a class for it and I call it on my main. My code is as follows: import sun.audio.*; import java.io.*; public ...
1
vote
2answers
198 views

How to parse a music into a array of frequencies and durations of its notes

Greetings, I'm working on a low level programming project and I want to play a music with the computer speaker. I'm already capable of using the speaker (with timer2) and a song is represented in ...
1
vote
2answers
1k views

How to mute background music in html page

As per clients requirement, i have added a background music to webpage. I have set the music in loop mode to play it continuous. I have used <BGSOUND> tag to play the audio. The problem here is ...
1
vote
2answers
687 views

fade in and out music while speaking a text

I have an Android application that makes use of TTS (Text to speech) API. Everything is working perfectly, but now i want to fade in/out or even stop music (in case user is playing music with prebuilt ...
0
votes
0answers
14 views

MPMoviePlayerController not playing out of MPMoviePlaybackStateInterrupted unless delay added - why?

I use a MPMoviePlayerController to play an internet (audio) stream. My AudioSession is configured as AVAudioSessionCategoryPlayback. When I background my application and start playing audio in the ...
0
votes
1answer
65 views

iOS : How to make sure background music consistantly play & stop in all XIB by using only one press button?

I have an iPad app with one background music button. The background music is looping all in the main XIB & the 2nd XIB. Basically, I can on & off the music successfully. My problem now is when ...
0
votes
2answers
164 views

How to stop the music playing in background in android

i tried to stream an audio from url and its working fine. The url is playing on background also when i quit the application. But i cant able to stop it when i enter my app again how could i stop. Help ...
0
votes
1answer
38 views

Good background music for a software demo? [closed]

I remember seeing some software applications demos before where they don't have any narration but just a background music played (no words, just the acoustic)...but i was never able to know the name ...
0
votes
2answers
111 views

Background iPod music Volume mixed with sound effects

What would the best method be for mixing background iPod music with sound effects? The sound effects need to be adjustable and sometimes much louder than the background music. When I use ...
0
votes
1answer
202 views

AVFoundation IOS: playing Background Music

I develop an iPhone IOS app which involves turning on the background music. I decided to choose the AVFoundation and AVAudioPlayer for this purpose. So what I have is two view controllers and one ...
0
votes
1answer
33 views

Where to find Gfx, Music, Sounds to be distributed with my (commercial) Application? [closed]

I'd like to include a media pool in a slideshow application. The media is accessible to the user either directly or wrapped up in a template. Application users should use those media and templates to ...
0
votes
1answer
154 views

How do you check if music is playing from a broadcast receiver?

I would like to prevent some of my code from executing only if music or videos are currently playing. Can you show me code that does this? Thanks. Truly, Emad
0
votes
0answers
113 views

Playing song in background after HOME Button Pressed in iPad

I've created a music App for an iPad. When i run my app, the beginReceivingRemoteControlEvents: method is called. It shows a player icon [in triangle] on ipad's status bar. My problem is that ...
0
votes
0answers
97 views

Android mediaplayer maybe not working properly?

In my app I have background music; this is running properly in 2.2 and 2.3.3 but can't work properly in 2.1 or lower versions (the app crashes) This background music is play on accelerometer in ...
0
votes
0answers
218 views

avaudioplayer-two background music problem

I have two .xibs in my app. The first .xib contains a round rectangle button that opens second .xib. ViewDidLoad method of second .xib starts a background music(mp3 file) using AVAudioPlayer and ...
0
votes
0answers
94 views

Asp.net music background

Greeting, I am developing a website using master page. The home page content an embed flash to play a movie. When I load the home page the movie is not playing until it is played. Now my client is ...
0
votes
2answers
123 views

iPhone - Resuming background music after playing movie

I'm playing iTunes music in the background. I started my app which plays "Video" using the following code: NSString* videoPath = [[NSBundle mainBundle] pathForResource:@"video" ofType:@"m4v"]; if ...
0
votes
1answer
114 views

A way for users to select music from their library

I am looking for a way for users to select music they want played in the background (from their library) while using my application. Not quite sure how I would implement this feature. Thanks.
0
votes
2answers
299 views

iPhone Music Game Problem With Double Tapping Home Button

When the home button gets double tapped in the middle of my music game for the iPhone, a pop-up appears showing the name and artist of the song being played...how do I disable this pop-up ? I'm using ...
-1
votes
1answer
183 views

How would I keep music playing on a website as a user navigates it?

Not that I wanna do it anytime soon but I do wanna know how it's done. When a website has music, it usually stops playing after you navigate to another page on the site, and then it starts playing ...
-2
votes
5answers
736 views

Giving background music to a webpage

var musicsrc="jyothir2.mp3"; if (navigator.appName=="Microsoft Internet Explorer") document.write('<bgsound src='+'"'+musicsrc+'"'+' loop="infinite">') else document.write('<embed ...
-4
votes
1answer
375 views

I want to develop an music player app for android with multitasking so dat i can use differtent apps without closing music player…help out plzz [closed]

I want to develop an music player app for android with multitasking so dat i can use differtent apps without closing music player......help out plzz..