<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=6735&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Resampling and the Gibbs phenomenon with Audacity]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=6735</link>
		<description><![CDATA[The most recent posts in Resampling and the Gibbs phenomenon with Audacity.]]></description>
		<lastBuildDate>Mon, 22 Jul 2024 09:09:20 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Resampling and the Gibbs phenomenon with Audacity]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=51285#p51285</link>
			<description><![CDATA[<div class="quotebox"><cite>aluma wrote:</cite><blockquote><div><p>I asked you to post information that I had repeatedly posted myself for my system.</p></div></blockquote></div><p>I hope that I am mistaken, but it looks like you are simulating &quot;problems with ALSA&quot;, in order to convince people to use pulseaudio.</p>]]></description>
			<author><![CDATA[dummy@example.com (igorzwx)]]></author>
			<pubDate>Mon, 22 Jul 2024 09:09:20 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=51285#p51285</guid>
		</item>
		<item>
			<title><![CDATA[Re: Resampling and the Gibbs phenomenon with Audacity]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=51282#p51282</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>If you do not believe my words, why should I believe yours?</p></div></blockquote></div><p>I asked you to post information that I had repeatedly posted myself for my system.<br />But I don’t care at all, I’ll leave it at that.</p>]]></description>
			<author><![CDATA[dummy@example.com (aluma)]]></author>
			<pubDate>Mon, 22 Jul 2024 07:25:06 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=51282#p51282</guid>
		</item>
		<item>
			<title><![CDATA[Re: Resampling and the Gibbs phenomenon with Audacity]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=51276#p51276</link>
			<description><![CDATA[<p>Firefox is playing video in youtube:</p><div class="codebox"><pre><code>$ firefox 2&gt;&amp;1
[Child 3342, MediaDecoderStateMachine #1] WARNING: 7fa31a74d4c0 Could not set cubeb stream name.: file ./dom/media/AudioStream.cpp:321
Input:  44100 Hz, 2 ch, &#039;s32_le&#039; (0xa): dummy = 0, period = 1764
Output: 48000 Hz, 2 ch, &#039;s16_le&#039; (0x2): dummy = 0, period = 1920
Rates:  44100 --&gt; 48000 (J: 0.00%, T: FFT, W: Vorbis)
Ok. </code></pre></div><p>FFT is the fftrate resampler. It is GPL3, the source code is here:<br />_https://github.com/PetrovSE/fftrate</p><div class="codebox"><pre><code>$ fuser -av $(find /dev/snd -type c 2&gt;/dev/null)
                     USER        PID ACCESS COMMAND
/dev/snd/controlC0:  igor       2229 F.... mate-settings-d
                     igor       2324 F.... mate-volume-con
/dev/snd/pcmC0D0c:
/dev/snd/pcmC0D0p:   igor       3175 F...m firefox-esr
/dev/snd/seq:
/dev/snd/timer:      igor       3175 f.... firefox-esr</code></pre></div><p>It works without apulse, and it works with apulse as well</p><div class="codebox"><pre><code>$ apulse firefox 2&gt;&amp;1
Input:  48000 Hz, 2 ch, &#039;s32_le&#039; (0xa): dummy = 0, period = 1920
Output: 48000 Hz, 2 ch, &#039;s16_le&#039; (0x2): dummy = 0, period = 1920
Rates:  48000 --&gt; 48000 (J: 0.00%, T: None, W: Planar)
Ok. </code></pre></div><p>Notice that the resampler is not active (T: None).<br />It seems that it makes sense to run browsers with apulse.<br />It helps to improve sound quality with Min, Brave, Chromium and Chrome.<br />It might be a bug in ALSA backend.</p><p>The same video with Chromium:</p><div class="codebox"><pre><code>$ apulse chromium 2&gt;&amp;1
Input:  44100 Hz, 2 ch, &#039;s32_le&#039; (0xa): dummy = 0, period = 1764
Output: 48000 Hz, 2 ch, &#039;s16_le&#039; (0x2): dummy = 0, period = 1920
Rates:  44100 --&gt; 48000 (J: 0.00%, T: FFT, W: Vorbis)
Ok. </code></pre></div><div class="codebox"><pre><code>$ fuser -av $(find /dev/snd -type c 2&gt;/dev/null)
                     USER        PID ACCESS COMMAND
/dev/snd/controlC0:  igor       2229 F.... mate-settings-d
                     igor       2324 F.... mate-volume-con
/dev/snd/pcmC0D0c:
/dev/snd/pcmC0D0p:   igor       7968 F...m firefox-esr
                     igor       8428 F...m chromium
/dev/snd/seq:
/dev/snd/timer:      igor       7968 f.... firefox-esr
                     igor       8428 f.... chromium </code></pre></div><p>If you do not believe my words, why should I believe yours?<br />It might be very difficult to believe that you really want to configure ALSA.</p>]]></description>
			<author><![CDATA[dummy@example.com (igorzwx)]]></author>
			<pubDate>Sun, 21 Jul 2024 19:34:02 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=51276#p51276</guid>
		</item>
		<item>
			<title><![CDATA[Re: Resampling and the Gibbs phenomenon with Audacity]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=51275#p51275</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>I also do not have sound devices defined in the Firefox settings (about:support).<br />And, nevertheless, sound works with &quot;pure alsa&quot;.</p></div></blockquote></div><p>These are again just words. Screenshot, as in my thread at the link above, details (output of the corresponding bash commands) of the operating system in the studio.</p>]]></description>
			<author><![CDATA[dummy@example.com (aluma)]]></author>
			<pubDate>Sun, 21 Jul 2024 17:37:11 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=51275#p51275</guid>
		</item>
		<item>
			<title><![CDATA[Re: Resampling and the Gibbs phenomenon with Audacity]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=51273#p51273</link>
			<description><![CDATA[<div class="quotebox"><cite>aluma wrote:</cite><blockquote><div><p>With pure alsa, the sound was everywhere, except for the browser, which “did not see” the sound system. Either pipewire or jack was required.</p></div></blockquote></div><p>If it works with pulseaudio, it does not mean that it cannot work with &quot;pure alsa&quot;.</p><p>But I can agree that it might be difficult to create a correct ~/.asoundrc<br />That is why, I am using arateconf.</p><div class="quotebox"><cite>aluma wrote:</cite><blockquote><div><p>There is no sound device defined in the FF Daedalus settings.</p></div></blockquote></div><p>I also do not have sound devices defined in the Firefox settings (about:support).<br />And, nevertheless, sound works with &quot;pure alsa&quot;.</p>]]></description>
			<author><![CDATA[dummy@example.com (igorzwx)]]></author>
			<pubDate>Sun, 21 Jul 2024 17:01:03 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=51273#p51273</guid>
		</item>
		<item>
			<title><![CDATA[Re: Resampling and the Gibbs phenomenon with Audacity]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=51272#p51272</link>
			<description><![CDATA[<p>My post #4</p><div class="quotebox"><blockquote><div><p>What our posts have in common is that they have nothing to do with this forum itself, the forum of the Devuan distribution, and your links and advice on proprietary formats and paid resamples in no way correspond to Freedom Hacks, as I understand it.</p></div></blockquote></div>]]></description>
			<author><![CDATA[dummy@example.com (aluma)]]></author>
			<pubDate>Sun, 21 Jul 2024 16:45:40 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=51272#p51272</guid>
		</item>
		<item>
			<title><![CDATA[Re: Resampling and the Gibbs phenomenon with Audacity]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=51271#p51271</link>
			<description><![CDATA[<p>Could some moderator please move this thread to Off-topic ? It has nothing to do with Devuan.</p>]]></description>
			<author><![CDATA[dummy@example.com (chris2be8)]]></author>
			<pubDate>Sun, 21 Jul 2024 16:16:36 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=51271#p51271</guid>
		</item>
		<item>
			<title><![CDATA[Re: Resampling and the Gibbs phenomenon with Audacity]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=51270#p51270</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>If you start a new topic, and I will try to help.</p></div></blockquote></div><p>Thank you very much, no help needed.</p><p><a href="https://dev1galaxy.org/viewtopic.php?id=6118" rel="nofollow">https://dev1galaxy.org/viewtopic.php?id=6118</a></p>]]></description>
			<author><![CDATA[dummy@example.com (aluma)]]></author>
			<pubDate>Sun, 21 Jul 2024 16:12:26 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=51270#p51270</guid>
		</item>
		<item>
			<title><![CDATA[Re: Resampling and the Gibbs phenomenon with Audacity]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=51261#p51261</link>
			<description><![CDATA[<p>On Devuan Daedalus 5.0, sound works in Firefox out of the box, after the removal of pulseaudio<br />_https://dev1galaxy.org/viewtopic.php?pid=49837#p49837</p><p>The problem might be that you want to use your Audigy2, and it is not the default device.<br />The simplest solution to such problems is to run </p><div class="codebox"><pre><code>arateconf</code></pre></div><p>and select Audigy2 as &quot;default device&quot;.<br />The manual is here:</p><p><strong>ALSA without PulseAudio and PipeWire</strong><br />_https://dev1galaxy.org/viewtopic.php?id=6644</p><p>If you start a new topic, and I will try to help.</p><p>NOTE: It is not necessary to remove PulseAudio. You can remove it later, when ALSA is configured and sound works with </p><div class="codebox"><pre><code>apulse firefox </code></pre></div><p>Some useful commands for testing ALSA, you may find here:<br />_https://dev1galaxy.org/viewtopic.php?pid=50114#p50114<br />_https://wiki.archlinux.org/title/Advanced_Linux_Sound_Architecture</p>]]></description>
			<author><![CDATA[dummy@example.com (igorzwx)]]></author>
			<pubDate>Sun, 21 Jul 2024 12:50:04 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=51261#p51261</guid>
		</item>
		<item>
			<title><![CDATA[Re: Resampling and the Gibbs phenomenon with Audacity]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=51260#p51260</link>
			<description><![CDATA[<p>What does bad manners have to do with it?<br />Look through the forum, I asked for advice about sound in Firefox. With pure alsa, the sound was everywhere, except for the browser, which “did not see” the sound system. Either pipewire or jack was required.<br />I have 5 different computers at home with the same Linux and DE and the sound settings are different for everyone.</p>]]></description>
			<author><![CDATA[dummy@example.com (aluma)]]></author>
			<pubDate>Sun, 21 Jul 2024 11:54:58 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=51260#p51260</guid>
		</item>
		<item>
			<title><![CDATA[Re: Resampling and the Gibbs phenomenon with Audacity]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=51259#p51259</link>
			<description><![CDATA[<p>Of course, it is very bad manners to remove pulseaudio or pipewire.<br />The good manners is to use pulseaudio, pipewire, or any other crap, because of loyalty to authorities.</p>]]></description>
			<author><![CDATA[dummy@example.com (igorzwx)]]></author>
			<pubDate>Sun, 21 Jul 2024 11:34:21 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=51259#p51259</guid>
		</item>
		<item>
			<title><![CDATA[Re: Resampling and the Gibbs phenomenon with Audacity]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=51258#p51258</link>
			<description><![CDATA[<p>Just words without any objective data, measurements, etc.<br />And about “pulseaudio and/or pipewire” - this is nonsense. Their necessity is determined by specific conditions, sound card, BIOS, etc.</p>]]></description>
			<author><![CDATA[dummy@example.com (aluma)]]></author>
			<pubDate>Sun, 21 Jul 2024 11:20:29 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=51258#p51258</guid>
		</item>
		<item>
			<title><![CDATA[Re: Resampling and the Gibbs phenomenon with Audacity]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=51257#p51257</link>
			<description><![CDATA[<p>Yes, I am using my method, and it works.<br />If the goal is to improve sound quality on your computer, you can simply remove pulseaudio and/or pipewire, install Petrov&#039;s fftrate plugin, and configure it for 32bit 192kHz (Intel HDA), or other HiRes format, if it is supported by your sound card. For USB headsets, you may try 16bit 48kHz.</p>]]></description>
			<author><![CDATA[dummy@example.com (igorzwx)]]></author>
			<pubDate>Sun, 21 Jul 2024 10:02:46 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=51257#p51257</guid>
		</item>
		<item>
			<title><![CDATA[Re: Resampling and the Gibbs phenomenon with Audacity]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=51253#p51253</link>
			<description><![CDATA[<p>Have you tried it yourself? <br />You won&#039;t improve anything and you won&#039;t hear any difference from resampling your favorite Petrov. <br />Empty chatter.</p>]]></description>
			<author><![CDATA[dummy@example.com (aluma)]]></author>
			<pubDate>Sun, 21 Jul 2024 08:14:32 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=51253#p51253</guid>
		</item>
		<item>
			<title><![CDATA[Re: Resampling and the Gibbs phenomenon with Audacity]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=51252#p51252</link>
			<description><![CDATA[<p>If the goal is to improve sound quality on your notebook, my method may work.</p><p>What is important is to prevent resampling and format conversion. <br />Otherwise, you may not know, what you are actually testing.</p>]]></description>
			<author><![CDATA[dummy@example.com (igorzwx)]]></author>
			<pubDate>Sun, 21 Jul 2024 08:03:38 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=51252#p51252</guid>
		</item>
	</channel>
</rss>
