Difference between revisions of "Audio-stream"

From University of Washington - Ubicomp Research Page
Jump to: navigation, search
 
 
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 a TCP/IP connection. audio-stream listens for an incoming connection on a port you specify, and begins sending samples once connected. Only one connection may exist at a time.<br /><br />
+
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

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>