Click here to Skip to main content
15,889,281 members
Home / Discussions / C#
   

C#

 
AnswerRe: best way to Lazy-Load a Dictionary' s 'Values ? Pin
Richard Deeming18-May-17 11:48
mveRichard Deeming18-May-17 11:48 
GeneralRe: best way to Lazy-Load a Dictionary' s 'Values ? Pin
BillWoodruff18-May-17 14:52
professionalBillWoodruff18-May-17 14:52 
GeneralRe: best way to Lazy-Load a Dictionary' s 'Values ? Pin
Richard Deeming23-May-17 1:02
mveRichard Deeming23-May-17 1:02 
Questionhow to implement dynamic range compression for audio? Pin
Member 1319657418-May-17 3:45
Member 1319657418-May-17 3:45 
AnswerRe: how to implement dynamic range compression for audio? Pin
Richard MacCutchan18-May-17 3:47
mveRichard MacCutchan18-May-17 3:47 
GeneralRe: how to implement dynamic range compression for audio? Pin
Member 1319657418-May-17 3:56
Member 1319657418-May-17 3:56 
GeneralRe: how to implement dynamic range compression for audio? Pin
Richard MacCutchan18-May-17 3:58
mveRichard MacCutchan18-May-17 3:58 
GeneralRe: how to implement dynamic range compression for audio? Pin
kalberts23-May-17 22:09
kalberts23-May-17 22:09 
I am not really getting what you were looking for then. A simple search for e.g. 'sound processing library' returns loads of alternatives.

But then: I am not expecting to find a ready-to-call function in my favorite language, isolated from any function that I do not need. I'll take any alternative in any c-class language, from k&r C to C++ to Java to C#, or even Python, and I'd be prepared to rewrite it in a language / form / framework suiting my needs. In other words, I don't expect to use it as a black box but to understand the code.

12-15 years ago I did that for reverb functions, using Csound[^]. A lot has happened with Csound since then. Dynamic compression was not in my list of requirements, but I'd be very surprised if it is not available in the library.

If you consider Csound, you must be prepared to translate from plain C to C#, but that is nice way to get to know the code.
AnswerRe: how to implement dynamic range compression for audio? Pin
Gerry Schmitz18-May-17 5:51
mveGerry Schmitz18-May-17 5:51 
GeneralRe: how to implement dynamic range compression for audio? Pin
Member 1319657418-May-17 10:34
Member 1319657418-May-17 10:34 
QuestionSound Recognition system Pin
Member 1182866018-May-17 1:37
Member 1182866018-May-17 1:37 
AnswerRe: Sound Recognition system Pin
Pete O'Hanlon18-May-17 1:50
mvePete O'Hanlon18-May-17 1:50 
GeneralRe: Sound Recognition system Pin
ZurdoDev18-May-17 3:27
professionalZurdoDev18-May-17 3:27 
AnswerRe: Sound Recognition system Pin
Jochen Arndt18-May-17 1:56
professionalJochen Arndt18-May-17 1:56 
Questionhttp request and reply in c# by adding headers also Pin
yeswanthkumar17-May-17 20:34
yeswanthkumar17-May-17 20:34 
AnswerRe: http request and reply in c# by adding headers also Pin
Afzaal Ahmad Zeeshan17-May-17 21:00
professionalAfzaal Ahmad Zeeshan17-May-17 21:00 
GeneralRe: http request and reply in c# by adding headers also Pin
yeswanthkumar17-May-17 21:23
yeswanthkumar17-May-17 21:23 
QuestionLeverage browser caching for images in mvc using c# Pin
Member 1086642717-May-17 19:48
Member 1086642717-May-17 19:48 
SuggestionRe: Leverage browser caching for images in mvc using c# Pin
Richard Deeming18-May-17 1:10
mveRichard Deeming18-May-17 1:10 
Questiongetting img tag src attribute values from a text file using C# Pin
Farhad Eft17-May-17 2:52
Farhad Eft17-May-17 2:52 
AnswerRe: getting img tag src attribute values from a text file using C# Pin
OriginalGriff17-May-17 3:28
mveOriginalGriff17-May-17 3:28 
GeneralRe: getting img tag src attribute values from a text file using C# Pin
Farhad Eft17-May-17 3:39
Farhad Eft17-May-17 3:39 
GeneralRe: getting img tag src attribute values from a text file using C# Pin
Dave Kreskowiak17-May-17 4:47
mveDave Kreskowiak17-May-17 4:47 
GeneralRe: getting img tag src attribute values from a text file using C# Pin
Farhad Eft17-May-17 5:40
Farhad Eft17-May-17 5:40 
GeneralRe: getting img tag src attribute values from a text file using C# Pin
Farhad Eft17-May-17 22:57
Farhad Eft17-May-17 22:57 

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.