Click here to Skip to main content
15,888,610 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Recognize the programming language of an EXE Files Pin
toxcct19-Apr-06 23:40
toxcct19-Apr-06 23:40 
GeneralRe: Recognize the programming language of an EXE Files Pin
Xing Chen20-Apr-06 0:20
Xing Chen20-Apr-06 0:20 
AnswerRe: Recognize the programming language of an EXE Files Pin
includeh1019-Apr-06 23:34
includeh1019-Apr-06 23:34 
Questionping Pin
Paperbackwriter19-Apr-06 22:19
Paperbackwriter19-Apr-06 22:19 
AnswerRe: ping Pin
_AnsHUMAN_ 19-Apr-06 22:54
_AnsHUMAN_ 19-Apr-06 22:54 
Questionvisual studio 2005, exe file Pin
msgm6919-Apr-06 22:16
msgm6919-Apr-06 22:16 
AnswerRe: visual studio 2005, exe file Pin
YaronNir19-Apr-06 22:31
YaronNir19-Apr-06 22:31 
QuestionCompression/Decompression Wave File to MP3 and vice versa Pin
cindy_1605198819-Apr-06 21:58
cindy_1605198819-Apr-06 21:58 
Hello, everybody. Sorry to disturb you all.

Currently, I have a speech recording and playback software developed by Microsoft Visual C++ 6.0. The software is used to train children with speech problem and scores will be calculated and showed at the end of each practice session. The software is able to record and playback real-time.

Children use this software at home and save their practice records in a single floppy disk. Then, children will bring the floppy disk with practice records inside when they return to our centre. There are 20 wave files that must be saved in a single floppy disk. Due to space insifficiency, one floppy disk is 1.44M in capacity.
Total size of 20 wave files = 20*188k = 3,760,000 bytes
Total floppy disk needed = (3,760,000)/1,440,000 = 2.6 floppy disks
But, I must save all the 20 wave files into a single floppy disk

Our problem is we are not able to save all 20 wave files in a single floppy disk. We cant afford a CD-RW for each child and we must use floppy disk. The solution is we have to compress the wave file to save the files in a floppy and decompress the files back to wave file in order to listen to how the children practice at home.

I am totally new to this as the software is written by one of my previous friend who worked together with me in a voluntary speech rehabilitation centre. We need this software to train children in the centre. I work part time there.

But, my problem is how to call any CODEC dll into correct place into my current project platform without causing any bugs? Please forgive me if I have asked a very silly question, I am sorry. After I have added the cpp and h files into my current project paltform, I dont know what should I do next.

My final destination is to save all 20 wave files in a single floppy disk. I didnt restrict that I must use compression/decompression methods but I dont know what else should I use.

Hope you can give me some guidances on how to do it or you please link me to pages that help me to do so. I promise I can learn as independent as possible but I really need your guidance at this very beginning, please.

Please, I really appreciate all your help.

AnswerRe: Compression/Decompression Wave File to MP3 and vice versa Pin
Russell'19-Apr-06 23:46
Russell'19-Apr-06 23:46 
GeneralRe: Compression/Decompression Wave File to MP3 and vice versa Pin
cindy_1605198820-Apr-06 15:14
cindy_1605198820-Apr-06 15:14 
AnswerRe: Compression/Decompression Wave File to MP3 and vice versa Pin
Remco Hoogenboezem20-Apr-06 6:01
Remco Hoogenboezem20-Apr-06 6:01 
GeneralRe: Compression/Decompression Wave File to MP3 and vice versa Pin
cindy_1605198820-Apr-06 15:22
cindy_1605198820-Apr-06 15:22 
AnswerRe: Compression/Decompression Wave File to MP3 and vice versa Pin
cindy_1605198824-Apr-06 21:55
cindy_1605198824-Apr-06 21:55 
QuestionPlease tell me what is CicMarshalWndClass(window class name)? Pin
FlyWithYou19-Apr-06 21:42
FlyWithYou19-Apr-06 21:42 
QuestionXML SCHEMA VALIDAION IN DOM using MSXML 3.0 Pin
prabhakar83cse19-Apr-06 21:24
prabhakar83cse19-Apr-06 21:24 
Questionproblem with Invalid socket(error no:10038) Pin
QuickDeveloper19-Apr-06 21:19
QuickDeveloper19-Apr-06 21:19 
AnswerRe: problem with Invalid socket(error no:10038) Pin
YaronNir19-Apr-06 21:39
YaronNir19-Apr-06 21:39 
GeneralRe: problem with Invalid socket(error no:10038) Pin
QuickDeveloper19-Apr-06 22:15
QuickDeveloper19-Apr-06 22:15 
GeneralRe: problem with Invalid socket(error no:10038) Pin
YaronNir19-Apr-06 23:13
YaronNir19-Apr-06 23:13 
Questionabout static linking and dynamic linking Pin
George_George19-Apr-06 21:17
George_George19-Apr-06 21:17 
AnswerRe: about static linking and dynamic linking Pin
toxcct19-Apr-06 21:40
toxcct19-Apr-06 21:40 
GeneralRe: about static linking and dynamic linking Pin
George_George20-Apr-06 19:26
George_George20-Apr-06 19:26 
AnswerRe: about static linking and dynamic linking Pin
David Crow20-Apr-06 3:28
David Crow20-Apr-06 3:28 
GeneralRe: about static linking and dynamic linking Pin
George_George20-Apr-06 19:28
George_George20-Apr-06 19:28 
QuestionAbout threading Pin
Aqueel19-Apr-06 21:14
Aqueel19-Apr-06 21:14 

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.