search for: libshout_application

Displaying 1 result from an estimated 1 matches for "libshout_application".

2004 Aug 06
0
programming with libshout
...low level, what should it send? the example reads from "stdin" and sends the read buffer with shout_send, but... where should fread() read from (behind the stdin)? I could think about something like this (for example) mpg123 "audio_file" ---> stdout --pipe-- stdin <--- libshout_application I include the little part of the example code I don't understand how it works, specifically fromwhere it gets the data... what should be received on STDIN? and... in the case of record from the microphone, should I rec to stdout, redirect it to the stdin of LAME (or another encoder) and re...