From 4d1972cc7f511e0657345cf78f2090c65fd24687 Mon Sep 17 00:00:00 2001 From: TravisCI-DocBuilder Date: Sun, 6 Dec 2015 10:41:19 +0000 Subject: [PATCH] Doc generated from commit e2037f579561bb781391c641e6a95f5b98eac62e --- functions_d.html | 2 +- functions_vars_d.html | 2 +- ndsp_8h_source.html | 10 +++++----- structtag__ndspWaveBuf.html | 8 ++++---- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/functions_d.html b/functions_d.html index 00adcc3..0886255 100644 --- a/functions_d.html +++ b/functions_d.html @@ -136,7 +136,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); : ndspWaveBuf
  • data_vaddr -: ndspWaveBuf +: ndspWaveBuf
  • dataOff : romfs_file diff --git a/functions_vars_d.html b/functions_vars_d.html index b8248b3..ff3be3c 100644 --- a/functions_vars_d.html +++ b/functions_vars_d.html @@ -136,7 +136,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); : ndspWaveBuf
  • data_vaddr -: ndspWaveBuf +: ndspWaveBuf
  • dataOff : romfs_file diff --git a/ndsp_8h_source.html b/ndsp_8h_source.html index 1311f35..cd29855 100644 --- a/ndsp_8h_source.html +++ b/ndsp_8h_source.html @@ -146,10 +146,10 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
    54 {
    55  union
    56  {
    -
    57  s8* data_pcm8; ///< Pointer to PCM8 sample data.
    -
    58  s16* data_pcm16; ///< Pointer to PCM16 sample data.
    -
    59  u8* data_adpcm; ///< Pointer to DSPADPCM sample data.
    -
    60  void* data_vaddr; ///< Data virtual address.
    +
    57  s8* data_pcm8; ///< Pointer to PCM8 sample data.
    +
    58  s16* data_pcm16; ///< Pointer to PCM16 sample data.
    +
    59  u8* data_adpcm; ///< Pointer to DSPADPCM sample data.
    +
    60  const void* data_vaddr; ///< Data virtual address.
    61  };
    62  u32 nsamples; ///< Total number of samples (PCM8=bytes, PCM16=halfwords, DSPADPCM=nibbles without frame headers)
    63  ndspAdpcmData* adpcm_data; ///< ADPCM data.
    @@ -321,6 +321,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
    u32 ndspGetFrameCount(void)
    Gets the total sound frame count.
    void ndspAuxSetEnable(int id, bool enable)
    Configures whether an auxiliary output is enabled.
    3D Surround sound
    Definition: ndsp.h:14
    +
    const void * data_vaddr
    Data virtual address.
    Definition: ndsp.h:60
    void ndspSetCapture(ndspWaveBuf *capture)
    Sets the wave buffer to capture audio to.
    Stereo sound.
    Definition: ndsp.h:13
    u8 status
    Queuing/playback status.
    Definition: ndsp.h:67
    @@ -346,7 +347,6 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
    ADPCM data.
    Definition: ndsp.h:33
    ?
    Definition: ndsp.h:27
    int16_t s16
    16-bit signed integer
    Definition: types.h:27
    -
    void * data_vaddr
    Data virtual address.
    Definition: ndsp.h:60