From e9d84607c00742296f8f6fd6536d54b975bb7aa9 Mon Sep 17 00:00:00 2001 From: Johannes Pohl Date: Sat, 7 May 2016 12:54:49 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c787bc59..fcecff0f 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,7 @@ Unordered list of features that should make it into the v1.0 - [X] **Debian packages** prebuild deb packages - [X] **Endian** independent code - [X] **OpenWrt** port Snapclient to OpenWrt -- [ ] **Hi-Res audio** support (like 192kHz 24bit) +- [X] **Hi-Res audio** support (like 192kHz 24bit) +- [ ] **JSON-RPC** Possibility to add, remove, rename streams - [ ] **Protocol specification** Snapcast binary streaming protocol, JSON-RPC protocol -- [ ] **CMake** or another build system -- [ ] **Ports** Snapclient for Windows, ... +- [ ] **Ports** Snapclient for Windows, Mac OS X, ... From ee9011f64f2140fdf46fe11657804bf142fe99d4 Mon Sep 17 00:00:00 2001 From: Johannes Pohl Date: Sun, 8 May 2016 11:52:56 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fcecff0f..0a196e5e 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,10 @@ Different streams can by configured with a list of `-s` options, e.g.: SNAPSERVER_OPTS="-d -s pipe:///tmp/snapfifo?name=Radio&sampleformat=48000:16:2&codec=flac -s file:///home/user/Musik/Some%20wave%20file.wav?name=File" +The pipe stream (`-s pipe`) will per default create the pipe. Sometimes your audio source might insist in creating the pipe itself. So the pipe creation mode can by changed to "not create, but only read mode", using the `mode` option set to `create` or `read`: + + SNAPSERVER_OPTS="-d -s pipe:///tmp/snapfifo?name=Radio&mode=read" + Test ---- You can test your installation by copying random data into the server's fifo file From 9795d39273a7cb5b03efd8d5c8a378df64cae3b8 Mon Sep 17 00:00:00 2001 From: naofum Date: Sun, 29 May 2016 00:03:02 +0900 Subject: [PATCH 3/3] Added Japanese translation --- .../src/main/res/values-ja/strings.xml | 50 +++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 android/Snapcast/src/main/res/values-ja/strings.xml diff --git a/android/Snapcast/src/main/res/values-ja/strings.xml b/android/Snapcast/src/main/res/values-ja/strings.xml new file mode 100644 index 00000000..63ad6c09 --- /dev/null +++ b/android/Snapcast/src/main/res/values-ja/strings.xml @@ -0,0 +1,50 @@ + + Snapcast + Snapclient 開始しました + Snapclient + Snapclient は実行中です... + 情報... + 停止 + 詳細 + 削除 + + + Snapcast + + アプリについて... + 設定... + サーバーのスキャン + クライアント一覧の更新 + オフラインのクライアントを非表示 + + クライアント設定 + 名前 + MAC + IP + ホスト + OS + バージョン + 最後の視聴 + レイテンシー + オンライン + 再生/停止 + クライアント %1$s を削除しました + ストリームはネイティブのサンプリングレートではありません: %1$s\nネイティブのサンプリングレート: %2$s + ネイティブのサンプリングレートではないストリームは同期して再生されないことがあります + 元に戻す + アプリについて + files/about.html + アプリについて + + + Hello blank fragment + ストリーム + 警告 + これはテストクライアントです。\n正式利用用途ではありません。 + ホスト + ストリーム ポート + コントロール ポート + Snapserver ホスト + Snapclient を自動開始 + +