All,
One of my customers is porting their application from the DM6467 to the DM365 and experiencing audio cut out while using the OSS driver. Please see audio configurations as below.
Is there an explanation as to why the write() on the DM365 does not take roughly the same amount of time as the DM6467? There should be enough CPU cycles to where the processor should not be too busy to service writes. Can you please help with this?
Sample rate - 44100 ; Output Data size – 4096bytes ; Channel - 2 Time (in microseconds) taken by write() call on DM6467 and DM365 for same stream is given in below table where each row is a call to write().
DM6467 |
DM365 |
17063 | 45827 |
17065 | 213 |
34535 | 45689 |
17122 | 219 |
17045 | 45556 |
34321 | 245 |
17129 | 45848 |