Page 1 of 2

Listen to me

Posted: Thu Mar 05, 2009 8:38 pm
by cyberwoozle
I hope, i don't spoil the challenge too much, but the soundfile i get: is it a part of a song? 'Cuz i only hear some percussion-like tones (like a cymbal) , nothing more.

Posted: Thu Mar 05, 2009 9:00 pm
by m!nus
there's a voice :P

Posted: Thu Mar 05, 2009 9:31 pm
by cyberwoozle
Oops .... :oops:


[A little later:] thanks - got it ! :D

Posted: Thu Apr 23, 2009 9:36 pm
by tschiew
hi...
do you have a hint for me how to generate the soundfile? I think I've extracted correctly the information of the image (many numbers), but how do I get a soundfile with these informations?

Posted: Fri Apr 24, 2009 8:39 am
by horst
Well, I'll give you a very good hint: just listen ;)

Posted: Wed Apr 29, 2009 3:02 pm
by tschiew
horst wrote:Well, I'll give you a very good hint: just listen ;)
Well, I think I'm on the right way (many numbers to audio), but after this conversion, I only get some crazy tones....there's is really no voice. I'm searching for this voice already for many hours - could you give me a "technical" hint? perhaps as PM?

Perhaps I don't see the wood for the trees, but I really have no clue how to go further....

Thanks a lot...

tschiew...

Posted: Thu Apr 30, 2009 7:15 am
by bns
I would recommend to use an audio editor (like audacity) load the file and play a little bit...

Posted: Thu Apr 30, 2009 2:24 pm
by m!nus
you dont need an audio editor, just convert it and listen.
btw, it is possible to convert it even with irfan view, you dont need to write a program at all, you just got to play a little bit

Posted: Sat Dec 19, 2009 11:42 am
by Force4
I feel like I tried everything.
I even ran a script like: cat listen.png | cut -b ${I}- | file -
over the whole 18k of the file, to see if it recognized anything. But nothing :(.
Also pngcheck found no error nor extra unneeded field.
And I saw nothing neither myself.

I'm lost, what am I missing?

Posted: Fri Mar 12, 2010 1:04 pm
by kjangwa
I dont understand how to extract/convert the data.

[Edit:hours later]
i've found it,but the quality is so low it's hardly understandable,
is that normal?
[more hours later]
Grrr. can't get it clear enough.
[edit]
Oh. If you convert it completely, there is no need for an audio editor.

Posted: Mon Nov 08, 2010 7:56 pm
by ins0m
mh, vlc fails to give you the last information. try another player. (at least on osx this is the case for me)

Posted: Mon Dec 27, 2010 5:43 am
by gsjfoe
converting to what?? :roll: :roll: :roll: :roll: :roll:

Posted: Mon Dec 27, 2010 10:38 am
by rmplpmpl
gsjfoe wrote:converting to what?? :roll: :roll: :roll: :roll: :roll:
Convert the file to something you can listen to. Examining the picture should give you a hint on the format used.

Posted: Wed Jun 22, 2011 3:46 pm
by AMindForeverVoyaging
rmplpmpl wrote: Convert the file to something you can listen to.
I did, using a tool known as "the Swiss Army knife of sound processing programs". All I can hear is white noise.
Examining the picture should give you a hint on the format used.
How so? When I look at the picture, it looks to me like random noise. And that is also how it sounds like ;)

Posted: Thu Oct 18, 2012 6:42 pm
by eduarrrd
Alright, I'm really lost right now.

I didn't see any comments/hints in the file (neither as a comment nor as "color=>ascii" conversions/interpretation) so my assumption is that the data is raw pcm.

I decoded the png into its four channels and discarded the alpha channel. I have a 100*43*3 matrix. At 8192hz that's 1.6s of audio, long enough for an answer word.

Now the problem: no matter how I interpret the data (col, row, color; color, col, row; X other permutations), I only get noise. The FFT confirms this too.

Am I missing something? Did I do something stupid?