-
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.
Web Music - Audio Watermark
- Loading branch information
Showing
7,266 changed files
with
642,377 additions
and
1 deletion.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,27 @@ | ||
# AudioWatermark | ||
# AudioWatermarkDemo | ||
|
||
Sử dụng thuật toán LSB để watemark (chèn signature) vào file nhạc (*.WAV) | ||
|
||
!!! LƯU Ý !!! | ||
|
||
* Phiên bản PHP is 7. Chỉnh lại trong file PHP's config in "php.ini" | ||
upload_max_filesize = 50M | ||
post_max_size=50M | ||
khi chạy. | ||
|
||
Định dạng tệp * .WAV cần có Tiêu đề, Subchunk1, Subchunk2, Subchunk3. Subchunk2 (SubchunkID = "LIST") | ||
|
||
Tất cả các tệp âm thanh được tải lên và tải xuống từ, đều được lưu trữ trong Google Drive của mình (Mình đã sử dụng API Google Drive). Các bạn có thể thay đổi thành Google Drive của mình bằng cách thay đổi tệp có tên là "service_account_keys.json" thành JSON khóa tài khoản dịch vụ của các bạn | ||
|
||
*Vì kích thước tập tin lớn (30-40MB) nên bạn nên đợi 2-3 phút trước khi mua bài hát hoàn toàn. Cảm ơn! | ||
!!! QUAN TRỌNG !!! | ||
|
||
Administrator: | ||
id: nguyendoanh | ||
pw: nguyendoanh | ||
|
||
User: | ||
id: doanhdoanh | ||
pw: doanhdoanh | ||
|
Oops, something went wrong.