[Modify] Polish it

This commit is contained in:
sta
2016-07-31 17:02:25 +09:00
parent 9775d93817
commit df74f3d021
3 changed files with 34 additions and 14 deletions

View File

@@ -7,8 +7,8 @@ namespace Example1
{
public static void Main (string[] args)
{
using (var streamer = new AudioStreamer ("ws://agektmr.node-ninja.com:3000/socket"))
//using (var streamer = new AudioStreamer ("ws://localhost:3000/socket"))
//using (var streamer = new AudioStreamer ("ws://agektmr.node-ninja.com:3000/socket"))
using (var streamer = new AudioStreamer ("ws://localhost:3000/socket"))
{
string name;
do {