<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to feature-requests</title><link>https://sourceforge.net/p/lame/feature-requests/</link><description>Recent changes to feature-requests</description><atom:link href="https://sourceforge.net/p/lame/feature-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 02 Jul 2024 09:54:15 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/lame/feature-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>#85 HDCD decoding support</title><link>https://sourceforge.net/p/lame/feature-requests/85/?limit=25#879d/3650</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;HDCD isn't an "audio format" as such; it's an encoding that's applied to PCM data, with in-band signalling used to indicate when the encoding is applied. Essentially it encodes the top and bottom 4dB of range using a logarithmic scale, increasing the apparent dynamic range to 20-bit but folding it into a 16-bit sample.&lt;/p&gt;
&lt;p&gt;Unfortunately there are very few players out there which can decode it. My old Arcam DV79 would, but only via the analogue out (the HDCD decoder needs to be in the DAC). There were a couple of AV receivers which would decode it via the SPDIF input and so would correctly decode a WAV or FLAC file being streamed to them, but the in-band signalling will not survive the MP3 encoding process (or AAC, OGG etc).&lt;/p&gt;
&lt;p&gt;Hence why I suggested the decoding should be incorporated into lame - given that MP3 encoding (or any other perceptual coding) destroys the in-band signalling, any HDCD decoding needs to be done ahead of the MP3 encoder. (Again, the same applies to other codecs such as AAC.)&lt;/p&gt;
&lt;p&gt;I wasn't aware that lame used libsndfile? Certainly when I've tried passing a FLAC file to it as input it's complained with an "unsupported input format" error; I've always had to pipe the output of the FLAC decoder into lame when converting.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Glenn Richards</dc:creator><pubDate>Tue, 02 Jul 2024 09:54:15 -0000</pubDate><guid>https://sourceforge.net9df4dd6e1967fcc9ad47598405b01b93b632ad27</guid></item><item><title>#85 HDCD decoding support</title><link>https://sourceforge.net/p/lame/feature-requests/85/?limit=25#879d</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Currently lame provides native support for a bunch of uncompressed audio formats (WAV, AIFF, RAW...). External libmpg123 provides support for mpeg audio formats, and libsndfile does so for further compressed/uncompressed formats. Now, the best place for libhdcd inclusion would be the latter, so in a glance you will get hdcd format supported in a whole range of different applications (including lame). The devs are also quite reactive.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Elio Blanca</dc:creator><pubDate>Mon, 01 Jul 2024 15:53:44 -0000</pubDate><guid>https://sourceforge.net02a07e36a903581fb3f81d1a7ea6883490c35528</guid></item><item><title>HDCD decoding support</title><link>https://sourceforge.net/p/lame/feature-requests/85/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Now that the patents have expired on HDCD and an open-source decoder is available, is it possible to integrate HDCD detection and decoding (prior to MP3 encoding) into LAME? At present if you have an HDCD-encoded disc you have to rip to WAV, load into something like foobar2000 with the HDCD plug-in enabled and batch convert from there.&lt;/p&gt;
&lt;p&gt;Add to this that a lot of HDCD-encoded discs aren't actually marked as such and it becomes a challenge to know which discs need the workflow above, and which can just be ripped as standard with EAC / lame.&lt;/p&gt;
&lt;p&gt;It would be a huge benefit to merge the available open-source implementation of the HDCD encoder into lame to allow the decoding to happen as part of the standard workflow.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Glenn Richards</dc:creator><pubDate>Tue, 25 Jun 2024 08:56:35 -0000</pubDate><guid>https://sourceforge.net2cc8eac6c29998384199919931becba6b7103fe7</guid></item><item><title>#42 pkgconfig support for libmp3lame</title><link>https://sourceforge.net/p/lame/feature-requests/42/?limit=25#8479</link><description>&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; closed&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Group&lt;/strong&gt;:  --&amp;gt; Compatibility&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alexander Leidinger</dc:creator><pubDate>Tue, 21 Nov 2023 14:37:44 -0000</pubDate><guid>https://sourceforge.net5be92ad6ca5bef54ae2270852b5fda7880a4ad18</guid></item><item><title>#84 support for ID3v2.4 (UTF-8)</title><link>https://sourceforge.net/p/lame/feature-requests/84/?limit=25#799b</link><description>&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; closed&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;assigned_to&lt;/strong&gt;: Alexander Leidinger&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alexander Leidinger</dc:creator><pubDate>Tue, 21 Nov 2023 13:42:26 -0000</pubDate><guid>https://sourceforge.net83c35d13a28b4a7ae6f0b8a51e7bbfe6854cf029</guid></item><item><title>#84 support for ID3v2.4 (UTF-8)</title><link>https://sourceforge.net/p/lame/feature-requests/84/?limit=25#3407</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I have taken a stab at adding support for UTF-8 ID3v2.4 tag and posted my patch here: &lt;a href="https://sourceforge.net/p/lame/patches/99/#aad8"&gt;https://sourceforge.net/p/lame/patches/99/#aad8&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">kris</dc:creator><pubDate>Thu, 12 Oct 2023 12:06:03 -0000</pubDate><guid>https://sourceforge.net11e9201fdc97c20ec2f0dbc4d775556a642e008e</guid></item><item><title>#84 support for ID3v2.4 (UTF-8)</title><link>https://sourceforge.net/p/lame/feature-requests/84/?limit=25#f313</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I, too, would be interested in this happening.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David M. Cotter</dc:creator><pubDate>Mon, 27 Mar 2023 16:49:39 -0000</pubDate><guid>https://sourceforge.netc4c6170b08665500960c831d33afc0d59a8ef74c</guid></item><item><title>support for ID3v2.4 (UTF-8)</title><link>https://sourceforge.net/p/lame/feature-requests/84/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It would be really great if LAME supported writing MP3 metadata as ID3v2.4 tags (with 0x03 prefix for UTF-8). Adoption of ID3v2.4 is growing (came out over 20 years ago!) and in general, UTF-8 is definitely the way forward.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">kris</dc:creator><pubDate>Tue, 21 Mar 2023 17:01:46 -0000</pubDate><guid>https://sourceforge.neta2a5e60a0ee4c1c9bd13489a7930aa8ecf504095</guid></item><item><title>support for ID3v2.4 (UTF-8)</title><link>https://sourceforge.net/p/lame/feature-requests/84/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Ticket 84 has been modified: support for ID3v2.4 (UTF-8)&lt;br/&gt;
Edited By: Alexander Leidinger (aleidinger)&lt;br/&gt;
Status updated: 'open' =&amp;gt; 'closed'&lt;br/&gt;
Owner updated: None =&amp;gt; 'aleidinger'&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">kris</dc:creator><pubDate>Tue, 21 Mar 2023 17:01:46 -0000</pubDate><guid>https://sourceforge.net3e5279ed740fbdde5fde49bbf96aa18ff686d18b</guid></item><item><title>#42 pkgconfig support for libmp3lame</title><link>https://sourceforge.net/p/lame/feature-requests/42/?limit=25#d379</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Debian now patches this into their packages:&lt;br/&gt;
&lt;a href="https://salsa.debian.org/multimedia-team/lame/-/blob/master/debian/patches/pkg-config.patch" rel="nofollow"&gt;https://salsa.debian.org/multimedia-team/lame/-/blob/master/debian/patches/pkg-config.patch&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Fabian Greffrath</dc:creator><pubDate>Wed, 28 Sep 2022 06:14:01 -0000</pubDate><guid>https://sourceforge.neta1ed6eaa3b4e3a1f98771c3af17793ebebc01868</guid></item></channel></rss>