p2pquake / eew-detector

Detect announcement of EEW(Earthquake Early Warning) using NHK Radio 1
MIT License
12 stars 1 forks source link

Include the chime and voice WAV files #1

Closed MrAureliusR closed 4 years ago

MrAureliusR commented 4 years ago

Hi there! Just stumbled across this project after doing some research on the EEW system in Japan. I'm interested in also decoding the FSK burst that gets sent to turn TVs on during a tsunami warning, but I'm also curious about giving this project a try.

Is it possible to add the WAV files in, or at least include links to a reliable source for them in the README?

Thanks!

typewriter commented 4 years ago

Thank you for your interest!

Unfortunately, we can't publish the chime and voice because NHK (Japan Broadcasting Corporation) owns the copyright.

However, only the chime can be detected with the chime sound provided on the NHK website (https://www.nhk.or.jp/sonae/bousai/about.html).

Hope this helps.

MrAureliusR commented 4 years ago

Okay, I've managed to get clean copies of both the chime, and the "kinkyu jishin sokuhodesu" parts.

What goes into baseFFTs.wav and what goes into baseAnnFFT3.wav?

typewriter commented 4 years ago

Set the chime sound to baseFFTs.wav and the voice to baseAnnFFT3.wav.

Please refer to the comments of the source code for the number of channels, number of bits, and sample rate of the WAVE file.