2
votes
1answer
37 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
21 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
27 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 ...
-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 ...
-2
votes
0answers
23 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
1answer
32 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
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 ...
0
votes
0answers
80 views

how to play .amr format audio file in iOS Progrmmatically

I am making a simple app to play online audio files URL, When i'm getting .mp3 file URL audio streamer working fine but when server is returning AMR extension file URL getting unsupported file error, ...
0
votes
1answer
60 views

BigClip Won't Play .wav File

I am attempting to add an audio player to my application. Here's the code from the class that handles audio playing: package me.pogostick29.audiorpg.audio; import java.io.File; import ...
0
votes
1answer
73 views

Java ambisonic surround sound reproduction [closed]

So I have been tasked with developing two mxj~ objects (java) for first order Ambisonic surround sound reproduction. One object should be for encoding and the other for decoding. The encoder should ...
1
vote
0answers
110 views

IOS Open Source AudioPlayer [closed]

Does anyone know of a good iOS audio player that's open source? Or even better can I use Apple's default audio player somehow? When I say audio player I mean the visual components as in the buttons ...
0
votes
1answer
47 views

How do I use audio tag to play the next “player” when song has finsihed

I am looking for a solution to this problem. I have a blog> elijahlucian.blogspot.com where I post musical sketches. now I use the html5 tag for audio after switching from a clunky flash player ...
-1
votes
1answer
29 views

How would I put volume into this?

var musicSource = [ "music/sound1.ogg", "music/sound2.ogg", "music/sound3.ogg", "music/sound4.ogg", "music/sound5.ogg", "music/sound6.ogg", "music/sound7.ogg", ...
0
votes
1answer
51 views

Disabling Audio Flash

When creating an AS3 project and adding audio what I usually do is drag the audio I want to use (for a game menu for example) and when I want to stop the audio I enter SoundMixer.stopAll(); I do ...
0
votes
1answer
81 views

Modify a wave file with C++

I would like to load a song, modify it and then save the new song. I'm looking to a way to do that in C++. My aim is to make a software that will only keep the bass frequencies and remove the high ...
2
votes
2answers
95 views

Playing chords as simultaneous sounds

I want to build a musical Ear Training program. I have samples of piano notes on mp3 or wav files, and i want to play them simultaneously to build musical chords. What will be the easiest or the most ...
1
vote
1answer
83 views

Sound additive synthesis - any harmonic amplitudes

I have working solution of music synthesis written in C#. Now I am facing problem if implementing another instruments based on collection of amplitude spectra. I have found this web, where can I see ...
0
votes
1answer
249 views

Spectrum Analyzer with Python?

I want to create a music player with Python which uses OpenGL for visualizing the audio spectrum. I already have the 3d engine set up and all I need is to get the spectrum data and feed it to the ...
1
vote
2answers
58 views

Python: How do I give an bunch of audio files BPM information?

I am trying to figure out what the best Python tools would be to add BPM information to a file. The yaafe and LibXtract libraries seem to have Python bindings, but seem to be sparsely documented. How ...
1
vote
1answer
57 views

How to read a song using an absolute location in AS3

I'm making a music player using AS3, and I'm having one problem, when I try to find a song outside the project folder using the AS3 script it simply don't work... I know I'm doing something wrong but ...
-4
votes
1answer
76 views

Background music implementation [closed]

How do I implement background music? I have a UIWebView that plays music when in the app, but stops when killed. (its streaming from the website in the webview.)
-2
votes
1answer
95 views

View contents of raw/assets folder for music app in Android?

I am making a music making/playing app in Android. I wish to store the loops in raw/assets. Which one would be better if I would like to use a file browser to allow the user to see all of these files, ...
0
votes
0answers
105 views

REQUEST - AudioHijack Applescript for Turntable.fm

I am new to applescript and would love it if someone could help me figure out if it would be possible to do something similar to this script (which is for Spotify) which grabs the current playing ...
0
votes
0answers
88 views

AVAsset loading causes the playing sound to stop for a moment

I'm using AVFoundation's AVURLAsset to load and play some music from the iPod library. My problem is this: I have a currently playing sound and while it's playing, I load the next song. This, for most ...
0
votes
0answers
82 views

How can I get the genres and the number of songs of each genres in one query in Android?

I get the genres: public static CursorLoader getGenres(Context context) { Uri uri = MediaStore.Audio.Genres.EXTERNAL_CONTENT_URI; String[] columns = { MediaStore.Audio.Genres._ID, ...
2
votes
5answers
371 views

Java Metronome with High Speeds

as an excercise I'm trying to create a metronome with Java using Thread.sleep as a timer and JMF for sounds. It's working out quite well but for some reason JMF seems to be only playing sounds at a ...
0
votes
0answers
10 views

Audio Playback and Buttons

I am currently using two buttons to pause and start a song on my app. How do I allow only one button to start and then pause and then start a song again? //Button for music on ...
0
votes
1answer
199 views

Playing music in Silverlight + XNA application

I have several issues with playing music in a Silverlight+XNA combined application. It has several Silverlight pages and the "game" page rendered in XNA. First, I added the following code to the ...
3
votes
2answers
373 views

Get Tempo(BPM), Rythm, Pitch information from MP3 or Wav or any digital music files using Java/C#?

I am trying to process mp3 files to get their properties. I want to get features like Tempo(BPM), Pitch, Rythm etc. by processing these files. For this I am looking for Java or .Net libraries that can ...
1
vote
0answers
23 views

Schema embedding music video object with music recording object

The MusicVideoObject has an embeded 'audio' AudioObject, but no 'track' MusicRecordingObject. This means that a music video cannot contain information such as the album information. I would think a ...
1
vote
0answers
32 views

quad audio player

Been trying to find the best way to approach my problem. I want to be able to play a quad (or more channels) audio file. Back before CD & Digital there was a small market for quad songs. I want to ...
-1
votes
1answer
95 views

Java: Capture streamed music from a website [closed]

I want to write a java application that runs simultaneously while a browser is open. When you play a song online, as it buffers, the program will capture the music as it buffers and allow the user to ...
0
votes
0answers
23 views

Why am I only getting sound out of one channel (mac-->mbox-->mackie big knob)

I have an Mbox2 taking sound from my iMac. The Mbox runs out to a Mackie Big Knob which then runs out to my left & right monitors as well as to my powered sub. For some reason, sound is only ...
0
votes
0answers
43 views

Routing music to bluetooth using API level 7

Music is not routing to Bluetooth device, using API7, of Android SDK. Any help.
1
vote
0answers
100 views

Buzz.js loading very slowly

I'm using buzz.js for a Javascript project loading .wav files across domains, but I'm having a problem with many of the sounds loading before the player begins to play, or just loading altogether. ...
10
votes
2answers
1k views

Audio song mixer in android programatically

I want to create an audio mixer (DJ music track) kind of app which can create Dj mixer of an audio song. User can select a music song track that can be mixed with two or more separate rhythm, bass or ...
5
votes
1answer
81 views

Music effects in Win RT

What is another way to play sounds in Win RT instead of using Media Element? I'd like to play some "play-and-forget" sounds.
0
votes
1answer
96 views

openFrameworks: Sounds repeat too fast it's a glitch--how to slow down?

I'm trying to create a simple musical instrument using OF. Basically, it's a bunch of different balls bouncing around the screen. Each ball represents a musical note. If any two balls come close ...
2
votes
2answers
211 views

How can I create a sound file in Java

This is the first time I've used this site so I'm not 100% sure about how all of this works, but I'll just go ahead and give information on what I'm trying to do, and then the question. Currently, I ...
0
votes
1answer
95 views

Pygame - When conditions are met, displaying pictures and stopping music?

Sound first - I currently have background music playing but I'd like to stop it and play a victory or defeat song when the user wins or loses. At the moment I am unable to get the background music to ...
0
votes
1answer
88 views

AVAudioPlayer doesn't work with (NSString *)filename

I want to implement a player that plays sounds and/or music. I have these two methods: -(void)playSound:(int)soundIndex { NSURL *url = [NSURL fileURLWithPath:[[NSBundle mainBundle] ...
0
votes
1answer
88 views

Audio “tracker” software - Play a song with a WAV files as an instrument

I have noticed a number of video online (YouTube, etc) where people appear to have taken a MIDI file (ie: instrumental music in a note form, not raw audio), and managed to use a sound-font such that ...
-1
votes
1answer
196 views

how to upload songs on server for streaming music on website [closed]

I'm a rookie coder and am creating a music streaming website. Until now, I have only created homepages and signup/login functionality using PHP. I want to create a website similar to Grooveshark. How ...
-1
votes
1answer
54 views

Adding online audio from website(url) in Android 3.1 platform

I am new to Android mobile application development.So i need help from experts. I want to add audio in my android application.This audio is currently running on particular website. Can you please ...
1
vote
0answers
111 views

understanding ReplayGain

I'm trying to implement ReplayGain. The specification is here. Here or here is an existing implementation (actually, all implementations I have found anywhere seem to be derived from this code, e.g. ...
1
vote
2answers
335 views

Dynamic range compression at audio volume normalization

I already asked about audio volume normalization. On most methods (e.g. ReplayGain, which I am most interested in), I might get peaks that exceed the PCM limit (as can also be read here). Simple ...
0
votes
0answers
65 views

Using marsyas to develop Android app

I want to build an Android app that can detect the frequency of the music note that is been played on the piano and sang by users. I found Marsyas (http://marsyas.info) library for audio processing ...
0
votes
1answer
1k views

Audio playback and spectrum analysis libarary for C#

I would like to create a little application that plays back a music file (format doesn't really matter). The hard part is: at the same time I would like to display the current amplitude of the lower ...
0
votes
0answers
48 views

What audio technology to use for plain note playback? [closed]

I need to be able to play several notes simultaniously in my program which is in C++ for a desktop application, I'm using Qt on it too. The tone can always be the same, I only really need to be able ...
3
votes
1answer
164 views

Determine “most similar sample” for recorded audio snippet

User trains the program with about 100 short recorded sample sounds, 0.5-5 seconds. These samples might be notes/phrases on a musical instrument, or different percussion effects or mouth sounds. The ...

1 2 3 4 5