Searched refs:sox_effect_options (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | example3.c | 77 args[0] = (char *)in, assert(sox_effect_options(e, 1, args) == SOX_SUCCESS); in main() 82 args[0] = "10", assert(sox_effect_options(e, 1, args) == SOX_SUCCESS); in main() 88 assert(sox_effect_options(e, 0, NULL) == SOX_SUCCESS); in main() 95 assert(sox_effect_options(e, 0, NULL) == SOX_SUCCESS); in main() 101 args[0] = (char *)out, assert(sox_effect_options(e, 1, args) == SOX_SUCCESS); in main()
|
| H A D | example0.c | 61 args[0] = (char *)in, assert(sox_effect_options(e, 1, args) == SOX_SUCCESS); in main() 68 args[0] = "3dB", assert(sox_effect_options(e, 1, args) == SOX_SUCCESS); in main() 75 assert(sox_effect_options(e, 0, NULL) == SOX_SUCCESS); in main() 84 args[0] = (char *)out, assert(sox_effect_options(e, 1, args) == SOX_SUCCESS); in main()
|
| H A D | example6.c | 97 args[0] = (char *)in, assert(sox_effect_options(e, 1, args) == SOX_SUCCESS); in main() 103 assert(sox_effect_options(e, 0, NULL) == SOX_SUCCESS); in main() 110 assert(sox_effect_options(e, 0, NULL) == SOX_SUCCESS); in main() 116 args[0] = (char *)out, assert(sox_effect_options(e, 1, args) == SOX_SUCCESS); in main()
|
| H A D | example1.c | 139 assert(sox_effect_options(e, 1, vol) == SOX_SUCCESS); in main() 146 assert(sox_effect_options(e, 0, NULL) == SOX_SUCCESS); in main()
|
| H A D | libsox.sym | 59 sox_effect_options
|
| H A D | effects.c | 77 int sox_effect_options(sox_effect_t *effp, int argc, char * const argv[]) in sox_effect_options() function
|
| H A D | sox.h | 2040 sox_effect_options(
|
| H A D | sox.c | 699 if (sox_effect_options(effp, argc, argv) == SOX_EOF) in auto_effect() 1019 if (sox_effect_options(effp, user_effargs[current_eff_chain][i].argc, in create_user_effects()
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/ |
| H A D | ChangeLog | 400 o Use of sox_effect_options() is now mandatory when initialising an
|