Commit 7f9cd47
Benjamin Moody
wr_dat_file: support FLAC output formats.
Writing FLAC formats, like reading FLAC formats, is done using the
soundfile package, which is currently treated as an optional
dependency (since on some systems it requires an external copy of
libsndfile.)
This code performs, in effect, the inverse of _rd_compressed_file. As
with _rd_compressed_file, this has room to be optimized somewhat.1 parent 211329c commit 7f9cd47
1 file changed
Lines changed: 49 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2285 | 2285 | | |
2286 | 2286 | | |
2287 | 2287 | | |
| 2288 | + | |
| 2289 | + | |
2288 | 2290 | | |
2289 | 2291 | | |
2290 | 2292 | | |
| |||
2416 | 2418 | | |
2417 | 2419 | | |
2418 | 2420 | | |
| 2421 | + | |
| 2422 | + | |
| 2423 | + | |
| 2424 | + | |
| 2425 | + | |
| 2426 | + | |
| 2427 | + | |
| 2428 | + | |
| 2429 | + | |
| 2430 | + | |
| 2431 | + | |
| 2432 | + | |
| 2433 | + | |
| 2434 | + | |
| 2435 | + | |
| 2436 | + | |
| 2437 | + | |
| 2438 | + | |
| 2439 | + | |
| 2440 | + | |
| 2441 | + | |
| 2442 | + | |
| 2443 | + | |
| 2444 | + | |
| 2445 | + | |
| 2446 | + | |
| 2447 | + | |
| 2448 | + | |
| 2449 | + | |
| 2450 | + | |
| 2451 | + | |
| 2452 | + | |
| 2453 | + | |
| 2454 | + | |
| 2455 | + | |
| 2456 | + | |
| 2457 | + | |
| 2458 | + | |
| 2459 | + | |
| 2460 | + | |
| 2461 | + | |
| 2462 | + | |
| 2463 | + | |
| 2464 | + | |
2419 | 2465 | | |
2420 | 2466 | | |
2421 | | - | |
| 2467 | + | |
| 2468 | + | |
2422 | 2469 | | |
2423 | 2470 | | |
2424 | 2471 | | |
| |||
2433 | 2480 | | |
2434 | 2481 | | |
2435 | 2482 | | |
2436 | | - | |
| 2483 | + | |
2437 | 2484 | | |
2438 | 2485 | | |
2439 | 2486 | | |
| |||
0 commit comments