Tagged Questions
0
votes
2answers
90 views
Generate pseudo sample of population given probabilities
I would like to generate pseudo data that conforms to the distribution of actual sampled data. Looking for an efficient and accurate method in C/Obj-C for iphone development. Currently the occurrance ...
0
votes
1answer
443 views
What does sample rate mean in audio [closed]
see i have one audio track whose sample rate is 44100 then what does it mean ?
what is the duration of one frame of audio? How can i get it in c?
Does frame and sample both are different term for ...
1
vote
5answers
286 views
Side by side C, x86 programs
Is there anywhere I can find side-by-side examples of dead simple C and x86 programs? The examples I've found so far on the Internet seem to jump straight from "here's Hello World in x86" to "write ...
3
votes
5answers
3k views
Resampling a sound sample, what filter do I use?
I am trying to resample a signal (sound sample) from one sampling rate, to a higher sampling rate.
Unfortunately it needs some kind of filter, as some 'aliasing' appears to occur, and I'm not familiar ...
1
vote
1answer
371 views
Help locate C sample code to read lua command line arguments [closed]
I am looking for sample code in C which reads Lua command line arguments.
Any help?
4
votes
1answer
3k views
Sample C code for Canon EDSDK Liveview?
Is there anyone with a working piece of sample C code that implements LiveView using the Canon EDSDK? The sample code in the documentation looks great until you get to this bit:
//
// Display image ...
5
votes
3answers
1k views
How do I play a tone in Linux using C?
I'm trying to write a program to randomly generate music based on a simple set of rules. I would like the program to be able to generate its own sounds, as opposed to having a file with audio for each ...
6
votes
15answers
2k views
Real-life C application to show at introductory course
I am holding a course on the C programming language, and I want to show the students some real-life useful applications of C, to catch their interest. Usually all they see are boring programs, with no ...