Click here to Skip to main content
15,895,746 members
Everything / PCM

PCM

PCM

Great Reads

by Oso Oluwafemi Ebenezer
A c++ wrapper for the LAME library that reduces conversion of PCM (*.wav) to mp3 and vice versa to just two lines of codes
by potluri_suresh
Raw Audio data is encoded to AAC compression using ffmmpeg library.

Latest Articles

by Oso Oluwafemi Ebenezer
A c++ wrapper for the LAME library that reduces conversion of PCM (*.wav) to mp3 and vice versa to just two lines of codes
by potluri_suresh
Raw Audio data is encoded to AAC compression using ffmmpeg library.

All Articles

Sort by Score

PCM 

12 Sep 2014 by Sergey Alexandrovich Kryukov
Please read Open CV documentation:http://docs.opencv.org/modules/core/doc/old_basic_structures.html[^],http://docs.opencv.org[^].The question is not very productive. It's pretty apparent that you are asking on the code which you did not write by yourself. Why trying to dig in it if you...
7 Mar 2012 by gogo61
hi, i am a musician. my keyboard is working with pcm audio sample files. the company is locking the pcm data to usb sticks. user can load the data to keyboard with this flash drive. if you want to copy the data to another usb disk, you can, but the data is working with only original usb. i want...
7 Mar 2012 by Bernhard Hiller
There are several things to look at:- are the data on the original stick really PCM data, or are the encrypted? I.e. can you play these data with e.g. Windows Media Player, Audacity, etc.?- the communication between the USB stick and the keyboard. It looks like the keyboard reads some more...
2 Nov 2013 by András Naszály
Hi!Im working on following program, getting audio data from mic input:#include #include #include #include //#include "stdafx.h" //ez a harom a fileba iras miatt kell#include #include /* //...
3 Nov 2013 by Richard MacCutchan
You need to add a definition for KSDATAFORMAT_SUBTYPE_PCM, see http://msdn.microsoft.com/en-us/library/windows/hardware/gg463006.aspx[^], for details.
11 Nov 2013 by merano
The above source does compile with some changes without problems in VS2010.The Changes I made:Added tchar.h and ks.h because VS asked for that.#include #include // KS.H must be included before KSMEDIA.H#include Added winmm.lib to linker...
25 Sep 2013 by Oso Oluwafemi Ebenezer
A c++ wrapper for the LAME library that reduces conversion of PCM (*.wav) to mp3 and vice versa to just two lines of codes
17 Feb 2012 by potluri_suresh
Raw Audio data is encoded to AAC compression using ffmmpeg library.
12 Sep 2014 by Member 11007697
I want to write a eigenface program using C++ with OpenCV but i don't know how to work this function cvTermCriteria();and i wish anybody help me for understand this function and this is portion of code where i use this functionvoid doPCA() { int i; ...