In programming, music refers to sound that follows properties distinct from speech or noise, or the symbolic representation, manipulation, and representation (display or audio) of musical objects, or for the metadata of these objects. Related tags, such as [audio] or media] refer more generally to ...
0
votes
0answers
15 views
Playing music on iphone using Action Script 3
I want to write an app basically with just buttons that control original iOS music player.
I've had some experience in AS. However, i'm complete newbie in using AS for ipa.
Could you give me any ...
-3
votes
1answer
22 views
Android: Music Streaming Server [closed]
I want to setup a Music Media Server and want to access (play) audio files from Android.
Can anyone suggest good opensource Music Media Server... and How to access it from Android (since the Media ...
2
votes
1answer
44 views
Is it possible to seperate parts (e.g. drum part) from a full song?
I'm trying to work on a visualization engine, but I have no audio training regarding programming, although I have worked with music making programs extensively. For instance, in FL Studio, there are ...
1
vote
0answers
42 views
Phonegap - HTML5 - Music Player with XML playlist
Okay, so i've been working on a jquery mobile music player that with phonegap I would like to turn into an app. The problem is the audio doesn't work locally, It works if streamed but it doesn't work ...
0
votes
1answer
20 views
Google Music API: how to request the next 1000 songs?
I'm trying to figure out how to use Google Music API. I managed to get the auth token as described in http://dpogue.ca/gmusic.html:
$ curl -d accountType=GOOGLE
-d Email=jondoe@gmail.com
...
1
vote
0answers
16 views
how to set up a seekbar for a music player
I'm developping an android app where you can listen music for free and I'm searching for help! I want to set up a seekbar for my inapp musicplayer for my android app.
My .xml file is allready set up ...
0
votes
1answer
25 views
iTunes — making a script for copying album play counts
I'm trying to write a script which would let me copy the playcounts of one version of an album to another based on the title of the tracks.
Basically, scenario would be that I have the album on my ...
1
vote
0answers
23 views
Create an MP3 file (or WAV, etc) in Android app from layered MediaPlayers
I am working on a DJ application that lets the user manipulate instrumental layers that are being played simultaneously through multiple MediaPlayers. Currently, I have been able to roughly ...
-1
votes
0answers
18 views
How to use iOS Lockscreen music controls to control my app [duplicate]
Would like to connect my audio app to iOS Lockscreen music controls, so when the iPhone screen is locked, after double pressing the Home button, the music controls can control my audio app's ...
1
vote
0answers
125 views
Android Google Music API - All Access
This is only a day after Google released All Access for Google Music but the URL array in the JSON response for streamed (not owned) media contains URLs that wont stream. Has anybody looked into this? ...
-1
votes
0answers
37 views
Routing audio streams from Android apps to in-car AUX and bluetooth headset [closed]
With the recent introduction of Google All-you-can-eat Music subscription, I decided to try it out.
The problem I have, is I drive people for living and use navigation pretty frequently, I wan't my ...
-1
votes
1answer
16 views
Accurate Triggering of Commands to Music
I'm creating a light show to be synchronized to music, looking to control with a Raspberry PI. Mains Voltage, dimming, so relays are out of the question. I'll use servos to control physical dimmers, ...
-4
votes
0answers
8 views
audio interchange between speakers through one chord [closed]
how is sound shifted in between two(one ear and second ear) earpieces or head phones because sometimes one earpiece is active and the other idled and vice versa while listening to music?
Is that ...
0
votes
0answers
40 views
How to Show Lyrics while playing song in android
I am developing application that play the one media file. In addition i want to highlight the word/sentence when playing music.
In my application Play and Pause button working fine. When pressing the ...
0
votes
1answer
17 views
Can't get JApplet to play music mp3 file
I am trying to get music to play in the background on a JApplet.
The applet itself works just fine but I dont hear any music.
I was wondering if it had to due with the file being mp3.
...
-3
votes
0answers
30 views
Best way to listen music duration hours as per the subscriptions plans? [closed]
I am developing an application where user can listen online station as per the subscriptions plans varies i have provided three plans in my website default user will be signup in free plans and the ...
0
votes
1answer
34 views
Flash/Actionscript 3 - embedded sound play/stop?
How do I play/stop an embedded music file in Flash/AS3 via a button?
This is what I have:
import flash.events.Event;
import flash.events.MouseEvent;
import flash.display.MovieClip;
import ...
-2
votes
0answers
29 views
Creative programming [closed]
I am a computer science student and also a musician (playing the cello for many years) and i love them both.
The problem is that i would like to combine them and i don't exactly know how is that ...
0
votes
0answers
11 views
Can't play music with a fragment
I created fragment to slide view. I put an image on each fragment but I also want to play a short sound with each music.
I try this
in the main class i have this
...
case 0:
return new ...
0
votes
0answers
32 views
Frequency of Music Note Function Test
I'm having some trouble with this code that I'm writing in c. What it should basically do, is to test whether or not the freq() function returns the correct value based on a pre-defined array of ...
0
votes
1answer
26 views
pygame.mixer.music; music crackles when playing ogg files
I can get the music to play but when it loops, if it's an .ogg file there's always a noticeable crackle noise. The crackling or clicking noise doesn't occur when an .mp3 or a .wav is looped, only .ogg ...
0
votes
0answers
23 views
Java: Stream music from disk
Right now I'm doing (just a small example)
AudioInputStream music = AudioSystem.getAudioInputStream(new File(filename));
Clip clip = AudioSystem.getClip()
clip.open(music);
clip.play();
But does ...
0
votes
1answer
34 views
Getting current playing song from itunes and auto inputing into a TeamSpeak chat
Basically exactly what the title says. I have my computer play itunes songs using VAC into Teamspeak, however I would like it to also type the song name and artist, and possibly album, into the chat ...
-2
votes
0answers
24 views
Can you please help me pause Pandora when my device locks? [closed]
I need my device to pause Pandora when I lock or sleep ios 6. I found this but I really dont know what to do
https://thinkandroid.wordpress.com/2010/01/24/handling-screen-off-and-screen-on-intents/
0
votes
0answers
19 views
Music app to play in background and exit or pause in sleep/lockscreen?
UIBackgroundModes
array
external-accessory
audio
array
Is my external-accessory keeping it from exit or the audio? I tried
UIApplicationExitsOnSuspend
true
But the code closes the ...
0
votes
0answers
25 views
Python Synth with Raspberry
I'm trying to create a synth using python with raspberry pi. I've written the code for manipulate the gpio input (i've modified the electronic of an old pianola and connected it to raspberry with the ...
0
votes
1answer
33 views
Android Musicplayer play same sound more than one at atime
private MediaPlayer mpintro;
mpintro = MediaPlayer.create(this, R.raw.bgmusic);
mpintro.setLooping(true);
mpintro.start();
These are my mediaplayer code that is plays in app background continuously, ...
0
votes
2answers
32 views
Get meta data from delegated files using QML
I'm creating a music player for Ubuntu Touch in QML and I have some things I would appreciate some help with since I'm new to QML.
I have a list of tracks from a directory, but I want to show the ...
0
votes
0answers
40 views
How to detect headphone plug event in “offline” mode
I know how to detect headphone plug in event if my application is running. You have to register broadcast receiver for ACTION_HEADSET_PLUG. But you can't capture this action using Manifest declaration ...
0
votes
2answers
46 views
Convert music intervals - diatonic to chromatic and vice versa
I have to make a converter that accepts an int representing the chromatic interval of a current tone (i.e. root = 1, minor second = 2, minor seventh = 11, major ninth = 15, major thirteen = 22 etc.), ...
0
votes
1answer
56 views
How do I extract 'features' from the FFT data
I have an audio visualiser which currently represents 3RGB LEDs through an Arduino. I send a value for each channel of light and this currently works well.
I change the intensity of each channel ...
0
votes
0answers
11 views
Song database null pointer
I'm creating a simple music database with UserInterface.class, Song.class, SongDatabase.class and Playlist.class. The Song object(artist, name, duration, filesize) input by user is meant to be stored ...
0
votes
1answer
102 views
Music Player library ListView populating issue
I have a music player app that should open and show a list of tracks on your phone/sdcard but when I launch the application it shows me nothing..
I followed a tutorial so im not completely clear on ...
7
votes
1answer
91 views
Glissando Function whose arguments are the extremes of the codomain
I'm a musician and I am playing with writing a function in Clojure to reproduce a simple glissando between the pitches A4 and A5 (frequencies 440Hz and 880Hz, respectively), with an exponential curve, ...
0
votes
1answer
38 views
Playlist class music database
I'm writing a simple music database and ATM I'm trying to create a playlist class which will let the user organise their music (4 tracks previously entered into the database class) into a playlist of ...
0
votes
1answer
15 views
Read and write embedded cover art to music files
I am adding cover art support to the Mixxx DJ mixing software. Code is written in Qt. I don't understand how to write code that will do the exact reading from and writing to files containing cover ...
0
votes
0answers
16 views
Playing a music preview snippet from GooglePlay Music in android
I want my app to stream the music auf the preview snippets taken from Google Play. The user can listen ton the snippets and e can click a button to open the PlayStore app in order to buy the whole ...
2
votes
0answers
44 views
addding some effect like echo to audio track using AudioTrack of android
Adding some effect like echo to audio track using AudioTrack of android, i want to add it as echo, robotic effect for my vice changer app.
if (SELECTED_INDEX > 6) {
AudioEffect effect = new ...
1
vote
2answers
39 views
Sencha touch how to play web conent
I would like to play music in my sencha touch application here is a xml file that I receive from audio provider. However I just don't want to open and display blank screen with audio progress bar, ...
0
votes
1answer
83 views
how to play music through python with mpg321
I want it so when something happens, a music file plays with mpg321 on Python. Also I want to type a specific word and the music will stop.
Thanks in advanced.
0
votes
0answers
18 views
the activity cycle/flow of a andriod music player
I am trying to implement a simple music player to learn andriod programming.
I created a activity(user interface) and a service(playing music). I am not so certain about the behavior/flow when users ...
0
votes
1answer
48 views
Java background music doesn't loop
Can someone help me with this problem?
I can't get the music to loop and It gives me an error:
"java.io.IOException: could not create AudioData object".
You can download the full project here:
...
-2
votes
0answers
19 views
Begin seeking forward/backward [closed]
How can you make the button that goes to next song also when you hold it down to fast forward (using the media framework)
1
vote
0answers
22 views
Capturing active audio in C#
I'm looking to build an audio visualizer and I'm having difficulty finding out how to capture the active audio coming out of my speakers.
The thing is, I'm not looking for a library to do it. I like ...
0
votes
1answer
19 views
How do I keep a log of played Itunes music?
Thank you for viewing,
I was wondering if there is anyway to keep track of the genre's played, and the amount of times, in a user's music app? I am making an app for the Iphone, and if you know how or ...
0
votes
1answer
31 views
How to add sound to panel which will loop indefinitely? [closed]
I'm making a game with Java and would like to have background music whilst playing.
What would be the easiest method in implementing the sound? I've done some research and a lot of people basically ...
1
vote
1answer
18 views
Automatic segmenting of MIDI file into phrases for dataset
I am doing some research that involves first building a dataset of short musical phrases. Ideally, this would be done based on some machine learning algorithm to guess the structure of the music and ...
0
votes
0answers
11 views
WP: is possible to get uri out of Microsoft.Xna.Framework.Media.Song
I have Song object returned from MediaLibrary. How do I get its uri or absolute path with file name? Any un-published API? The constructor has FromUri that used to construct Song object. Wonder if ...
0
votes
0answers
18 views
An app about music player Lyrics synchronized and change UISlider value will crash
When I make an app about music player,I want to change UISlider value when music player play.The App always crash,I can't find the problem.
Xcode Console print
Terminating app due to uncaught ...
0
votes
0answers
58 views
How can I shuffle a music player?
What code can I add so that when I open the website, any song plays in a random order?
When I open it now, it's always the same song that plays first.
<embed
...




