Click here to Skip to main content
15,922,015 members
Home / Discussions / C#
   

C#

 
AnswerRe: ink sdk application Pin
OriginalGriff14-Jun-09 9:30
mveOriginalGriff14-Jun-09 9:30 
QuestionSamples To Bytes Pin
dSolariuM14-Jun-09 6:53
dSolariuM14-Jun-09 6:53 
AnswerRe: Samples To Bytes [modified] Pin
molesworth14-Jun-09 8:07
molesworth14-Jun-09 8:07 
That's not exactly easy, and will depend on factors like the number of channels, and the compression level used. If you're using variable bit rate compression, it gets even more complicated.

Ideally, you should start by learning about the mp3 format. A good source of info is http://www.mp3-tech.org/[^], particularly in their "Programmer's Corner" section. I wrote my first decoder based mostly on what I learned there.

PS - if you're writing mp3 software, C# may not be the best tool for the job...

There are three kinds of people in the world - those who can count and those who can't...

modified on Sunday, June 14, 2009 2:26 PM

QuestionHow to restart Console Application at Main Method Pin
Serpendiem14-Jun-09 6:46
Serpendiem14-Jun-09 6:46 
AnswerRe: How to restart Console Application at Main Method Pin
Eddy Vluggen14-Jun-09 8:19
professionalEddy Vluggen14-Jun-09 8:19 
AnswerRe: How to restart Console Application at Main Method Pin
I Believe In GOD14-Jun-09 10:50
I Believe In GOD14-Jun-09 10:50 
AnswerRe: How to restart Console Application at Main Method Pin
PIEBALDconsult14-Jun-09 15:14
mvePIEBALDconsult14-Jun-09 15:14 
AnswerRe: How to restart Console Application at Main Method [modified] Pin
XA21X30-Aug-10 19:48
XA21X30-Aug-10 19:48 
QuestionXLS to CSV - header problem Pin
Fehim Dervišbegović14-Jun-09 5:46
Fehim Dervišbegović14-Jun-09 5:46 
AnswerRe: XLS to CSV - header problem Pin
Henry Minute14-Jun-09 9:47
Henry Minute14-Jun-09 9:47 
GeneralRe: XLS to CSV - header problem Pin
Fehim Dervišbegović14-Jun-09 23:07
Fehim Dervišbegović14-Jun-09 23:07 
Questiondatagridview to excell Pin
michaelgr114-Jun-09 5:27
michaelgr114-Jun-09 5:27 
AnswerRe: datagridview to excell Pin
Fehim Dervišbegović14-Jun-09 5:55
Fehim Dervišbegović14-Jun-09 5:55 
GeneralRe: datagridview to excell Pin
michaelgr114-Jun-09 6:01
michaelgr114-Jun-09 6:01 
GeneralRe: datagridview to excell Pin
Fehim Dervišbegović14-Jun-09 6:16
Fehim Dervišbegović14-Jun-09 6:16 
AnswerRe: datagridview to excell Pin
I Believe In GOD14-Jun-09 10:52
I Believe In GOD14-Jun-09 10:52 
Question[Message Deleted] Pin
CoderForEver14-Jun-09 2:53
CoderForEver14-Jun-09 2:53 
AnswerRe: how could i make my program to be opened only one instance @ a time when installed to my buyer's computer Pin
Henry Minute14-Jun-09 3:18
Henry Minute14-Jun-09 3:18 
AnswerRe: how could i make my program to be opened only one instance @ a time when installed to my buyer's computer Pin
OriginalGriff14-Jun-09 3:46
mveOriginalGriff14-Jun-09 3:46 
GeneralRe: how could i make my program to be opened only one instance @ a time when installed to my buyer's computer Pin
Henry Minute14-Jun-09 9:50
Henry Minute14-Jun-09 9:50 
GeneralRe: how could i make my program to be opened only one instance @ a time when installed to my buyer's computer Pin
CoderForEver15-Jun-09 7:18
CoderForEver15-Jun-09 7:18 
GeneralRe: how could i make my program to be opened only one instance @ a time when installed to my buyer's computer Pin
OriginalGriff15-Jun-09 8:21
mveOriginalGriff15-Jun-09 8:21 
GeneralRe: how could i make my program to be opened only one instance @ a time when installed to my buyer's computer Pin
CoderForEver15-Jun-09 23:41
CoderForEver15-Jun-09 23:41 
AnswerRe: how could i make my program to be opened only one instance @ a time when installed to my buyer's computer Pin
Coding 10114-Jun-09 4:19
Coding 10114-Jun-09 4:19 
GeneralRe: how could i make my program to be opened only one instance @ a time when installed to my buyer's computer Pin
CoderForEver15-Jun-09 7:27
CoderForEver15-Jun-09 7:27 

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.