Audio-stream: Difference between revisions
From University of Washington - Ubicomp Research Page
Jump to navigationJump to search
Karl Koscher (talk | contribs) No edit summary |
Karl Koscher (talk | contribs) No edit summary |
||
Line 3: | Line 3: | ||
* [{{SERVER}}/files/uwar/imote2_sdcard/audio-stream linux download (xscale)] | * [{{SERVER}}/files/uwar/imote2_sdcard/audio-stream linux download (xscale)] | ||
audio-stream is a program that sends a stream of audio samples captured by [[Msb-server|msb-server]] over | audio-stream is a program that sends a stream of audio samples captured by [[Msb-server|msb-server]] over any available TCP/IP connection with sufficient bandwidth, such as WiFi, Bluetooth, or USB. audio-stream listens for an incoming connection on a TCP port you specify, and begins sending samples once connected. Only one connection may exist at a time.<br /><br /> | ||
The audio data format is identical to the [[MSB2_Firmware#Microphone_Data_Packet|sample format]] in the MSB protocol. | The audio data format is identical to the [[MSB2_Firmware#Microphone_Data_Packet|sample format]] in the MSB protocol. |
Latest revision as of 21:35, 21 August 2007
audio-stream
- msp/src/audio-stream/audio-stream.c
- linux download (xscale)
audio-stream is a program that sends a stream of audio samples captured by msb-server over any available TCP/IP connection with sufficient bandwidth, such as WiFi, Bluetooth, or USB. audio-stream listens for an incoming connection on a TCP port you specify, and begins sending samples once connected. Only one connection may exist at a time.
The audio data format is identical to the sample format in the MSB protocol.
usage
Command line format
audio-stream <port>