-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
70 additions
and
160 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
sounds/*.mp3 | ||
sounds/*.ogg | ||
sounds/*.mpeg | ||
sounds/*.webm | ||
sounds/unconverted |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Sounds | ||
Put your sound files here. The show will play the sounds located in this directory. Your files shoudd be in WebM format with Opus encoding. Use the script provided if you want to convert into that format using `ffmpeg`. | ||
|
||
|Part|Name (without `.webm`) |Purpose |Sample (O22)| | ||
|-------|----|----------|------------| | ||
|Mở đầu|`op-introduction`|Nhạc giới thiệu cuộc thi|[Olympia Wiki](https://static.wikia.nocookie.net/duong-len-dinh-olympia/images/a/ad/Gi%E1%BB%9Bi_thi%E1%BB%87u_cu%E1%BB%99c_thi_O22.mp3/revision/latest?cb=20231228154537&path-prefix=vi)| | ||
|Khởi động|`khoidong-start`|Nhạc bắt đầu phần khởi động|[Olympia Wiki](https://static.wikia.nocookie.net/duong-len-dinh-olympia/images/6/6e/K%C4%90_b%E1%BA%AFt_%C4%91%E1%BA%A7u_O22.mp3/revision/latest?cb=20221126152556&path-prefix=vi)| | ||
|Khởi động|`khoidong-ready`|Nhạc chuẩn bị bắt đầu phần thi khởi động của thí sinh|[Olympia Wiki: Chuẩn bị](https://static.wikia.nocookie.net/duong-len-dinh-olympia/images/1/18/K%C4%90_chu%E1%BA%A9n_b%E1%BB%8B_left_O9.mp3/revision/latest?cb=20210209032349&path-prefix=vi) + [Olympia Wiki: Mở câu hỏi](https://static.wikia.nocookie.net/duong-len-dinh-olympia/images/0/0d/K%C4%90_m%E1%BB%9F_c%C3%A2u_h%E1%BB%8Fi_left_O11.mp3/revision/latest?cb=20220312044044&path-prefix=vi)| | ||
|Khởi động|`khoidong-threesecs`|Âm thanh đếm giờ 3s|[Olympia Wiki](https://static.wikia.nocookie.net/duong-len-dinh-olympia/images/d/d9/K%C4%90_3s_ch%E1%BB%9D_t%C3%ADn_hi%E1%BB%87u_O22.mp3/revision/latest?cb=20220309113358&path-prefix=vi)| | ||
|Khởi động|`khoidong-bgm`|Nhạc nền trong các phần thi của Khởi động|[Olympia Wiki](https://static.wikia.nocookie.net/duong-len-dinh-olympia/images/7/7c/K%C4%90_60s_left_O10.mp3/revision/latest?cb=20221219045625&path-prefix=vi)| | ||
|Khởi động|`khoidong-correct`|Trả lời đúng|[Olympia Wiki](https://static.wikia.nocookie.net/duong-len-dinh-olympia/images/b/b9/K%C4%90_%C4%91%C3%BAng_left_O10.mp3/revision/latest?cb=20220711040233&path-prefix=vi)| | ||
|Khởi động|`khoidong-incorrect`|Trả lời sai|[Olympia Wiki](https://static.wikia.nocookie.net/duong-len-dinh-olympia/images/6/6a/V%C4%90_sai_left_O7.ogg/revision/latest?cb=20201216152804&path-prefix=vi)| | ||
|Khởi động|`khoidong-bell`|Thí sinh bấm chuông|[Olympia Wiki](https://static.wikia.nocookie.net/duong-len-dinh-olympia/images/b/b8/K%C4%90_t%C3%ADn_hi%E1%BB%87u_tr%E1%BA%A3_l%E1%BB%9Di_O22.mp3/revision/latest?cb=20230625155418&path-prefix=vi)| | ||
|Khởi động|`khoidong-complete`|Hoàn thành phần thi (cắt đoạn cuối `khoidong-bgm`)|Không có| |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,4 @@ | ||
//! Module dealing with server-client communications, | ||
//! through the ground breaking novel cutting-edge revolutionary | ||
//! lighting fast easy to use lightweight technology of WebSocket. | ||
pub mod webservice_ws; | ||
pub mod wspy; | ||
|
||
pub use self::webservice_ws::{Callback, MessageHandler}; |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters