Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

17
votes
26answers
3k views

Do you know some good programming songs for monitoring purpose?

[Community wiki] Monitoring a production platform is of the utmost importance for our organization. (and I am not talking about an exe on a single platform, but rather a farm of 2 or 3 thousands ...
4
votes
1answer
33 views

shazam like feature in ios app?

I would like to write an app that allows users to identify songs by putting the mic next to a speaker and listen to the song for a few seconds... so exactly what Shazam does. Is there any framework ...
4
votes
1answer
403 views

Take the audio from a youtube video

Is it possible to retrieve only the audio from a youtube video using the java youtube api?
4
votes
2answers
613 views

Song picker for Android

Is there a song picker for Android that can be invoked programatically? I'm looking for something similar to iPhone's MPMediaPickerController, which shows a view from where the user can select ...
3
votes
2answers
2k views

How do I compare 2 audio files, returning a percentage of difference [closed]

Possible Duplicate: How do I compare what the user said with an audio recorded sound? Is there a way to compare 2 audio files, whereby a percentage of difference will be returned? I am ...
2
votes
2answers
177 views

Java program to match songs (mp3) with slides (ppt) containing its lyrics

I have thousands of non-English songs in MP3s & thousands of PPTs, each displaying the lyrics of a song. I want to write a java program that would match up the correct MP3 with its PPT. I could ...
1
vote
2answers
202 views

sample decibel level for the current song playing in the background

I'm trying to get the decibel level in my app for the song that is being played by IOS's iPod. I know i can get info about the song with [[[MPMusicPlayerController iPodMusicPlayer] nowPlayingItem], ...
1
vote
1answer
45 views

Changing Beats per Minute of selected song

I am working on an iPhone application where I want to change the Beats Per Minute (BPM) of the selected song. I am using AVAsset classes for that. How it can be implemented? Any code help would be ...
1
vote
1answer
78 views

Lyrics following a song in the same time as It listened

I want to do something which is maybe special. I have a song, and I have It's lyrics, what I want to do is that a method to provide the opportunity to the lyrics to follow the song, for example I ...
1
vote
1answer
168 views

Changing audio speed in java

I'm having trouble changing the audio speed in a java app. I can effectively load an mp3 using using Java's sound API and a few plugins, but I can't change the speed. I'v tried to change the sample ...
1
vote
1answer
189 views

XNA 4 Song.fromUri containing Spaces

Hey, When trying to load a Song (via Uri) (Song.fromUri()) from my HDD (file:///...), The Mediaplayer throws a Exception. After a bit of googling i found out, that this Problem is related to Spaces in ...
1
vote
2answers
299 views

I want to build a song recognition website

I was thinking about building a website for song recognition (something similar to midomi.com but much more simple): User uploads a MP3 or posts a link to a Youtube video and the website will tell ...
1
vote
2answers
70 views

Using AWK on macbook to do file bookkeeping

I'm kind of new to the mac & unix environment.. I'm trying to manage my itunes library files, which are pretty mixed up at the moment. Specifically some of my albums were ripped twice - once in ...
1
vote
3answers
392 views

How to copy a song from iPod Library to app?

In my application, I want to copy a song from iPod Library. How can I do that?
1
vote
1answer
298 views

Getting iTunes current track information in C#

How do applications like Google Talk and the Last.fm desktop client access iTunes to get the current track that is playing? Is there a library to do this? I am wanting to make an application in C# ...
1
vote
4answers
297 views

How to construct notes from a given song file?

Are there any modules in Python that help us to construct or obtain the musical notes and octaves from a given original song? Thanks for the help
0
votes
2answers
47 views

Insert “Download on iTunes” button in app

My app shows the title of a certain song and I would like to insert a "Download on iTunes" button that open iTunes on my iPhone pointing to my song. I've retrieved the correct iTunes url, using the ...
0
votes
2answers
60 views

How can i play the songs from iPod library in iPhone app?

I am very new to Audio playing in iPhone and ios development. I want to play songs from iPod library in my app. I have searched my level best in Google. But, i got the answer to use the iPod library ...
0
votes
1answer
71 views

How can i integrate iPod Playlist(Songs) in iPhone app?

Really it's first time am trying to get iPod playlist songs in iPhone app. I just refereed Apple document to integrate the iPod songs (Library) into an iPhone app. Form apple document i learned we ...
0
votes
0answers
148 views

Download a song and play it with AVFoundation

I've been trying to get this to work all day. I've tried everything I could think of to get this to work. I have a song which is an m4a located on a server. I download it and save it to the documents ...
0
votes
1answer
283 views

How can I create a grooveshark widget or embed a song with an external player?

Is it possible to create or use an existing web-player to play grooveshark songs? Actually there are only two widgets, one for single songs and other for playlists. Would it be possible to use any ...
0
votes
1answer
147 views

Android, Create a list of mp3's in phone!

I would like some help with my program. What i need is a listview of mp3 songs stored in my phone. I already got a code,but it quite ugly. Simliar to this one: video list view not working... I would ...
0
votes
1answer
294 views

calculating method for bpm of song [closed]

hi all i have a java app for calculating bpm of song and that application i cannot see the coding so i do not know the calculating formula. i run and get following output related with bpm. if you ...
0
votes
1answer
30 views

What elements are involved with songs

I want to store and write songs. Are songs all just pitch? If I stored only the pitch of each part of the song and apply the pitch to a bing sound and play it to replicate the song? I'm very ...
0
votes
2answers
589 views

Determine the length (in milliseconds) of an mp3 file in VB.net

Is there a way to get the time length of an mp3 in VB.net? I have TagLib, but it doesn't seem to have any functionality for it.
0
votes
2answers
60 views

how to search a directory and display search results in a table in objective c

I want to create an itunes style search function where a searchfield will look through the contents of a directory and display the results in an NSTableView. This would be specifically for music so ...
0
votes
1answer
269 views

how copy audio file from iPhone's filesystem to asset library programatically

i have an audio file that i saved from stream into ~/Documents folder on iPhone. i just wanted to make this file visible to user as (s)he can play it using iPod program or put that file into his/her ...
0
votes
2answers
132 views

Song research with Echo Nest Api

I'm using the Echo Nest API to obtain playlist based on similarity. In particular I'm using jEN that is an open source Java client library for the API. I was wondering if with this functions I could ...
0
votes
1answer
109 views

Embedding a song on a web site

I am trying to embed this song (http://radio3.cbc.ca/play/hdmdc/playlist/Week-1) (shortened link: http://r3.ca/09bP) on my web page but I can't get a code that actually works. (This is the only web ...
0
votes
1answer
134 views

Insert metadata on song on iOS

I'm developing an application that generates a MP3 file. I would like to insert metadata( name, artist and cover to be exact) on it. How may I do that?
0
votes
1answer
223 views

Check if song is buffering in AS3

I have the following piece of code: var song:Sound; var sndChannel:SoundChannel; var context:SoundLoaderContext = new SoundLoaderContext(2000); function songLoad():void { song.load(new ...