Groups | Search | Server Info | Keyboard shortcuts | Login | Register
Groups > comp.programming > #16567
| X-Received | by 2002:a37:5ac1:0:b0:762:4a12:b014 with SMTP id o184-20020a375ac1000000b007624a12b014mr19154qkb.7.1690142519321; Sun, 23 Jul 2023 13:01:59 -0700 (PDT) |
|---|---|
| X-Received | by 2002:a9d:750f:0:b0:6b9:6ef7:72f3 with SMTP id r15-20020a9d750f000000b006b96ef772f3mr5339993otk.0.1690142519035; Sun, 23 Jul 2023 13:01:59 -0700 (PDT) |
| Path | csiph.com!tncsrv06.tnetconsulting.net!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail |
| Newsgroups | comp.programming |
| Date | Sun, 23 Jul 2023 13:01:58 -0700 (PDT) |
| Injection-Info | google-groups.googlegroups.com; posting-host=2a00:23a8:400a:5601:b1e1:e90c:9773:eb0c; posting-account=Dz2zqgkAAADlK5MFu78bw3ab-BRFV4Qn |
| NNTP-Posting-Host | 2a00:23a8:400a:5601:b1e1:e90c:9773:eb0c |
| User-Agent | G2/1.0 |
| MIME-Version | 1.0 |
| Message-ID | <1a7c269f-b62f-417c-b645-e588f54b38fdn@googlegroups.com> (permalink) |
| Subject | MP3 encoder integration |
| From | Malcolm McLean <malcolm.arthur.mclean@gmail.com> |
| Injection-Date | Sun, 23 Jul 2023 20:01:59 +0000 |
| Content-Type | text/plain; charset="UTF-8" |
| X-Received-Bytes | 1620 |
| Xref | csiph.com comp.programming:16567 |
Show key headers only | View raw
I recently added audio file support to the Baby X resource compiler. I found a simple MP3 decoder from a third party (Fabrice Bellard of tcc fame), so you can rip MP3 files and store the PCM samples in your prpgram. But an MP3 encoder is a different proposition. The standard one is LAME, but it's a huge project. I concluded that trying to integrate it with the Baby X resource compiler would cause too many problems. But I'm open to persuasion if people think there is route to doing it. The Baby X resource compiler is here https://github.com/MalcolmMcLean/babyxrc
Back to comp.programming | Previous | Next | Find similar
MP3 encoder integration Malcolm McLean <malcolm.arthur.mclean@gmail.com> - 2023-07-23 13:01 -0700
csiph-web