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

C#

 
QuestionSearch from rtb1 and delete if rtb2 contains rtb1 Pin
Stricter15-Jul-08 8:35
Stricter15-Jul-08 8:35 
AnswerRe: Search from rtb1 and delete if rtb2 contains rtb1 Pin
Pete O'Hanlon15-Jul-08 9:18
mvePete O'Hanlon15-Jul-08 9:18 
GeneralRe: Search from rtb1 and delete if rtb2 contains rtb1 Pin
Stricter15-Jul-08 10:48
Stricter15-Jul-08 10:48 
GeneralRe: Search from rtb1 and delete if rtb2 contains rtb1 Pin
Pete O'Hanlon15-Jul-08 10:54
mvePete O'Hanlon15-Jul-08 10:54 
GeneralRe: Search from rtb1 and delete if rtb2 contains rtb1 Pin
Stricter15-Jul-08 10:58
Stricter15-Jul-08 10:58 
QuestionRecording from mic to mp3 Pin
Johan Martensson15-Jul-08 6:28
Johan Martensson15-Jul-08 6:28 
GeneralRe: Recording from mic to mp3 Pin
Firedragonweb15-Jul-08 6:43
Firedragonweb15-Jul-08 6:43 
GeneralRe: Recording from mic to mp3 Pin
Johan Martensson15-Jul-08 6:50
Johan Martensson15-Jul-08 6:50 
AnswerRe: Recording from mic to mp3 Pin
DaveyM6915-Jul-08 6:48
professionalDaveyM6915-Jul-08 6:48 
GeneralRe: Recording from mic to mp3 Pin
Johan Martensson15-Jul-08 9:11
Johan Martensson15-Jul-08 9:11 
GeneralRe: Recording from mic to mp3 Pin
DaveyM6915-Jul-08 10:58
professionalDaveyM6915-Jul-08 10:58 
GeneralRe: Recording from mic to mp3 Pin
Johan Martensson15-Jul-08 12:06
Johan Martensson15-Jul-08 12:06 
GeneralRe: Recording from mic to mp3 Pin
DaveyM6915-Jul-08 12:20
professionalDaveyM6915-Jul-08 12:20 
Just had a quick look at the source code from the article I referenced.
It uses its own class WaveStream which takes a Stream in the constructor. I'm pretty sure that would work with a MemoryStream, and if not, I can't imagine it'd be too difficult to ads a new overload to the constructor. Then you could create the wav in memory (MemoryStream) and write directly to disk as mp3.

Dave

GeneralRe: Recording from mic to mp3 Pin
Johan Martensson15-Jul-08 20:31
Johan Martensson15-Jul-08 20:31 
GeneralRe: Recording from mic to mp3 Pin
DaveyM6916-Jul-08 10:18
professionalDaveyM6916-Jul-08 10:18 
AnswerRe: Recording from mic to mp3 Pin
Thomas Stockwell15-Jul-08 8:27
professionalThomas Stockwell15-Jul-08 8:27 
Question100 controls on a form Pin
netJP12L15-Jul-08 6:19
netJP12L15-Jul-08 6:19 
AnswerRe: 100 controls on a form Pin
Luc Pattyn15-Jul-08 6:39
sitebuilderLuc Pattyn15-Jul-08 6:39 
AnswerRe: 100 controls on a form Pin
PIEBALDconsult15-Jul-08 6:43
mvePIEBALDconsult15-Jul-08 6:43 
GeneralRe: 100 controls on a form Pin
netJP12L15-Jul-08 6:56
netJP12L15-Jul-08 6:56 
AnswerRe: 100 controls on a form Pin
DaveyM6915-Jul-08 7:17
professionalDaveyM6915-Jul-08 7:17 
AnswerRe: 100 controls on a form Pin
Pete O'Hanlon15-Jul-08 9:48
mvePete O'Hanlon15-Jul-08 9:48 
GeneralRe: 100 controls on a form Pin
Paul Conrad16-Jul-08 4:46
professionalPaul Conrad16-Jul-08 4:46 
QuestionWebbrowser-Control and Plugins Pin
Firedragonweb15-Jul-08 6:04
Firedragonweb15-Jul-08 6:04 
QuestionADODB Connectionless Recordset in C# Pin
Tom Ryan15-Jul-08 5:47
Tom Ryan15-Jul-08 5:47 

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.