muccc / iridium-toolkit

A set of tools to parse Iridium frames
482 stars 112 forks source link

Can’t decode audio #57

Closed michael040101 closed 2 years ago

michael040101 commented 2 years ago

Hi, I’m using Ubuntu 20.04 and GNURadio 3.8. I recorded some information using gr-iridium and parsed it using iridium parser. When I present the data with the command, Python ./stats-voc.py output.parsed I get a plot with a lot of red dots. But when I try to hear the information (click on the left side and then the right side of the dots) I can’t hear anything. I installed the ir77_ambe and ran make, and moved the ir77_ambe_decode to the iridium toolkit folder from which I run the stats_voc command.

When I click on the dots I just get its coordinates printed on the terminal, nothing else.

Do you have any idea how to solve this issue?

thanks!

michael040101 commented 2 years ago

Just to make it clear, the output I get while clicking on the dots is always with button=1, so maybe that’s the problem?

michael040101 commented 2 years ago

Solved it.