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. Regarding Audio Player Format

Regarding Audio Player Format

Scheduled Pinned Locked Moved C#
5 Posts 5 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.
  • U Offline
    U Offline
    User 14053794
    wrote on last edited by
    #1

    Hello guys ...(.wav) Format unCompressed Audio is Playing in My Project...but (.WAV) Format Compressed Audio is not Playing in My Project

    OriginalGriffO J M 3 Replies Last reply
    0
    • U User 14053794

      Hello guys ...(.wav) Format unCompressed Audio is Playing in My Project...but (.WAV) Format Compressed Audio is not Playing in My Project

      OriginalGriffO Offline
      OriginalGriffO Offline
      OriginalGriff
      wrote on last edited by
      #2

      How do you expect us to be able to help you when we have no idea what you project does, how it does it, or even what it does when it doesn't work? Remember that we can't see your screen, access your HDD, or read your mind - we only get exactly what you type to work with, and that there are probably thousands of different ways you could be trying to do this! Please, stop trying to type as little as possible and provide information - help us to help you!

      Sent from my Amstrad PC 1640 Never throw anything away, Griff Bad command or file name. Bad, bad command! Sit! Stay! Staaaay... AntiTwitter: @DalekDave is now a follower!

      "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
      "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

      N 1 Reply Last reply
      0
      • OriginalGriffO OriginalGriff

        How do you expect us to be able to help you when we have no idea what you project does, how it does it, or even what it does when it doesn't work? Remember that we can't see your screen, access your HDD, or read your mind - we only get exactly what you type to work with, and that there are probably thousands of different ways you could be trying to do this! Please, stop trying to type as little as possible and provide information - help us to help you!

        Sent from my Amstrad PC 1640 Never throw anything away, Griff Bad command or file name. Bad, bad command! Sit! Stay! Staaaay... AntiTwitter: @DalekDave is now a follower!

        N Offline
        N Offline
        Nelek
        wrote on last edited by
        #3

        OriginalGriff wrote:

        How do you expect us to be able to help you when we have no idea what you project does, how it does it, or even what it does when it doesn't work?

        As it looks... neither has he ;) :rolleyes: :laugh: :laugh:

        M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.

        1 Reply Last reply
        0
        • U User 14053794

          Hello guys ...(.wav) Format unCompressed Audio is Playing in My Project...but (.WAV) Format Compressed Audio is not Playing in My Project

          J Offline
          J Offline
          jschell
          wrote on last edited by
          #4

          As a suggestion - get a different library. Or if you wrote the code yourself then either implement the compressed spec or fix your code that is supposed to be doing that and is not.

          1 Reply Last reply
          0
          • U User 14053794

            Hello guys ...(.wav) Format unCompressed Audio is Playing in My Project...but (.WAV) Format Compressed Audio is not Playing in My Project

            M Offline
            M Offline
            mtoha
            wrote on last edited by
            #5

            Try to use different decoder. Maybe something like this :

            using (var file = new FileStream(oggFilename, FileMode.Open, FileAccess.Read))
            {
            var player = new SoundPlayer(new OggDecodeStream(file));
            player.PlaySync();
            }

            Hope this help.

            Regards Toha

            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