Home
last modified time | relevance | path

Searched refs:sox_open_read (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dlibsox.sym80 sox_open_read
H A Dexample5.c60 assert((in = sox_open_read(argv[1], NULL, NULL, NULL))); in main()
H A Dexample4.c54 check(input = sox_open_read(argv[i], NULL, NULL, NULL)); in main()
H A Dexample0.c46 assert((in = sox_open_read(argv[1], NULL, NULL, NULL))); in main()
H A Dexample2.c53 assert((in = sox_open_read(*argv, NULL, NULL, NULL))); in main()
H A Dexample6.c89 assert((in = sox_open_read(argv[1], NULL, NULL, NULL))); in main()
H A Dexample3.c68 assert((in = sox_open_read(argv[1], NULL, NULL, NULL))); in main()
H A Dexample1.c118 assert((in = sox_open_read(argv[1], NULL, NULL, NULL))); in main()
H A Dsox.h1829 sox_open_read(
H A Dformats.c634 sox_format_t * sox_open_read( in sox_open_read() function
H A Dsox.c2672 sox_format_t * ft = sox_open_read(filename, NULL, NULL, NULL); in soxi1()
2924 files[j]->ft = sox_open_read(f->filename, &f->signal, &f->encoding, f->filetype); in main()