From d2efaf7bc5c664b73e0dae02a32fb3ee6af051a0 Mon Sep 17 00:00:00 2001 From: KimJeongYeon Date: Mon, 7 Sep 2015 11:26:33 +0900 Subject: [PATCH] audio-io guide fixed example name of target Signed-off-by: KimJeongYeon Change-Id: I0adcfa09f49b4bdac6e83f83f33e581dbdadceec --- org.tizen.guides/html/native/multimedia/audio_io_n.htm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org.tizen.guides/html/native/multimedia/audio_io_n.htm b/org.tizen.guides/html/native/multimedia/audio_io_n.htm index 5b19ce7..b32d03f 100644 --- a/org.tizen.guides/html/native/multimedia/audio_io_n.htm +++ b/org.tizen.guides/html/native/multimedia/audio_io_n.htm @@ -115,7 +115,7 @@
  • Use device-preferred PCM format.
      -
    • To reduce the processing overhead, use the target device-preferred PCM format (for example, use 16-bit little endian, 44.1 kHz, stereo for Wave and Wave M).

    • +
    • To reduce overhead of processing inside, use the target device-preferred PCM format (for example, signed 16-bit little endian, stereo, 44100 Hz).

    • Using the preferred format reduces internal operations, such as converting audio samples from mono to stereo or re-sampling audio frequency to fit the target device's input sample rate.

  • Do not call the Audio Output functions too frequently. @@ -156,4 +156,4 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga - \ No newline at end of file + -- 2.7.4