Macros | Functions
pvrecorder/src/miniaudio/tools/audioconverter/audioconverter.c File Reference
#include "../../extras/stb_vorbis.c"
#include "../../miniaudio.h"
#include <stdio.h>
Include dependency graph for pvrecorder/src/miniaudio/tools/audioconverter/audioconverter.c:

Go to the source code of this file.

Macros

#define _CRT_SECURE_NO_WARNINGS   /* For stb_vorbis' usage of fopen() instead of fopen_s(). */
 
#define MA_NO_DEVICE_IO
 
#define MA_NO_THREADING
 
#define MINIAUDIO_IMPLEMENTATION
 
#define STB_VORBIS_HEADER_ONLY
 

Functions

ma_result do_conversion (ma_decoder *pDecoder, ma_encoder *pEncoder)
 
ma_bool32 is_number (const char *str)
 
int main (int argc, char **argv)
 
void print_usage ()
 
ma_bool32 try_parse_channels (const char *str, ma_uint32 *pValue)
 
ma_bool32 try_parse_format (const char *str, ma_format *pValue)
 
ma_bool32 try_parse_resample_algorithm (const char *str, ma_resample_algorithm *pValue)
 
ma_bool32 try_parse_sample_rate (const char *str, ma_uint32 *pValue)
 
ma_bool32 try_parse_uint32_in_range (const char *str, ma_uint32 *pValue, ma_uint32 lo, ma_uint32 hi)
 

Macro Definition Documentation

◆ _CRT_SECURE_NO_WARNINGS

#define _CRT_SECURE_NO_WARNINGS   /* For stb_vorbis' usage of fopen() instead of fopen_s(). */

◆ MA_NO_DEVICE_IO

#define MA_NO_DEVICE_IO

◆ MA_NO_THREADING

#define MA_NO_THREADING

◆ MINIAUDIO_IMPLEMENTATION

#define MINIAUDIO_IMPLEMENTATION

◆ STB_VORBIS_HEADER_ONLY

#define STB_VORBIS_HEADER_ONLY

Function Documentation

◆ do_conversion()

ma_result do_conversion ( ma_decoder pDecoder,
ma_encoder pEncoder 
)

◆ is_number()

ma_bool32 is_number ( const char *  str)

◆ main()

int main ( int  argc,
char **  argv 
)

◆ print_usage()

void print_usage ( )

◆ try_parse_channels()

ma_bool32 try_parse_channels ( const char *  str,
ma_uint32 pValue 
)

◆ try_parse_format()

ma_bool32 try_parse_format ( const char *  str,
ma_format pValue 
)

◆ try_parse_resample_algorithm()

ma_bool32 try_parse_resample_algorithm ( const char *  str,
ma_resample_algorithm pValue 
)

◆ try_parse_sample_rate()

ma_bool32 try_parse_sample_rate ( const char *  str,
ma_uint32 pValue 
)

◆ try_parse_uint32_in_range()

ma_bool32 try_parse_uint32_in_range ( const char *  str,
ma_uint32 pValue,
ma_uint32  lo,
ma_uint32  hi 
)


picovoice_driver
Author(s):
autogenerated on Fri Apr 1 2022 02:14:55