Home
last modified time | relevance | path

Searched refs:sox_open_write (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dlibsox.sym81 sox_open_write
H A Dexample5.c72 assert((out = sox_open_write(argv[2], &in->signal, NULL, NULL, NULL, NULL))); in main()
H A Dexample4.c65 check(output = sox_open_write(argv[argc - 1], in main()
H A Dexample0.c51 assert((out = sox_open_write(argv[2], &in->signal, NULL, NULL, NULL, NULL))); in main()
H A Dexample6.c90 assert((out = sox_open_write(argv[2], &out_signal, &out_encoding, NULL, NULL, NULL))); in main()
H A Dexample3.c70 assert((out= sox_open_write("default", &in->signal, NULL, "alsa", NULL, NULL))); in main()
H A Dexample1.c123 assert((out = sox_open_write(argv[2], &in->signal, NULL, NULL, NULL, NULL))); in main()
H A Dsox.h1887 sox_open_write(
H A Dformats.c995 sox_format_t * sox_open_write( in sox_open_write() function
H A Dsox.c1501 ofile->ft = sox_open_write(expand_fn, &ofile->signal, &ofile->encoding, in open_output_file()