Displaying 1 result from an estimated 1 matches for "__different__".
2004 Oct 01
2
Newbie seeking directions
...file "guanine.ogg" should be used, and so
on...
Now, this is how the program could vocalize the sequence
"ATGCTTCTGGGCTTGCG":
0. Let the user define an output file (ogg file) where all the sounds
are sent to (say "gene.ogg");
1. Prepare all the sounds: for each __different__ monomer in the
polymer ('A', 'T', 'G', 'C'), read its corresponding ogg file
(adenine.ogg for 'A'... see above) and put the contents of that ogg
file into an allocated char * string in memory;
2. Now that all the monomers in the sequence have their...