User Profile

Collapse

Profile Sidebar

Collapse
bradirby
bradirby
Last Activity: Mar 21 '08, 05:41 PM
Joined: Oct 1 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • bradirby
    replied to Double method problem
    in .NET
    You need to put an identifier type in the Sub definition. The compiler doesn't konw what type of variable t is. Try this:

    public static void Sub( TimeSpan t)

    A couple more hints:

    C# is case sensitive - make sure variables are cased properly

    The variable you're assigning to goes on the left. The statement
    seconds = t.seconds;
    will copy the value out of t.seconds and...
    See more | Go to post

    Leave a comment:


  • bradirby
    started a topic Detect volume level in wav or mp3 file3
    in .NET

    Detect volume level in wav or mp3 file3

    I'm trying to retrieve the volume level from either a wave or an MP3 file, something that will give me the volume of each sample. Anybody kjnow where i can find something like this? I need iether source code or a component i can put in my own app, not a stand-alone utility.

    thanks,
    brad
    See more | Go to post
No activity results to display
Show More
Working...