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

learn more… | top users | synonyms (1)

1
vote
3answers
46 views

App crashes though I can't understand the reason [closed]

The input file is in.wav. I have to read chunks (succeeded) and to read samples to normalize the audio file... The problem is that it crashes while trying to fing the max and min values of .wav ...
0
votes
2answers
42 views

Using Audio in a Windows 7 HTML Desktop App

I've seen several topics here kind of skirting around the issue, so maybe I'm just not understanding. I've developed a simple app loading and firing audio events in jQuery. Works like a dream in ...
0
votes
1answer
52 views

Convert audio stereo to audio byte

I've trying to do some audio processing, I'm really stuck with a stereo to mono conversion. I looked in internet regarding stereo to mono conversion. As far I know, I can take the left channel, right ...
0
votes
1answer
30 views

Showing the audio player in Wordpress 3.5.1

I was trying to insert the mediaelement player in a page on Wordpress 3.5.1. According to the documentation I used the [audio src="file.mp3"] shortcode, but it doesn't seem to work. Nothing is ...
-5
votes
1answer
70 views

How to give different sound effects in iOS? [closed]

I have to develop an app in which I need to provide different kinds of Sound Effects to a sound file, like under water effect, cave effect, etc. I know some how it would be possible but I am looking ...
0
votes
1answer
50 views

iOS - Accessing generated signal from Audio Unit render callback

I have an iOS/Objective-C program that uses a single audio unit to play a generated signal when a button is pressed. I'd like to add functionality such that: a) When the button is first pressed, a ...
-5
votes
0answers
50 views

change sound track to other voices like woman, child, etc for voice changer in android [closed]

audioTrack = new AudioTrack( AudioManager.STREAM_MUSIC, sampleFreq, AudioFormat.CHANNEL_CONFIGURATION_MONO, AudioFormat.ENCODING_PCM_16BIT, bufferSizeInBytes, ...
0
votes
0answers
47 views

Android record pcm file issue

hi I have a problem with recording from the microphone This is my code private int audioSource = MediaRecorder.AudioSource.MIC; private static int sampleRateInHz = 44100; private static int ...
0
votes
2answers
67 views

How to play sound in iOS?

I have found so many solutions here on stackoverflow, but for some reason all of them failed to produce any sound what so ever. Here is my current code: PRE: I've added AudioToolbox.framework and ...
0
votes
1answer
21 views

onfinish fires early when using SoundManager2

I'm trying to fire a function when my sound in SoundManager2 is finished playing, using onfinished. My code is as follows: function createSound(id, path) { mySound = soundManager.createSound({ ...
0
votes
1answer
45 views

MouseOver sound effect, a Better way than this

I need a sound on a mouse over event, I have this way but its problem comes from a delay between the mouse over and the sound playing, which is due (I supposed) the embed sound deal on the code. I ...
3
votes
1answer
52 views

Custom progressive audio streaming in browser

Say i like to create my very own progressive streaming mechanicsm in Javascript because i'm finding the browser's built in streaming mechanism not fault-tollerant enough or i like to implement my own ...
1
vote
0answers
13 views

mix audio with h264 mp4 video with ffmpeg [migrated]

I have 2 files : Input #0, wav, from '105426_1.wav': Duration: 00:00:09.98, bitrate: 1312 kb/s Stream #0:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 41000 Hz, stereo, s16, 1312 kb/s and: ...
-2
votes
0answers
94 views

Removing noise from audio using Fourier transform in Matlab [closed]

I'm trying to remove noise from an audio file. This audio file contains speech as well as constant pink noise. I know that I have to use the Fourier transform to convert to the frequency domain then ...
0
votes
0answers
17 views

Bluetooth speaker issue

I've created a Mac OS X app using Cocoa and Objective-C. The app plays system sounds with a frequency given by the user. The problem is that when Bluetooth speakers are in use, the sounds play ...
0
votes
1answer
35 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, ...
1
vote
0answers
29 views

Split Wave audio file at silence [duplicate]

I have a bunch human reading simple sentence (hello world) as a wav file. How can I break the wav file for 2 wav files each contains word (hello and world) by automatically recognizing the gap ...
3
votes
1answer
72 views

Echo/delay algorithm just causes noise/static?

There have been other questions and answers on this site suggesting that, to create an echo or delay effect, you need only add one audio sample with a stored audio sample from the past. As such, I ...
-2
votes
0answers
30 views

Audio compare with MATLAB and C

In audio comparing, I have sent parameters to MATLAB using system() command. The code used in C is, Result = system (Files); where, Files contains path to .exe of MATLAB function and parameters to ...
1
vote
0answers
20 views

Flash player not registering in Windows Core Audio API

I'm developing an application that needs to control the volume level of other processes on a Windows 7+ system. To do this I plan to make use of Windows Core Audio, in particular I am testing out the ...
3
votes
4answers
39 views

MediaPlayer loops when started from onPause()

I want to play a sound when onPause() of my Activity is called. To do so, I use the following code: @Override public void onPause() { super.onPause(); MediaPlayer player = ...
0
votes
1answer
18 views

How to export audio file in app for iOS?

We can use both UIImageWriteToSavedPhotosAlbum and UISaveVideoAtPathToSavedPhotosAlbum save Image or Video to photo album for iOS, then how to save audio? If value is NO for key with application ...
0
votes
1answer
54 views

How to merge two audio .wav file

I know this question is discussed already but after googled a lot I cant able to find the solution why two .wav merged file is not playable?I am merging two .wav file into one file.But the merged file ...
0
votes
1answer
74 views

In Android, is there any way to route the audio to A2DP using “MODE_IN_COMMUNICATION”?

If I set AudioManager mode to MODE_IN_COMMUNICATION, and set the Media Player stream to STREAM_VOICE_CALL, I can route the audio to the speakerphone or the internal handset speaker just fine. And if ...
0
votes
1answer
35 views

HTML5 web audio getting stuck (buffering issue?)

I am working on a (weekly radio show) audio website and I keep getting the same problem, the audio files that are up to 1hr long keep getting stuck. I have tested several different players, both the ...
-1
votes
0answers
35 views

Cannot get an AudioInputStream

I am having an issue when trying to open the AudioInputStream where my code says try{ audioIn = AudioSystem.getAudioInputStream(bufferedIn); } I am not getting any error messages or anything, my ...
1
vote
2answers
37 views

Play sound on command error in terminal [closed]

I'm the student manager at a college helpdesk, and we extensively use rsync to back up data from users' machines. However, one problem I've noticed is that a lot of times, we'll have a network ...
0
votes
0answers
25 views

Multiple Instance of HTML5 audio - I need only one to play at any time

I am creating a page specifically for an ipad. I have 12 audio players on a page. I need only one audio player to play at a time. The code below will work but only after you have started and stopped ...
0
votes
1answer
39 views

mediaelement audio player volume slider below player

I'm trying to convert my theme to the new mediaelement audio player in WordPress version 3.6. The css is breaking in responsive mode and the volume slide bar displays outside and below the player. ...
0
votes
0answers
20 views

SoundManager2 and mobile audio playing on click events

I am currently working on a mobile website (in particular, for a part of an iOS app that I am developing) which has a section that is supposed to play media. Basically, there is some music on my ...
0
votes
1answer
33 views

Why CreateJS code not working in firefox?

Have exported my flash cs6 game using createjs using "toolkit for createjs". All sounds exported to directory successfully. Following code calls sounds var manifest = [ {src:"sounds/cutter.wav", ...
0
votes
1answer
46 views

Loading local .png and .mp3 files in Actionscript 3.0

I am writing a program in Actionscript using FlashDevelop. Using URLRequest, I am loading image and sound files perfectly fine when the program is run through FlashDevelop. The files are located in ...
0
votes
0answers
25 views

GWT only sound of video widget when is in CellList

I wrote custom cell which extends AbstractCell. It overrides render, onBrowserEvent. onBrowserEvent looks like this: @Override public void onBrowserEvent(com.google.gwt.cell.client.Cell.Context ...
0
votes
0answers
39 views

How to get additional data from audio mp3 stream

I'm currently developing iOS app for streaming audio for radio station, through mp3 file format. I'm using AVPlayer and it is working like a charm! In that stream (in mp3 file) server is also sending ...
0
votes
1answer
37 views

ios : how to play song in app background from gallary

I am developing an app in which user can select a sound file from device gallery and it will start playing in app background while app runs. once selected it will run every time when app runs till ...
0
votes
0answers
15 views

Sample code for sending KSPROPERTY_ONESHOT_DISCONNECT

I need to perform in Windows8->Control Panel->Sounds->Bluetooth Device->Right click->Disconnect operation programmatically. I came to know from MSDN and forums that I need to send ...
0
votes
0answers
37 views

Error while playing .wav audio file from sd card

I am playing .wav file from sd card but it gives me error like this-- Media Player error (1, -2147483648) java.io.IOException: Prepare failed.: status=0x1 at android.media.MediaPlayer.prepare(Native ...
0
votes
0answers
18 views

how to use the mp32ogg api through php

Since the documentation of the mp32ogg api isnt available, can somebody tell me how to use it? I need to convert an mp3 file to ogg on the fly through php. You can find the API here - ...
0
votes
0answers
28 views

Audio record for user defined time from C code to MATLAB [closed]

How to record audio for user defined time in MATLAB, when data is sent from C code to the MATLAB function? Here, I am verifying Audio by calling MATLAB function in C code using system command. To that ...
1
vote
1answer
53 views

How do I fill an array with binary data streaming from websocket

I got a continuous stream of byte data receiving from websocket. When I view the data with this function: document.getElementById('log').innerHTML = document.getElementById('log').innerHTML + msg + ...
0
votes
1answer
43 views

Android combine two audio files into one

I have two .3gp (or .wav) audio files that I have saved from the user's microphone. How can I concatenate these two audio files together in code into a single file? Thanks.
0
votes
1answer
45 views

Looking for a Java sound manipulation library [closed]

I'm working on a program which seeks to have a few sound-editing features, a little like Audacity. I am looking for a library/API of some sort, in Java, which has the following features: loading ...
0
votes
0answers
11 views

Concat videos with ffmpeg does not work [migrated]

I'm currently trying to concat 3 Videos which don't have a audio stream and adding a audio file in the same step. I created this command which should do the work: ffmpeg -y -r 30 -i data\intro.mp4 ...
0
votes
1answer
33 views

Why sfml does not play the file inside a function in this python code?

from tkinter import * import sfml window = Tk() window.minsize( 640, 480 ) def sonido(): file = sfml.Music.from_file('poco.ogg') file.play() test = Button ( window, text = 'Sound ...
1
vote
1answer
48 views

Caching .mid audio files in a game

The question may seem really simple. I am working on a game project, so for now I need to implement a sound engine. I have several audio files to be played. I do it this way: File file = new ...
1
vote
1answer
37 views

Javascript and Howler.js - how to choose a random sound?

I am rather new to javascript and trying to have random selected sounds playing on mousemove. I can't get to work and would appreciate help. I am using howler.min.js to control the sound so does not ...
0
votes
0answers
16 views

What is the appropriate way to record mp4 w/ LC-AAC audio encoding with the ios image/video capture?

I'm a little lost on what the appropriate way to change the encoding in the UIImagePickerController to Mp4/AAC. I assume it's not possible from the documentation I read but do I need to convert the ...
1
vote
2answers
30 views

Playing a certain part of a large wav file

I want to play a certain parts of a wav file. Like playing the first ten seconds and then playing it from 50th-60th seconds and so on. I know how to play a entire wave file in Java using the start ...
0
votes
0answers
44 views

How can we mute MPMoviePlayerController when earphones connected

Possible duplicate of How to turn off audio in MPMoviePlayerController iPhone and Detect if headphones (not microphone) are plugged in to an iOs device I have an application, where i am playing a ...
0
votes
1answer
55 views

GStreamer: Introduce delay/gap/shift to audio

I have the following pipeline setup in gstreamer: two pulse audio sources (pulsesrc) from two seperate usb audio interfaces and one pulse audio sink (pulsesink). I'm combining the two incoming audio ...

1 3 4 5 6 7 214