Programming audio hardware, and the various audio formats or containers.

learn more… | top users | synonyms (1)

0
votes
0answers
12 views

Creating sound filter effects as an array operation

I'm using this tool to manipulate audio. It comes with a few filters, and I'd like to add some more. Specifically, I want to add delay, echo, and reverb. The problem I'm facing is that once I pass ...
0
votes
1answer
14 views

iOS playing audio to multiple bluetooth devices concurrently

I've got some bluetooth speakers (similar) and would really like to be able to play to more than one of them concurrently however I can't find a way to do it. I can deploy my own applications so it ...
0
votes
0answers
3 views

OpenSL ES recording from bluetooth or wired heaset

I'm trying to create a VOIP client for Android that uses OpenSL ES to record and play back audio. It works fine with the phone's built-in mic and speaker, but when I tried using a wired headset (with ...
0
votes
1answer
34 views

clip.isRunning() not working

I am trying to make the background music for a game. For some reason, after the song is played for the first time it won't play again. What am I doing wrong and how can i fix it? I know i can use ...
0
votes
1answer
14 views

android phonegap audio weird issue

i am trying to insert background audio on my first page on a phonegap app. Currently i am testing this on Android 2.2 (on actual phone) but final app is intended for iOS as well I have used various ...
0
votes
1answer
30 views

Creating simple audio player using the <audio> tag and Javascript / jQuery

This is my first question on here, and I'm new to Javascript and jQuery. I've been searching through the web to learn the basics for creating my own functions to the HTML5 tag. I can't get it to ...
-1
votes
2answers
26 views

android as a ultrasonic sound emitter and receiver

I want one of my android phones to emit sounds that are unhearable by human, and the other to listen to it and analyse frequency and so on. Is it even possible? And my next question is - can mic ...
0
votes
1answer
11 views

Play sound with back button storyboard. Objective C

In Xcode's Storyboard mode. When you use a navigation controller the back button automatically appears. Normally to play my sound I would call my task from a selector or action. How can I play this ...
1
vote
0answers
8 views

Performance issues with AVAssetWriterInput (audio) and single-core devices

I'm having a strange performance issue with AVAssetWriterInput on single-core devices like the iPhone 3GS and iPhone 4. Basically, I have an AVAssetWriter with two AVAssetWriterInputs, one for video ...
0
votes
0answers
13 views

Windows: get default microphone name

In python2.7 on Windows, I need to get the name of the default microphone, which will be a string such as "Microphone (2- High Definition Audio Device)". My first attempt was to query WMI using ...
0
votes
0answers
18 views

combine Mp3 and Jpeg Image to some light weight format by jquery

I have images and seperate mp3 in database , and i want to combine both and display in the webpage. Is there any solution with Jquery and php ?
0
votes
1answer
25 views

Random sound from array Javascript

I am trying to play a random sound effect once the button is click. Basically, I created an array of sound as shown below. My goal is, when the users click the button, I want to pick a random sound ...
0
votes
0answers
10 views

Java Clip Not Rewinding Properly?

I'm not even sure if the problem is that it's not rewinding properly. I have a Sounds enumerator/class which lets me load all sound effects and then play them at will, and in my game, I initialize ...
0
votes
1answer
14 views

iOS: Bad Mic input latency measurement result

I'm running a test to measure the basic latency of my iPhone app, and the result was disappointing: 50ms for a play-through test app. The app just picks up mic input and plays it out using the same ...
0
votes
0answers
13 views

What does `snd_mixer_selem_register()` do?

What is the purpose of snd_mixer_selem_register()? Most examples I find pass it NULL for options and classp. For example Set alsa master volume from c code does this. I am also pretty sure that ...
-1
votes
0answers
16 views

Mixing 2 files audio .wav or .mp3 in Android [closed]

I tried to follow this path How to normalize mixed WAV files but without success, in android audio mix is very difficult, I can not do it. Can you help me? Thank you.
1
vote
0answers
25 views

How to increase volume on Android [duplicate]

I'm using AudioTrack to stream audio: track = new AudioTrack( AudioManager.STREAM_VOICE_CALL, SAMPLE_RATE, AudioFormat.CHANNEL_CONFIGURATION_MONO, ...
0
votes
0answers
14 views

How to quickly add a song audio effects In the background(without playing it)?

Now, I have a song, I hope I do not play it to quickly add effects to it. For example, I now have such a program {limiter = "1.2"; Pitch = 20 "; reverb = { decaytimeat0hz = 1.3; ...
0
votes
2answers
23 views

Audio file uploaded from andriod not working in ios

I uploaded a audio file from andriod device and try to play same file from ios device, but ios device showing error. The audio file is working properly on andriod device. I used ...
3
votes
1answer
47 views

Possible to use Apple system sounds in my iOS app?

Can you use the system sounds in your iOS app? I'm looking to have the same list that is used in the default timer app (Marimba, Alarm, Doorbell etc). Reason i'm asking is that in Apple's own ...
0
votes
1answer
45 views

Play sound in Android notifications although phone silent mode is set

My app is showing notifications, and when a notification is shown, a sound is played. But when my phone is on "silent mode" the notification is not played. I want to "override" volume settings, and ...
3
votes
0answers
37 views

HTML5 Audio Mixing

I would like to make a web application where people can add recorded sounds and samples to a timeline. I want it to output 1 soundfile (approximately 3min long) which will be send to the server. Now ...
-1
votes
1answer
25 views

Is it possible to add mp3 to a hand posture gesture using QT4

I am really new to QT development. I recently found a way to play mp3 sound using phonon. I want to assign that mp3 sound for a particular static hand posture gesture in my Qt-project. Is there any ...
1
vote
0answers
13 views

iOS 3D mixer works in iOS 5+ but not in iOS 4.3

I've set up a kAudioUnitSubType_AU3DMixerEmbedded as part of a functional AUGraph. I've set the output ASBD of the mixer to the following: Sample Rate: 44100 Format ID: ...
0
votes
1answer
22 views

mediaplayer play sound too loud

i've written my code so that when an event occurs, it plays an mp3, but when this happens, the sound is very loud, and it cannot be made lower with smartphone's buttons... i just did MediaPlayer ...
-1
votes
0answers
11 views

Android FileOutputStream relating Audio file. [closed]

I didn't know what to make of the /sdcard/a.out file? what's the relationship between /sdcard/a.out file and /sdcard/a.mp3 file? track = new AudioTrack(AudioManager.STREAM_MUSIC, ...
0
votes
1answer
27 views

make install fails when trying to install Python Audio Tools

I am trying to install Python Audio Tools, but when I run make install I get the following output: python setup.py build running build running build_py running build_ext building 'audiotools.cdio' ...
0
votes
0answers
11 views

Merge 1 image and 1 audio file into a video file in android simply

I have one image and one audio file in my project in android and I want to merge them into a single video file that image stills in the whole video. I have searched a lot and the only answer I found ...
0
votes
0answers
13 views

gst-launch doesn't work (sending audio)

I'm trying to send audio via TCP. Server's code: gst-launch-0.10 filesrc location="/home/user/Desktop/music.mp3" ! mpegaudioparse ! tcpserversink host=localhost port=3000 Client's code: ...
1
vote
0answers
5 views

Upload one .AIFF to server, then sends to Soundcloud, Bandcamp, etc

I am a beginner, but I think this question could be handy for many people. Basically, I would like to upload one .aiff to my server (I am hosted by Dreamhost) into a folder for archiving. Once it is ...
0
votes
0answers
11 views

MIC sound appeared errors. What is NSInvalidArgumentException?

This is pretty weird.I'm receiving an Error. I don't understand what's going on? I'm unable to detect sound from Ipod device. Does anyone have similar problems like this one? I have yellow warning ...
0
votes
0answers
7 views

How to flush the FMOD PCMREADCALLBACK buffer

I am trying to learn a bit about FMOD by making a basic synthesiser. When the it starts up the FMOD system is set up like this: memset(&soundInfo, 0, sizeof(FMOD_CREATESOUNDEXINFO)); ...
0
votes
1answer
12 views

What are those 32 bits near the start of a FLAC file?

I am trying to write a parser to extract information from the following FLAC file: $ hd audio.flac | head -n 6 00000000 66 4c 61 43 00 00 00 22 12 00 12 00 00 00 00 00 |fLaC..."........| 00000010 ...
2
votes
1answer
78 views

C++ Algorithm compression ratio calculation

I am stuck since 2 days with a seemingly simple calculation. But I just don't get it. I am encoding an audio file with a compressing algorithm. The entire audio file is separated into "chunks" of ...
0
votes
0answers
12 views

HTML5 audio cross-browser

On my page, I have one set of audio controls, but in my code I have multiple HTML5 audio players installed, each to play a different song. Here's the HTML (which is repeated 5 times): <li ...
0
votes
1answer
19 views

mciSendString/winmm.dll - Playing an Audio file

I am working on a program in Visual Basic 2008, I am required to have different types of sounds with varying volumes. Hence My.Computer.Audio.Play is not a valid option. I decided to use ...
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 ...
0
votes
1answer
19 views

Flash audio mp3 player with javascript api wanted for playing online radios

I am working on HTML5 website, and i need a player for playing online radio streams. I need to play mp3 streams - and i found that mp3 is not supported by mozilla. So, i decided to use a flash ...
0
votes
0answers
14 views

Trouble with header-declared wave file length from tritonus java sound library

I have byte arrays of encoded sound data, which I can save to individual wav files no problem using the standard AudioSystem.write(input, AudioFileFormat.Type.WAVE, outputFile); Trouble is, like ...
2
votes
0answers
29 views

How to mix sound from two devices using tinyAlsa on Android

I'm working on custom board running Android 4.2.1. I have almost all things working except of proper audio routing. I have an audio codec there (WM8960 connected in I2S bus) and it works well ...
0
votes
0answers
12 views

How to get the sound of frame using Avfoundation ios

How to get the sound of frame using Avfoundation ios .Iam geting frame by frame image using the delegate - (void)captureOutput:(AVCaptureOutput *)captureOutput ...
0
votes
0answers
29 views

Why do my sounds sometimes get delayed when spamming the sound code?

I'm trying to make a game where the user has a gun and can use the gun to shoot. The shoot key is set up on the space bar, and whenever the shoot key is pressed a gunfire sound effect is played. This ...
0
votes
0answers
14 views

<audio> getUserMedia not producing any sound from microphone

I have this code which accesses the microphone and reproduces the sound created from my microphone to my speakers. But it seems that it's not working. It accesses the microphone, and a red circle ...
0
votes
1answer
13 views

SystemSoundID Sometimes Changing With Device Volume

I am playing sound effects in my game using the SystemSoundID class, with some odd results. A few of my sounds, including landed1 below, change volume according to the volume buttons, but others, like ...
0
votes
1answer
34 views

Universal volume control for whole website?

my website has several audio players on one page. Mostly these audio players would depend on an html5 <audio> element, however for some sites there is an flash / <object> fallback. I was ...
0
votes
1answer
25 views

undefined reference to `QSound::play(QString const&)'

Trying to play sound, via QSound (QT 5, Ubuntu 13.04) The code: #include <QtMultimedia/QSound> void MainWindow::on_pushButton_2_clicked() { QSound::play("sounds/win.wav"); } And getting 2 ...
0
votes
0answers
6 views

aac player for Android and iPhone on browser

I have a mobile site that is accessed by desktop: IE, Mozilla, Opera, Chrome etc, and from Android and iOS. Now the problem is that I have a stream via winamp + shoutcast. I can stream with either mp3 ...
3
votes
1answer
49 views

Multiply audio signals for robot voice C#

I'm trying to get the wave output of .NET SpeechSynthesizer to make the voice sound like robot-ish. After some research, I have found that ring modulation might be a good option to obtain the effect ...
0
votes
0answers
40 views

How to extract the raw data from a mp3 file using python?

I have got homework regarding audio data analysis using Python. I wonder is there any good module for me to use to extract the raw data from a mp3 file. I mean the raw data, not the metadata, id3 ...
0
votes
0answers
13 views

Record in 8 bit pcm format

I cannot seem to find a way to record a file in 8bit format instead of the standard, which is 16 bit. Now I am having: randomAccessWriter = new RandomAccessFile(filePath, "rw"); ...

1 2 3 4 5 214