Question regarding Hydra Sound Driver
 Oldbitcollector (Jeff)            
            
                Posts: 8,091
Oldbitcollector (Jeff)            
            
                Posts: 8,091            
            
                    I'm looking at the idea of using the SD code to read/send data to the PCM sound driver that comes with the Hydra book/Cd 'NS_sound_drv_050_22khz_16bit'   The idea is to read the BYTE data from a file on the flash, streaming it into the PCM driver allowing "almost" unlimited file size and feeding it byte by byte into the driver.
Question: What is the format of the converted data from XGSBMP? Does a single byte contain enough information about a single tone to allow the PCM driver to generate the frequency/duration of a single tone?
(Yes, I know that my samples will be 1000x larger than the games.... [noparse]:)[/noparse] )
Oldbitcollector
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
The comments and code above are proof that a million monkeys with a million propeller chips *could* write Shakespeare!
                            Question: What is the format of the converted data from XGSBMP? Does a single byte contain enough information about a single tone to allow the PCM driver to generate the frequency/duration of a single tone?
(Yes, I know that my samples will be 1000x larger than the games.... [noparse]:)[/noparse] )
Oldbitcollector
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
The comments and code above are proof that a million monkeys with a million propeller chips *could* write Shakespeare!

 
                            
Comments
Oldbitcollector
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
The comments and code above are proof that a million monkeys with a million propeller chips *could* write Shakespeare!
Andre'