Searched refs:sox_open_read (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | libsox.sym | 80 sox_open_read
|
| H A D | example5.c | 60 assert((in = sox_open_read(argv[1], NULL, NULL, NULL))); in main()
|
| H A D | example4.c | 54 check(input = sox_open_read(argv[i], NULL, NULL, NULL)); in main()
|
| H A D | example0.c | 46 assert((in = sox_open_read(argv[1], NULL, NULL, NULL))); in main()
|
| H A D | example2.c | 53 assert((in = sox_open_read(*argv, NULL, NULL, NULL))); in main()
|
| H A D | example6.c | 89 assert((in = sox_open_read(argv[1], NULL, NULL, NULL))); in main()
|
| H A D | example3.c | 68 assert((in = sox_open_read(argv[1], NULL, NULL, NULL))); in main()
|
| H A D | example1.c | 118 assert((in = sox_open_read(argv[1], NULL, NULL, NULL))); in main()
|
| H A D | sox.h | 1829 sox_open_read(
|
| H A D | formats.c | 634 sox_format_t * sox_open_read( in sox_open_read() function
|
| H A D | sox.c | 2672 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()
|