Pulse-code Modulation

learn more… | top users | synonyms

0
votes
0answers
7 views

is it possible in android to compare raw audio file?

im trying to make an app in adroid that records audio in wave file format and save it in the sd card together with its corresponding raw pcm audio data save as .raw file. Given that i record two ...
0
votes
0answers
8 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"); ...
0
votes
1answer
16 views

How do I write a file in headerless PCM format?

How do I write a file in headerless PCM format? The source data is in a numpy array, and I have an application that is expecting the data in a headerless PCM file, but I can't find any documentation ...
0
votes
0answers
48 views

Android AudioRecord and AudioTrack is compatible?

I'm working on basic pcm voice data transmission over datagram protocol. I used AudioRecord and AudioTrack classes. But i need to use 4000hz and 8 bit voice capture and play for bandwidth efficiency, ...
0
votes
0answers
57 views

Real-time converting the PCM buffer to AAC data for iOS using Remote IO and Audio Convert Service

I'm using Remote IO to get the audio buffer from PCM, I want to real-time send the data to Darwin Server by cellular network (3G network). I choose The AAC format as there is an article from ...
0
votes
0answers
36 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
0answers
28 views

Cocoa - Relevant APIs For Splitting Audio (MP3) Files - Cue Splitter for Mac

I am looking for advice on where to be looking for information on developing a cocoa application that can split audio files. The main focus would be splitting a large MP3 file into smaller files ...
1
vote
2answers
33 views

Writing G.711 Stream to AVI File

I've inherited an application that opens a proprietary file which has a video stream and an audio stream (G.711 ULAW format). The application already writes the video to an AVI but without the audio. ...
0
votes
0answers
66 views

.NET managed class for playing raw (PCM) audio stream?

Is there any managed class of .NET that allow playing a stream or array of short (16bit) with defined frequency, bit per sample and channels? The SoundPlayer class can only play a wav stream, which ...
0
votes
0answers
38 views

Extract percussions instruments from the soundfont of Android

I'm currently working on a drum machine on Android, and up until now the development has not been a problem. I wrote a class that generates MIDI files based on what the user wrote on the sequencer. ...
0
votes
1answer
49 views

Generate a sound - PCM (Android - Java)

I've found here on stackoverflow.com a great example that actually works for playing sounds. Everything works smoothly but I'd like to know what happen in PCM generation. Here is the code: int idx = ...
0
votes
2answers
54 views

Android Visualizer on muted AudioTrack/MediaPlayer

I have a PCM-stream which I would like to visualize with Android's "Visualizer" but without playing it out loudly. Therefor I have implemented android-visualizer. The visualization is successful, if ...
0
votes
1answer
53 views

Adding a 440HZ-tone on a 2ch PCM (merging PCM, noise-overlay)

I would like to add some noise on a 44100 Hz 2 channel 16 bit interleaved PCM I am generating 1 second of the 440Hz-noise and store it in a noise-buffer: #define SAMPLING_RATE 44100 int ...
1
vote
1answer
111 views

play a raw PCM byte from a wav file

I have a wav file which was encoded with 16-bit PCM, I want to convert it to a PCM short array and play the raw array with audiotrack class. It is what I did: String fileName = "test.wav"; ...
0
votes
1answer
92 views

Using ALSA, how to record with a microphone what it is just playing out through a speaker?

I am trying to record what it is just playing out to the speaker using following ALSA APIs: snd_pcm_mmap_writei() snd_pcm_mmap_readi() Both functions are called one to next in the same thread. The ...
0
votes
1answer
63 views

Am I translating this C code to AS3 properly?

So I found some C code to decompress certain PCM samples, and I want to do the same in AS3. I have tried to do so, but it doesn't seem to be working. I know little to no C, although I'm quite fluent ...
0
votes
0answers
94 views

Android AudioTrack Read audio and Capture in Raw Format(PCM data)

I dont have much knowledge of Audio Framework. I am trying to achieve the following: My application has two buttons. When I press the first button some sound starts playing(based on some concept). ...
0
votes
3answers
86 views

Converting audio samples into an audible file format

I've been trying to convert a huge amount of data (about 900 MB) to an audible file format for a few days now. I've been given a .dat file containing 900 millions floating-point samples (one per line) ...
0
votes
1answer
75 views

How to get PCM data from recorded sound for Fourier analysis

I've been working on c++ code that will take in sound and output it's core frequency, like a guitar tuner. I can generate my own randomized sine wave and successfully perform the FFT from a text file ...
0
votes
0answers
34 views

flash to play raw PCM audio (not a file) from server

I need your help very much. I've got the following problem. The server gets live PCM audio samples from radio device. Then it transmits them to a client, which plays them on a web-page. I've ...
1
vote
1answer
102 views

weird ticking noise in wav file

I'm recording audio into a wav file and also stream the same audio to the speakers (c++, vs2010, win7). when i hear it in the speakers i can hear the audio clear, but when i write it to a wav file i ...
0
votes
1answer
58 views

Using AudioTrack to EQ a .WAV file?

I need to do some EQing and apply a digital effect for a .wav file. Is there any way of extracting individual PCM sample values from "buffer" below to carry out some EQ/processing? Is AudioTrack the ...
0
votes
0answers
85 views

Wav file noise removal

I'm writing a program (c++, vs2010,win7) that records audio into a wav file. When I try to hear the audio it has a lot of white noise. I tried to reopen the file with another program that I wrote. ...
0
votes
0answers
131 views

PCM audio playback using alsa in RHEL6

I am trying to play a wave file in RHEL6 using alsa library calls in my C Code in Qt. I am reading the wave file ("t15.wav") in a buffer(wave_buffer). The wave header has been stripped off since the ...
1
vote
0answers
132 views

how to record and play sound in real time simultaneously?

I have a reciever, I want to be able to hear the audio the receiver is transmitting and to save this audio as a wav file. I have written a client-server app to communicate with the receiver. The ...
1
vote
1answer
346 views

Encoder/Decoder PCM to AMR Android

I've been looking for a while now for any java library that allows me to encode and decode a PCM-AMR audio stream that is sent through a TCP socket connection. Without having to use Android's JNI. ...
4
votes
2answers
592 views

AudioTrack - short array to byte array distortion using jlayer(java mp3 decoder) [closed]

I'm using jLayer to decode MP3 data, with this call: SampleBuffer output = (SampleBuffer) decoder.decodeFrame(frameHeader, bitstream); This call which returns the decoded data, returns an array of ...
-2
votes
2answers
111 views

How do I filter out out-of-hearing-range data from PCM samples using C++?

I have raw 16bit 48khz pcm data. I need to strip all data which is out of the range of human hearing. For now I'm just doing a sum of all samples and then dividing by the sample count to calculate ...
1
vote
2answers
205 views

detect sound level in raw pcm data

I writing small program which need to detect sound level and write it if level higher than set in settings, i done sound capturing via portaudio, compressing via libvorbis, but one part of program has ...
0
votes
0answers
61 views

Corruption in file recorded with tinycap utility

I am using a customized board with ICS ported on it. I am using a tinycap utility to capture data. But I found corruption in my audio stream. After debugging I come to know that fwrite() used in ...
1
vote
3answers
513 views

How to convert sample rate from AV_SAMPLE_FMT_FLTP to AV_SAMPLE_FMT_S16?

I am decoding aac to pcm with ffmpeg with avcodec_decode_audio3. However it decodes into AV_SAMPLE_FMT_FLTP sample format (PCM 32bit Float Planar) and i need AV_SAMPLE_FMT_S16 (PCM 16 bit signed - ...
6
votes
0answers
164 views

PCM to AAC conversion using mediacodec

I am using a media codec class in Android (Jelly Bean) to encode PCM format to AAC. The file was encoded but no music player is able to play that file. I was not able to find any working code or ...
0
votes
1answer
269 views

Downsampling pcm/wav audio from 22khz to 8khz

My android application needs to convert PCM(22khz) to AMR , but the API AmrInputStream only supports with pcm of 8khz. How can i downsample the pcm from 22 khz to 8 khz?
1
vote
0answers
100 views

PCM/RAW audio container for streaming

I would like to know if any of you tried to stream RAW audio data. I tried to do that using a WAV file but this does not support streaming. Could anyone provide me a container for that (except ...
2
votes
0answers
149 views

PCM to AAC conversion take too much time in devices

I need to convert a linear PCM recorded audio file to AAC format and its working fine too. But in simulator it takes less than 2 Sec but in iPhone4 it is 33Sec and in iPhone 4S it is 51 sec. Its a 6 ...
2
votes
2answers
91 views

Remove channels from PCM

I have extended "libtinyalsa" (a very small version of ALSA) with a method to resample in- & outgoing PCM-audio (with libresample, e.g. from 48 kHz to 44.1 kHz). Now I would like to extend it ...
0
votes
1answer
154 views

Convert 16-bit signed PCM to usigned 16-bit

I have a audio wave file (*.wav) and I have the audio data formatted in signed 16-bit (from -32767 to +32768). I want to convert them in unsigned 16-bit (from 0 to +65535). Is there some idea how to ...
0
votes
1answer
49 views

PCM sample position [byte offset] in flac

I have a flac file and I have to do some analysis on the waveform looking for a particular sample. So I decompressed them in PCM data, but then I need to know, where is that particular sample in the ...
1
vote
2answers
131 views

Questions on using LAME in C

I am trying to write a pcm to mp3 conversion program using Lame. While the pcm data does get converted to an mp3 file, the output is very squeaky. Before I post questions, the following is the code I ...
1
vote
2answers
530 views

How do I convert ADPCM to PCM using FFmpeg?

I have a video feed that sends me audio using the ADPCM codec. However, android only supports PCM format. How can I convert the ADPCM audio feed into a PCM audio feed? The answer to this may be ...
1
vote
1answer
100 views

PCM data in array from flac file

I have a flac file and I need to analize its waveform, so I need to have the pcm data in an array. Is there some library which does this for me without converting the file with commandline tools? I ...
0
votes
2answers
507 views

iOS: Playing PCM buffers from a stream

I'm receiving a series of UDP packets from a socket containing encoded PCM buffers. After decoding them, I'm left with an int16 * audio buffer, which I'd like to immediately play back. The intended ...
-1
votes
3answers
102 views

why this Code can't run in Java? [duplicate]

Possible Duplicate: unsigned short in java Conversion of Audio Format in JAVA i Have a code which convert ulaw music to pcm format The Code is programed by C , but now, i need it run in ...
0
votes
1answer
427 views

Convert .m4a to PCM using libavcodec

I'm trying to convert a .m4a file to raw PCM file so that I can play it back in Audacity. According to the AVCodecContext it is a 44100 Hz track using the sample format AV_SAMPLE_FMT_FLTP which, to ...
1
vote
1answer
59 views

Spotify raw output sounds garbled when interpreted as PCM

The output from music_delivery callback, when interpreted as a little endian 16bit signed integer PCM, with the same sample rate (44100Hz) and number of channels (2) as the audio samples in the ...
0
votes
0answers
246 views

Converting PCM-16 with 22kHz to AMR-NB (8kHz) and AMR-WB(16 kHz)

I have done conversion from PCM-16 (8 kHz) to AMR using the API AmrInputStream but i read that it's not possible to convert PCM with sample rates greater than 8 kHz to AMR using this API. Is there ...
1
vote
0answers
180 views

FFmpeg API pcm encode without av_interleaved_write_frame

I'm trying encode pcm data use FFmpeg API for livestreaming like here But it's using "av_interleaved_write_frame". That's save it in a file by all means. I want to use it for livestreaming, I ...
1
vote
1answer
325 views

JLayer Mono Mp3 to PCM decoding

I am currently working on mp3 decoding with javalayer 1.1. So I want to receive the raw PCM data from my 44100 Hz, 16bit, Mp3s. It is perfectly working fine with stereo mp3s, but i have strange ...
4
votes
1answer
134 views

How to avoid audio sample 16bit clipping after equalization?

I have samples which come from ffmpeg, very often it is 16 bit samples (short type), i have used iir band pass filter with dbGain as described here, after filtering i sometimes got a short type ...
2
votes
2answers
213 views

Coverting PCM 16bit LE to WAV

I'm trying to write a program in C that converts a captured Raw 16kHz PCM 16-bit file to a 16-bit WAV. I've read some posts and people recommended using libsox. Installed it and now i'm really ...

1 2 3 4 5 6