INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Encoder \ Decoder SDK  (Read 2468 times)

KingSparta

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 20048
Encoder \ Decoder SDK
« on: January 15, 2007, 07:33:10 pm »

I Can't Find It But I Have A Question About The Decoder SDK.

If I Am Not Mistaken I Read The The MC Decoder SDK Will Write The Decoded Information To The Drive In Reverse Order.

I Am Unclear Why I Would Want This And Why It Would Be Handy To Have In Reverse Order.

Would The Output Wave Play Backwards?

Could Someone Explain This To Me?
Logged
Retired Military, Airborne, Air Assault, And Flight Wings.
Model Trains, Internet, Ham Radio
https://MyAAGrapevines.com
Fayetteville, NC, USA

John Gateley

  • Citizen of the Universe
  • *****
  • Posts: 4957
  • Nice haircut
Re: Encoder \ Decoder SDK
« Reply #1 on: January 15, 2007, 08:31:07 pm »

To listen to songs backwards, hunting for secret messages?

j

scthom

  • Citizen of the Universe
  • *****
  • Posts: 621
Re: Encoder \ Decoder SDK
« Reply #2 on: January 15, 2007, 08:44:52 pm »

That's how they made the example.  You can also take a look my plugins to see something a bit more practical.  http://mcplugins.sourceforge.net
Logged

KingSparta

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 20048
Re: Encoder \ Decoder SDK
« Reply #3 on: January 16, 2007, 05:48:24 am »

To listen to songs backwards, hunting for secret messages?

j


No Just Wondering Why...

So It Was Only A Sample On How To Write The Wave File Backwards?

So If I Attempt To Use The Decoder SDK I Can Get It To Write Out The Wave Correctly, And Then Do Something With It?

Is There A Way To Limit The Decode Write Like Decode Only 30 Seconds To A Wave File Out Of Lets Say A 3 Min MP3?

scthom

I Am Sure You Are Using C, That Would Not Help My Brittle And Feeble Mind
Logged
Retired Military, Airborne, Air Assault, And Flight Wings.
Model Trains, Internet, Ham Radio
https://MyAAGrapevines.com
Fayetteville, NC, USA

scthom

  • Citizen of the Universe
  • *****
  • Posts: 621
Re: Encoder \ Decoder SDK
« Reply #4 on: January 17, 2007, 12:00:51 am »

So It Was Only A Sample On How To Write The Wave File Backwards?
So If I Attempt To Use The Decoder SDK I Can Get It To Write Out The Wave Correctly, And Then Do Something With It?
Is There A Way To Limit The Decode Write Like Decode Only 30 Seconds To A Wave File Out Of Lets Say A 3 Min MP3?
I Am Sure You Are Using C, That Would Not Help My Brittle And Feeble Mind

Yep, as good as any other I suppose.  The output is just a backwards wave file, so you can do whatever you want to it.

You would have to calculate how many samples or bytes make up 30 seconds and then just stop decoding, but yes, you should be able to do that.

Yes, I use C.  But don't feel bad, I probably couldn't figure out VBasic very quickly either.  Isn't the SDK in C anyway though?

Logged

KingSparta

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 20048
Re: Encoder \ Decoder SDK
« Reply #5 on: January 17, 2007, 04:43:38 am »

I have never looked at it, Maybe i might now if I know i can create a wave from any media file type
Logged
Retired Military, Airborne, Air Assault, And Flight Wings.
Model Trains, Internet, Ham Radio
https://MyAAGrapevines.com
Fayetteville, NC, USA

scthom

  • Citizen of the Universe
  • *****
  • Posts: 621
Re: Encoder \ Decoder SDK
« Reply #6 on: January 17, 2007, 07:12:39 am »

If all you wanted was a decode to (forward) wav, it's a pretty easy implementation from the SDK.
If all you wanted was a 30 second wav plugin, it would be a little harder but not much.
If you want anything in the way of tagging, that's when it starts to get harder.

You want some help?  I can probably get you a basic plugin that does 30 seconds with no tagging in a few hours (once I get home from work).
Logged

KingSparta

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 20048
Re: Encoder \ Decoder SDK
« Reply #7 on: January 17, 2007, 03:18:40 pm »

Thats Ok

I Will Play With It Maybe This Week End To See If I Can Work With It.
Logged
Retired Military, Airborne, Air Assault, And Flight Wings.
Model Trains, Internet, Ham Radio
https://MyAAGrapevines.com
Fayetteville, NC, USA
Pages: [1]   Go Up