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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. How can I do some audioprocessing while playing...

How can I do some audioprocessing while playing...

Scheduled Pinned Locked Moved C#
question
2 Posts 2 Posters 1 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.
  • C Offline
    C Offline
    ComCoderCsharp
    wrote on last edited by
    #1

    Hi Everyone I'm doing a program where I want to play an audio file. In the mean while I want to do some audio processing in the background which in my case is quite CPU demanding. My concern is that I want be able to play music simultaneously and have to wait for the processing... so I was thinking if someone has some suggestions on how this can be done :confused:... Thanks in advance Al

    L 1 Reply Last reply
    0
    • C ComCoderCsharp

      Hi Everyone I'm doing a program where I want to play an audio file. In the mean while I want to do some audio processing in the background which in my case is quite CPU demanding. My concern is that I want be able to play music simultaneously and have to wait for the processing... so I was thinking if someone has some suggestions on how this can be done :confused:... Thanks in advance Al

      L Offline
      L Offline
      Luc Pattyn
      wrote on last edited by
      #2

      Hi, have your calculations handled by a background thread running at a lower priority (Priority.BelowNormal). :)

      Luc Pattyn

      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