Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Samples To Bytes

Samples To Bytes

Scheduled Pinned Locked Moved C#
help
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    dSolariuM
    wrote on last edited by
    #1

    Hi all, I want to convert samples in a wave file to byte address in the file(MPEG Layer3 format) ... Please help me. thank you.

    Every new thing you learn,Gives you a new personality.

    M 1 Reply Last reply
    0
    • D dSolariuM

      Hi all, I want to convert samples in a wave file to byte address in the file(MPEG Layer3 format) ... Please help me. thank you.

      Every new thing you learn,Gives you a new personality.

      M Offline
      M Offline
      molesworth
      wrote on last edited by
      #2

      That's not exactly easy, and will depend on factors like the number of channels, and the compression level used. If you're using variable bit rate compression, it gets even more complicated. Ideally, you should start by learning about the mp3 format. A good source of info is http://www.mp3-tech.org/[^], particularly in their "Programmer's Corner" section. I wrote my first decoder based mostly on what I learned there. PS - if you're writing mp3 software, C# may not be the best tool for the job...

      There are three kinds of people in the world - those who can count and those who can't...

      modified on Sunday, June 14, 2009 2:26 PM

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups