can anyone please tell me how does the "shuffle" or the "random" mode of the cd player works???
or name of any site where i could find relevant infor:?: mation......
can anyone please tell me how does the "shuffle" or the "random" mode of the cd player works???
or name of any site where i could find relevant infor:?: mation......
As asked about "shuffle" and after the pointers from and , here is a practical, testable explanation and a few engineering notes that are still true years later.
Try this quick experiment to see what a particular player actually does:
How implementations differ (concise):
Practical tips:
This keeps testing and design separate: observe what your player does first, then infer which implementation category fits.
Jump to Post— joshSCH 1,062huh? When you shuffle through songs? That is done through software (windows media player). I'm sure it's just a basic String array that is randomized..
huh? When you shuffle through songs? That is done through software (windows media player). I'm sure it's just a basic String array that is randomized..
so thats how the normal cd players (not media player) also work???
the microcontroller`s got this thing of random access???
yes. you are correct. actually it would be a pseudorandom number generation on the number of tracks
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.