martinber / noaa-apt

NOAA APT weather satellite image decoder, for Linux, Windows, RPi 2+, OSX and Android+Termux
http://noaa-apt.mbernardi.com.ar
GNU General Public License v3.0
601 stars 55 forks source link

ogg to wav #17

Closed michaelachrisco closed 4 years ago

michaelachrisco commented 4 years ago

At the moment, I currently use sox to convert oggs from satNOGS via:

$ sox satnogs_1848305_2020-03-11T17-16-41.ogg -r 11025 goodreading.wav
$ noaa-apt

It would be nice if the software can support ogg as a format and auto-convert if possible, just to save a step.

michaelachrisco commented 4 years ago

Ive never done rust but it appears that this library/crate does what I am suggesting: https://github.com/RustAudio/audrey

Might take a stab at it at some point...

martinber commented 4 years ago

Hi,

How does satNOGS work? By visiting the website I can't understand its purpose.

Does satNOGS somehow do recordings in OGG? I'm wondering how useful this feature would be, and which audio codecs are commonly used.

michaelachrisco commented 4 years ago

So im basically running the same setup as this project: https://www.raspberrypi.org/blog/build-a-satnogs-ground-station-raspberry-pi-3b-hackspace-magazine-18/

It allows you to run your own satellite observation/tracker. It does everything from getting noaa sat images, getting instrument readings, and helping out the creators of the satellites via an open source project. The way you get the readings is to set up a raspberry pi (or any computer really), run the software, and the software will get everything in ogg format. Here are some good examples:

Example above: https://network.satnogs.org/observations/1848305/ Audio file link is at the bottom: image

Im not sure what they use ATM (probably wxtoimg) but it outputs the image in the "data" tab of the website: image

It would be cool if anyone could hook up the tool to satNOGS and at least verify their findings in an open source way (such as your tool) or even have it completely replace wxtoimg overtime. Maybe. I'm kinda new to this whole "tracking weather satellite" thing :)

martinber commented 4 years ago

I will keep your suggestion in mind. Some notes:

michaelachrisco commented 4 years ago

Oh wow TIL. Well then, it would seem that this request would not make sense given the context. Ill go ahead and close it out. Thanks for building the tool!