Click here to Skip to main content
15,921,716 members
Home / Discussions / C#
   

C#

 
GeneralRe: Reading a specific line from txt file Pin
PIEBALDconsult26-Mar-08 14:34
mvePIEBALDconsult26-Mar-08 14:34 
GeneralPulseAll and Pulse Pin
George_George23-Mar-08 4:11
George_George23-Mar-08 4:11 
GeneralQuestion about Deployment Pin
Jammer23-Mar-08 0:54
Jammer23-Mar-08 0:54 
GeneralRe: Question about Deployment Pin
Xmen Real 23-Mar-08 4:26
professional Xmen Real 23-Mar-08 4:26 
GeneralRe: Question about Deployment Pin
Jammer23-Mar-08 6:38
Jammer23-Mar-08 6:38 
GeneralRe: Question about Deployment Pin
Dave Sexton23-Mar-08 6:45
Dave Sexton23-Mar-08 6:45 
GeneralStreaming live audio from the internet and converting it to mp3 Pin
ThetaClear22-Mar-08 23:59
ThetaClear22-Mar-08 23:59 
GeneralRe: Streaming live audio from the internet and converting it to mp3 Pin
User 46247823-Mar-08 0:34
User 46247823-Mar-08 0:34 
You could use LAME to encode the stream into MP3 audio. Check out http://lame.sourceforge.net/download.php[^] for the source code. LAME compiles to an executable, so you could then save the stream to disc and pass the saved file to the LAME codec. Command line options are available at http://lame.cvs.sourceforge.net/*checkout*/lame/lame/USAGE[^]

This of course assumes that the audio data you are receiving is in standard RAW WAV format. If the audio is being played in a player like QuickTime or Windows Media player, you will need to convert from the wma, or aac formats to WAV first.

Hope this steers you in the right direction.

modified 30-Aug-22 21:01pm.

GeneralRe: Streaming live audio from the internet and converting it to mp3 Pin
ThetaClear23-Mar-08 2:16
ThetaClear23-Mar-08 2:16 
GeneralRe: Streaming live audio from the internet and converting it to mp3 Pin
User 46247823-Mar-08 13:03
User 46247823-Mar-08 13:03 
GeneralRe: Streaming live audio from the internet and converting it to mp3 Pin
ThetaClear23-Mar-08 22:39
ThetaClear23-Mar-08 22:39 
GeneralRe: Streaming live audio from the internet and converting it to mp3 Pin
User 46247824-Mar-08 7:15
User 46247824-Mar-08 7:15 
GeneralDatabinding to a Textbox through TransparentProxy Pin
User 46247822-Mar-08 23:30
User 46247822-Mar-08 23:30 
GeneralPermission based security Pin
gnjunge22-Mar-08 23:16
gnjunge22-Mar-08 23:16 
GeneralDisable automatic sorting in DGV Pin
baranils22-Mar-08 22:03
baranils22-Mar-08 22:03 
GeneralRe: Disable automatic sorting in DGV Pin
Xmen Real 23-Mar-08 4:21
professional Xmen Real 23-Mar-08 4:21 
GeneralRe: Disable automatic sorting in DGV Pin
baranils23-Mar-08 4:39
baranils23-Mar-08 4:39 
GeneralRe: Disable automatic sorting in DGV Pin
baranils23-Mar-08 11:17
baranils23-Mar-08 11:17 
GeneralRe: Disable automatic sorting in DGV Pin
Xmen Real 23-Mar-08 14:01
professional Xmen Real 23-Mar-08 14:01 
GeneralRe: Disable automatic sorting in DGV Pin
baranils23-Mar-08 20:54
baranils23-Mar-08 20:54 
GeneralRe: Disable automatic sorting in DGV Pin
baranils23-Mar-08 21:59
baranils23-Mar-08 21:59 
QuestionHow to use COM components in .net application Pin
mukkanti00722-Mar-08 21:20
mukkanti00722-Mar-08 21:20 
AnswerRe: How to use COM components in .net application Pin
sarvesh.upadhyay24-Mar-08 1:28
professionalsarvesh.upadhyay24-Mar-08 1:28 
Generalkeyboard to xbox controller Pin
sakirah22-Mar-08 16:17
sakirah22-Mar-08 16:17 
GeneralRe: keyboard to xbox controller Pin
User 665823-Mar-08 3:32
User 665823-Mar-08 3:32 

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.