Changes between Version 62 and Version 63 of FAQ
- Timestamp:
- Jan 6, 2009 3:58:25 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v62 v63 1029 1029 102400 .rdata 1030 1030 24576 .reloc 1031 1032 1033 1031 1034 1032 1035 … … 1380 1383 1. change audio frame time from 20ms to 10ms, i.e: {{{med_cfg.audio_frame_ptime = 10;}}} 1381 1384 1. in the {{{CPjAudioEngine::RecCb()}}} & {{{CPjAudioEngine::PlayCb()}}} of ''symbian_sound_aps.cpp'', change samples buffer size and its operations from 160 to 80. 1385 '''Update:''' 1386 The frame length variation issue is supposed to be fixed by ticket #680. 1382 1387 1383 1388 - There is '''no audio''', but there seems to be no audio error/problem shown in the log/console. We encounter this when the version of {{{APSServer2.sisx}}} installed on the device is different to the version of APS SDK used for building the application.