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...
User Profile
Collapse
-
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
No activity results to display
Show More
Leave a comment: