Groups | Search | Server Info | Keyboard shortcuts | Login | Register
Groups > comp.programming > #16567
| Newsgroups | comp.programming |
|---|---|
| Date | 2023-07-23 13:01 -0700 |
| Message-ID | <1a7c269f-b62f-417c-b645-e588f54b38fdn@googlegroups.com> (permalink) |
| Subject | MP3 encoder integration |
| From | Malcolm McLean <malcolm.arthur.mclean@gmail.com> |
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