Click here to Skip to main content
15,913,854 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionwav file problems Pin
MikeMarq19-Nov-06 20:10
MikeMarq19-Nov-06 20:10 
AnswerRe: wav file problems Pin
MatrixCoder19-Nov-06 20:26
MatrixCoder19-Nov-06 20:26 
GeneralRe: wav file problems Pin
MikeMarq19-Nov-06 20:42
MikeMarq19-Nov-06 20:42 
GeneralRe: wav file problems Pin
MatrixCoder19-Nov-06 20:48
MatrixCoder19-Nov-06 20:48 
GeneralRe: wav file problems Pin
Christian Graus19-Nov-06 22:55
protectorChristian Graus19-Nov-06 22:55 
AnswerRe: wav file problems Pin
Guffa20-Nov-06 0:21
Guffa20-Nov-06 0:21 
GeneralRe: wav file problems Pin
MikeMarq20-Nov-06 7:04
MikeMarq20-Nov-06 7:04 
GeneralRe: wav file problems Pin
Guffa20-Nov-06 18:51
Guffa20-Nov-06 18:51 
MikeMarq wrote:
Yes my header is 44 bytes long


No, it's not. The header is 12 bytes long. What you have there is the header and one and a half data chunk. If you treat the rest of the file as sound data, you will be corrupting the other half of the second chunk and all the other chunks in the file, including the chunk that contains the actual sound data.

You should read up on the file format before you try to use it. The file is not at all arranged the way that you think it is.


---
b { font-weight: normal; }

GeneralRe: wav file problems Pin
MikeMarq21-Nov-06 15:49
MikeMarq21-Nov-06 15:49 
AnswerRe: wav file problems Pin
Guffa21-Nov-06 21:23
Guffa21-Nov-06 21:23 
QuestionNeed Help Saving? Pin
The ANZAC19-Nov-06 19:36
The ANZAC19-Nov-06 19:36 
AnswerRe: Need Help Saving? Pin
Dave Sexton19-Nov-06 19:59
Dave Sexton19-Nov-06 19:59 
GeneralRe: Need Help Saving? Pin
The ANZAC20-Nov-06 17:50
The ANZAC20-Nov-06 17:50 
GeneralRe: Need Help Saving? Pin
Dave Sexton20-Nov-06 19:58
Dave Sexton20-Nov-06 19:58 
GeneralRe: Need Help Saving? Pin
The ANZAC21-Nov-06 0:09
The ANZAC21-Nov-06 0:09 
QuestionDeploying with ClickOnce Pin
steve_rm19-Nov-06 17:41
steve_rm19-Nov-06 17:41 
Questionhow to pass from datagrid to EXCEL Pin
campbells19-Nov-06 15:37
campbells19-Nov-06 15:37 
AnswerRe: how to pass from datagrid to EXCEL Pin
RichardBerry19-Nov-06 21:29
RichardBerry19-Nov-06 21:29 
QuestionVB.Net 2005 TABControl... Pin
momooomooomomo19-Nov-06 15:33
momooomooomomo19-Nov-06 15:33 
AnswerRe: VB.Net 2005 TABControl... Pin
Christian Graus19-Nov-06 15:42
protectorChristian Graus19-Nov-06 15:42 
GeneralRe: VB.Net 2005 TABControl... Pin
momooomooomomo19-Nov-06 16:24
momooomooomomo19-Nov-06 16:24 
GeneralRe: VB.Net 2005 TABControl... Pin
Christian Graus19-Nov-06 16:56
protectorChristian Graus19-Nov-06 16:56 
GeneralRe: VB.Net 2005 TABControl... Pin
momooomooomomo19-Nov-06 20:03
momooomooomomo19-Nov-06 20:03 
GeneralRe: VB.Net 2005 TABControl... Pin
Mr. Waldorf28-Nov-06 10:46
Mr. Waldorf28-Nov-06 10:46 
QuestionMicrosoft.Web.UI.WebControls.treeview control [modified] Pin
uglyeyes19-Nov-06 13:01
uglyeyes19-Nov-06 13:01 

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.