Click here to Skip to main content
15,910,009 members
Home / Discussions / C#
   

C#

 
GeneralRe: All C# fan want to know Pin
lajiyo1-Dec-03 22:23
lajiyo1-Dec-03 22:23 
GeneralRe: All C# fan want to know Pin
Heath Stewart2-Dec-03 2:59
protectorHeath Stewart2-Dec-03 2:59 
GeneralRe: All C# fan want to know Pin
lajiyo3-Dec-03 2:29
lajiyo3-Dec-03 2:29 
GeneralRe: All C# fan want to know Pin
Heath Stewart3-Dec-03 3:29
protectorHeath Stewart3-Dec-03 3:29 
GeneralRe: All C# fan want to know Pin
lajiyo3-Dec-03 22:13
lajiyo3-Dec-03 22:13 
GeneralInsert an image into your message Pin
Asim N.1-Dec-03 1:26
Asim N.1-Dec-03 1:26 
GeneralC# vs Sound compression Pin
paladin20031-Dec-03 0:25
paladin20031-Dec-03 0:25 
GeneralRe: C# vs Sound compression Pin
Heath Stewart1-Dec-03 2:44
protectorHeath Stewart1-Dec-03 2:44 
No, the .NET BCL does not have anything to deal with sound. While it should've at least had some basic classes to play WAVs, sound compression is not really common in a base class library - it's often something found in extensions.

Such is the case with Managed DirectX. DirectSound doesn't need to do sound compression because it deals with filter chains. You chain a series of readers, decoders, mixers, encoders, and writers together. You can even play with this process visually using the GraphEdit application that is installed with the DirectX SDK.

And Windows Media Encoder does deal with streams, both reading from and outputing to. I've done is many times in the past.

On a more personal note, please do not email me directly with the same question that you post in the forum. I or somebody else will get to your question when we see it and feel comfortable answering it. Everyone's time is precious, and using this forum soley helps preserve the knowledge in a searchable archive (though no one ever seems to search first anymore) that is available to help everyone.

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralRe: C# vs Sound compression Pin
paladin20031-Dec-03 4:57
paladin20031-Dec-03 4:57 
GeneralRe: C# vs Sound compression Pin
Heath Stewart1-Dec-03 6:23
protectorHeath Stewart1-Dec-03 6:23 
QuestionSerialize a button? Pin
thomasa30-Nov-03 22:24
thomasa30-Nov-03 22:24 
AnswerRe: Serialize a button? Pin
unitrunker30-Nov-03 22:44
unitrunker30-Nov-03 22:44 
GeneralRe: Serialize a button? Pin
thomasa30-Nov-03 22:56
thomasa30-Nov-03 22:56 
GeneralRe: Serialize a button? Pin
Corinna John1-Dec-03 1:23
Corinna John1-Dec-03 1:23 
GeneralRe: Serialize a button? Pin
Heath Stewart1-Dec-03 2:35
protectorHeath Stewart1-Dec-03 2:35 
QuestionHow to change next page of our choice in tabcontrol Pin
Inam30-Nov-03 21:51
Inam30-Nov-03 21:51 
AnswerRe: How to change next page of our choice in tabcontrol Pin
Corinna John1-Dec-03 1:26
Corinna John1-Dec-03 1:26 
GeneralClear screen from a C# console Application Pin
okoji Cyril30-Nov-03 21:35
okoji Cyril30-Nov-03 21:35 
GeneralRe: Clear screen from a C# console Application Pin
Alex Korchemniy1-Dec-03 11:02
Alex Korchemniy1-Dec-03 11:02 
Questiondatagrid problem? Pin
isarfraz30-Nov-03 18:13
isarfraz30-Nov-03 18:13 
AnswerRe: datagrid problem? Pin
Heath Stewart1-Dec-03 2:27
protectorHeath Stewart1-Dec-03 2:27 
GeneralPrintTemplate.orientation bug Pin
Alex Korchemniy30-Nov-03 17:25
Alex Korchemniy30-Nov-03 17:25 
GeneralMaking an exe file from c# code Pin
kaisy30-Nov-03 16:15
kaisy30-Nov-03 16:15 
GeneralRe: Making an exe file from c# code Pin
Christian Graus30-Nov-03 17:02
protectorChristian Graus30-Nov-03 17:02 
GeneralRe: Making an exe file from c# code Pin
Alex Korchemniy30-Nov-03 17:31
Alex Korchemniy30-Nov-03 17:31 

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.