67 Discussion / Question Topics

Remove Filter
Member Avatar for
Member Avatar for Dani

What are your favorite hobbies on the computer outside of work and DaniWeb, of course? Personally, I'm a Quora addict.

Member Avatar for purevoice
6
2K
Member Avatar for lewashby

I’m looking for a music app to play my music library for Android, here’s what I do and don’t need. I don’t use monthly pay services or use DRM is encumbered music Files. I have a library on my computer consisting of mp3, flacc, and wav files. I want to …

Member Avatar for rproffitt
0
59
Member Avatar for lewashby

This may not be the best room to post this in but I didn't see any room that really jumped out at me for this, and since I'm doing all this on Linux desktop it made sense. I'm having trouble placing the meta data (artists, album, title) for a .wav …

Member Avatar for Jonny_4
2
2K
Member Avatar for Crashedbeats
Member Avatar for catastrophe2

hi So i made a simple game app, and am implementing music now i have easy and hard mode, and game over, as well as home screen homesecreen now plays music1, loops fine and all...then once player selects to play i want to stop the current music1, and start music …

Member Avatar for Kubilay Doğukan
0
318
Member Avatar for happygeek

So, my twin boys start college (sixth form) this year and as their birthday is coming up I thought I'd kill two birds and buy them the laptop they need. I'm used to speccing out my own laptops for the office here, but when it is my money rather than …

Member Avatar for happygeek
0
461
Member Avatar for Michaël

Hello, I have to make an MP3 player that can work on 3 different ways. - You click, it plays, you click again, it pauses - You hold down the mouse, it plays, you release the mouse, it pauses - A timer, you can set up a timer to pause …

Member Avatar for SalmiSoft
0
2K
Member Avatar for jalpesh_007

hello all, I am working on android project. i have started background music in one of my activity named"myMainScreen.java" now on that activity i have put one button. while clicking on button i will redirected to another activity called"page_play.java" through intent. Music will get stopped on the second activity(page_play). but …

Member Avatar for jalpesh_007
0
5K
Member Avatar for KevinVernon

Post the **names** of your **favorite artist / band** and **Songs** of your **favorite artist / band** with the same letter as the 1st alphabet of name of The Band or Artist. My favourite band is "**Linkin Park**" and the song start with letter "L" is "**Lost In The Echo**"

Member Avatar for <M/>
0
1K
Member Avatar for Xantipius
Member Avatar for ddanbe
1
454
Member Avatar for IndieDeV2002

I have been developing a simple java game, however I would like to add some Music to my game because it seems quite boring whenever you play it.

Member Avatar for bCubed
0
901
Member Avatar for mattster

Hi guys, Whats are favorite all time song and current song (one thats popular at the minute)? i.e. My all time favorite is [Phil collins - in the air tonight](http://www.youtube.com/watch?v=YkADj0TPrJA) My current favorite song is [Bastille - Pompeii](https://www.youtube.com/watch?v=F90Cw4l-8NY) Sorry for the awful videos aha

Member Avatar for polodas
1
678
Member Avatar for SaroGFX

Dear Daniweb, I just got the following [HTML5 music player](http://www.audioplayerhtml5.com/player_blackControllers_WithoutPlaylist_Ex1.html), which gets it's music from a list I provide in HTML like this: <ul> <li class="xtitle">Follow Me Here B</li> <li class="xauthor">Author Name</li> <li class="xsources_mp3">audio/adg3com_freeform.mp3</li> <li class="xsources_ogg">audio/adg3com_freeform.ogg</li> </ul> <ul> <li class="xtitle">This is Freeform C</li> <li class="xauthor">Author Name</li> <li class="xsources_mp3">audio/wm_follow_me.mp3</li> <li class="xsources_ogg">audio/wm_follow_me.ogg</li> …

0
311
Member Avatar for corby

Hey im trying to run background music when the user clicks the button. below is my coding. when i run the program, it says file cannot be found. any help would be appreciated [CODE]import javax.swing.*; import sun.audio.*; import java.awt.event.*; import java.io.*; public class Sound { public static void main(String[] args) …

Member Avatar for JamesCherrill
0
6K
Member Avatar for Milan_1

Hello all, I am new to javascript and looking for some help. I have searched around different forums but my skills have not served me well to build a working script. <script language="JavaScript"> var myDate = new Date(); /* hour is before noon */ if ( myDate.getHours() < 12 ) …

Member Avatar for Alberto Bucur
0
230
Member Avatar for theashman88

When I'm listening to music on my iphone and I pull up the control center It won't let me go to next track. Any solutions

Member Avatar for Kelly Burby
0
267
Member Avatar for GrimJack

Well, I am starting to get bored with my current rotation and want to update my collection. I like [weird](http://www.youtube.com/watch?v=2VnF9NeuhUE) music and I am especiall fond of German Industrial like [Rammstein](http://www.youtube.com/watch?v=RlOAMKTj0hU), [Kraftwerk](http://www.sonar.es/en/2013/prg/ar/kraftwerk-%283d-show%29_134), and [Einstürzende Neubauten](http://www.youtube.com/watch?v=ndK3BM77o5s) - at least for industrial I also like [California Guitar Trio](http://www.youtube.com/watch?v=xdEAccE7BMs) (can you tell the …

Member Avatar for ddanbe
0
459
Member Avatar for joshl_1995

Hello Community, I was trying to play music throught my iPod dock with my new iPod (5th gen). The sound only comes throught the iPod and not the stereo.

Member Avatar for joshl_1995
0
339
Member Avatar for entropic3105
Member Avatar for david.adeyemi.758

is there a possibility that a prpgram can be written to restrict file sharing(music) from phone to phone (bluetooth) or from laptop to CD (burning)

Member Avatar for Octet
0
224
Member Avatar for Xantipius

For the hundredth time I'm listening to **Blackstone Legacy** album (1971) by Afro-American jazz trumpeter Woody Shaw (1944-1989) and I like it exclusively. What kind of music I **don't** like is any sentimental music, so called "smooth" jazz, swing (in the 21st century it sounds too moth-eaten), 99.999% of rock …

Member Avatar for 45hot45
0
321
Member Avatar for gurkirts

echo enter the any no. read n fact=1 for(i=1;i<=b;i ) do fact=fact*i done echo factorial is fact

Member Avatar for <M/>
0
275
Member Avatar for natehome

I'm working on a music streaming website for iPads and iPhones the website is programmed mostly with php and html. The website uses the website layout iwebkit (http://snippetspace.com/portfolio/iwebkit/). My question is how do I make box appear at the bottom of the screen that is always on the screen even …

Member Avatar for natehome
0
342
Member Avatar for minime010

I have a problem with this... import javax.swing.*; import sun.audio.*; import java.awt.event.*; import java.io.*; public class PikaPlatformer { //----------------------------------------------------------------- // Creates and displays the application frame. //----------------------------------------------------------------- public static void main (String[] args) { JFrame frame = new JFrame ("Direction"); frame.setDefaultCloseOperation (JFrame.EXIT_ON_CLOSE); frame.getContentPane().add (new PikaPlatformerPanel()); frame.pack(); frame.setVisible(true); } } How …

Member Avatar for minime010
0
503
Member Avatar for thecoolman5

Hi, I have a workout called Insanity and I want to extract the music from the audio from the DVDs. When you start the workout, you can choose to do the workout with or without the music. When you don't choose to play the music, the video is the exact …

Member Avatar for RockJake28
0
341
Member Avatar for ms061210

My problem is that I have an option page which contains the button to control the background music on and off. it works fine. But when I exit the option page then go back to option page again and play the music again, there will be two sound playing and …

Member Avatar for Phaelax
0
321
Member Avatar for singularity~

I'm trying to parse ID3 tags and I can't find any good documentation explaining the structure of the ID3 tag format. Does anyone know of a good source where I can find information on how to parse ID3 tags? I don't want to use someone else’s code; I want to …

Member Avatar for Momerath
0
222
Member Avatar for LastMitch

Hi I don't have a favorite Artist or Band I listen to **Bryan Adams, U2, Bonjovi, Toad the Wet Sprocket, Gin Blossoms, Snow Patrol and Linkin Park.** Sometimes If I have a bad day. I usually listen to a song that make me calm and focus again. I listen to …

Member Avatar for GrimJack
0
577
Member Avatar for johny_ok

I am looking for a developer who has experience with audio/video so we can start a very exciting project that combines music and technology. There is no money involved at this early stage, but together we'll build it up, find the necessary financial resources to get it started, and later …

0
142
Member Avatar for requimrar

Hello, I want to ask if there is any way to play an mp3 file in C# without the use of P/Invoke or winmp dll and the like. I can use external libraries too. It would also be nice if I could "include" the mp3 in the C# project, as …

Member Avatar for asad_dani
0
38K

The End.