Click here to Skip to main content
15,918,742 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: MFC Visual Studio Project Never Gets Updated Pin
kakan6-Apr-09 1:17
professionalkakan6-Apr-09 1:17 
QuestionRe: MFC Visual Studio Project Never Gets Updated Pin
phydthekid6-Apr-09 2:46
phydthekid6-Apr-09 2:46 
AnswerRe: MFC Visual Studio Project Never Gets Updated Pin
kakan6-Apr-09 3:11
professionalkakan6-Apr-09 3:11 
AnswerRe: MFC Visual Studio Project Never Gets Updated Pin
phydthekid7-Apr-09 23:24
phydthekid7-Apr-09 23:24 
GeneralRe: MFC Visual Studio Project Never Gets Updated Pin
kakan8-Apr-09 1:45
professionalkakan8-Apr-09 1:45 
QuestionHow to get the total time of the wav file. Pin
Deepu Antony5-Apr-09 23:01
Deepu Antony5-Apr-09 23:01 
AnswerRe: How to get the total time of the wav file. Pin
David Crow6-Apr-09 3:25
David Crow6-Apr-09 3:25 
GeneralRe: How to get the total time of the wav file. Pin
Deepu Antony6-Apr-09 3:40
Deepu Antony6-Apr-09 3:40 
Thanks for the reply

If i am having the forumala


Sampling rate * Bits Per Sample * Channels)/(Bits Per Byte) = Bytes Per Second.

eg If we are playing audio at 44,100Hz and we have 16 bit audio and 2 channels,
Collapse
(44100 * 16 * 2)/8 = 176400 Bytes Per Second

Is there is any use.

I can read the file size also from the header.


But what i actually need is the total time of the wav file.From header data, Is there is any method for calculating this or

Is there is any MFC classes for handling multimedia so that i can use any functions for getting the time period.
GeneralRe: How to get the total time of the wav file. Pin
David Crow6-Apr-09 3:57
David Crow6-Apr-09 3:57 
GeneralRe: How to get the total time of the wav file. Pin
Deepu Antony6-Apr-09 4:36
Deepu Antony6-Apr-09 4:36 
GeneralRe: How to get the total time of the wav file. Pin
Deepu Antony6-Apr-09 6:16
Deepu Antony6-Apr-09 6:16 
QuestionTabStop not working when add image over a button control. Pin
Le@rner5-Apr-09 21:11
Le@rner5-Apr-09 21:11 
AnswerRe: TabStop not working when add image over a button control. Pin
Iain Clarke, Warrior Programmer5-Apr-09 22:15
Iain Clarke, Warrior Programmer5-Apr-09 22:15 
QuestionCapturing TCP/IP packets in (DOS) Pin
rbwest865-Apr-09 21:11
rbwest865-Apr-09 21:11 
AnswerRe: Capturing TCP/IP packets in (DOS) Pin
Garth J Lancaster5-Apr-09 21:37
professionalGarth J Lancaster5-Apr-09 21:37 
AnswerRe: Capturing TCP/IP packets in (DOS) Pin
Iain Clarke, Warrior Programmer5-Apr-09 22:21
Iain Clarke, Warrior Programmer5-Apr-09 22:21 
GeneralRe: Capturing TCP/IP packets in (DOS) Pin
rbwest866-Apr-09 4:47
rbwest866-Apr-09 4:47 
GeneralRe: Capturing TCP/IP packets in (DOS) Pin
Iain Clarke, Warrior Programmer6-Apr-09 6:31
Iain Clarke, Warrior Programmer6-Apr-09 6:31 
QuestionRe: Capturing TCP/IP packets in (DOS) Pin
rbwest867-Apr-09 23:40
rbwest867-Apr-09 23:40 
QuestionX64 compilation problems Pin
Varghese Paul M5-Apr-09 20:40
Varghese Paul M5-Apr-09 20:40 
AnswerRe: X64 compilation problems Pin
Stuart Dootson5-Apr-09 22:14
professionalStuart Dootson5-Apr-09 22:14 
QuestionVideo Capture Pin
tns_ranjith5-Apr-09 20:23
tns_ranjith5-Apr-09 20:23 
QuestionHow to make MessageBox () to behave as AfxMessageBox (); Pin
kapardhi5-Apr-09 19:08
kapardhi5-Apr-09 19:08 
AnswerRe: How to make MessageBox () to behave as AfxMessageBox (); Pin
kapardhi5-Apr-09 19:15
kapardhi5-Apr-09 19:15 
GeneralRe: How to make MessageBox () to behave as AfxMessageBox (); Pin
Hamid_RT5-Apr-09 19:40
Hamid_RT5-Apr-09 19:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.