[Touch-packages] [Bug 1923841] Re: [SRU] Increase recording quality

2022-09-02 Thread Timo Aaltonen
** Changed in: hwe-next
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-utils in Ubuntu.
https://bugs.launchpad.net/bugs/1923841

Title:
  [SRU] Increase recording quality

Status in HWE Next:
  Fix Released
Status in alsa-utils package in Ubuntu:
  Fix Released
Status in alsa-utils source package in Focal:
  Fix Released

Bug description:
  [Impact]
  Audio gets recorded by "arecord" has really bad sound quality when the volume 
is low.

  [Fix]
  https://github.com/alsa-project/alsa-utils/pull/69
  Switch the default audio format from 8 bits to 16 bits if hardware supports 
it.

  [Test]
  1. Plug a microphone.
  2. Run `arecord | aplay` and say something to the microphone.
  3. Only noise can be heard.

  With the fix applied, the recording is clear.

  [Where problems could occur]
  If there's any hardware falsely advertised to support 16 bits, this change 
will break them.
  However, this is effectively using `arecord -f cd` or `arecord -f cdr`, so 
that's not likely.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1923841/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1923841] Re: [SRU] Increase recording quality

2021-05-07 Thread Launchpad Bug Tracker
This bug was fixed in the package alsa-utils - 1.2.2-1ubuntu2.1

---
alsa-utils (1.2.2-1ubuntu2.1) focal; urgency=medium

  * d/p/0013-aplay-try-to-use-16-bit-format-to-increase-capture-q.patch
- aplay: try to use 16-bit format to increase capture quality
(LP: #1923841)

 -- Kai-Heng Feng   Wed, 14 Apr 2021
21:38:30 +0800

** Changed in: alsa-utils (Ubuntu Focal)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-utils in Ubuntu.
https://bugs.launchpad.net/bugs/1923841

Title:
  [SRU] Increase recording quality

Status in HWE Next:
  New
Status in alsa-utils package in Ubuntu:
  Fix Released
Status in alsa-utils source package in Focal:
  Fix Released

Bug description:
  [Impact]
  Audio gets recorded by "arecord" has really bad sound quality when the volume 
is low.

  [Fix]
  https://github.com/alsa-project/alsa-utils/pull/69
  Switch the default audio format from 8 bits to 16 bits if hardware supports 
it.

  [Test]
  1. Plug a microphone.
  2. Run `arecord | aplay` and say something to the microphone.
  3. Only noise can be heard.

  With the fix applied, the recording is clear.

  [Where problems could occur]
  If there's any hardware falsely advertised to support 16 bits, this change 
will break them.
  However, this is effectively using `arecord -f cd` or `arecord -f cdr`, so 
that's not likely.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1923841/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1923841] Re: [SRU] Increase recording quality

2021-04-27 Thread Kai-Heng Feng
The arecord defaults to use 8 bits for recording.

Enable -proposed and update, arecord now defaults to 16 bits and the
audio being recorded becomes much clearer.

** Tags removed: verification-needed-focal
** Tags added: verification-done-focal

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-utils in Ubuntu.
https://bugs.launchpad.net/bugs/1923841

Title:
  [SRU] Increase recording quality

Status in HWE Next:
  New
Status in alsa-utils package in Ubuntu:
  Fix Released
Status in alsa-utils source package in Focal:
  Fix Committed

Bug description:
  [Impact]
  Audio gets recorded by "arecord" has really bad sound quality when the volume 
is low.

  [Fix]
  https://github.com/alsa-project/alsa-utils/pull/69
  Switch the default audio format from 8 bits to 16 bits if hardware supports 
it.

  [Test]
  1. Plug a microphone.
  2. Run `arecord | aplay` and say something to the microphone.
  3. Only noise can be heard.

  With the fix applied, the recording is clear.

  [Where problems could occur]
  If there's any hardware falsely advertised to support 16 bits, this change 
will break them.
  However, this is effectively using `arecord -f cd` or `arecord -f cdr`, so 
that's not likely.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1923841/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1923841] Re: [SRU] Increase recording quality

2021-04-26 Thread Timo Aaltonen
Hello Kai-Heng, or anyone else affected,

Accepted alsa-utils into focal-proposed. The package will build now and
be available at https://launchpad.net/ubuntu/+source/alsa-
utils/1.2.2-1ubuntu2.1 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
focal to verification-done-focal. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-focal. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: alsa-utils (Ubuntu Focal)
   Status: New => Fix Committed

** Tags added: verification-needed verification-needed-focal

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-utils in Ubuntu.
https://bugs.launchpad.net/bugs/1923841

Title:
  [SRU] Increase recording quality

Status in HWE Next:
  New
Status in alsa-utils package in Ubuntu:
  Fix Released
Status in alsa-utils source package in Focal:
  Fix Committed

Bug description:
  [Impact]
  Audio gets recorded by "arecord" has really bad sound quality when the volume 
is low.

  [Fix]
  https://github.com/alsa-project/alsa-utils/pull/69
  Switch the default audio format from 8 bits to 16 bits if hardware supports 
it.

  [Test]
  1. Plug a microphone.
  2. Run `arecord | aplay` and say something to the microphone.
  3. Only noise can be heard.

  With the fix applied, the recording is clear.

  [Where problems could occur]
  If there's any hardware falsely advertised to support 16 bits, this change 
will break them.
  However, this is effectively using `arecord -f cd` or `arecord -f cdr`, so 
that's not likely.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1923841/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1923841] Re: [SRU] Increase recording quality

2021-04-15 Thread Launchpad Bug Tracker
This bug was fixed in the package alsa-utils - 1.2.4-1ubuntu3

---
alsa-utils (1.2.4-1ubuntu3) hirsute; urgency=medium

  * d/p/0013-aplay-try-to-use-16-bit-format-to-increase-capture-q.patch
- aplay: try to use 16-bit format to increase capture quality
(LP: #1923841)

 -- Kai-Heng Feng   Wed, 14 Apr 2021
16:27:22 +0800

** Changed in: alsa-utils (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-utils in Ubuntu.
https://bugs.launchpad.net/bugs/1923841

Title:
  [SRU] Increase recording quality

Status in HWE Next:
  New
Status in alsa-utils package in Ubuntu:
  Fix Released

Bug description:
  [Impact]
  Audio gets recorded by "arecord" has really bad sound quality when the volume 
is low.

  [Fix]
  https://github.com/alsa-project/alsa-utils/pull/69
  Switch the default audio format from 8 bits to 16 bits if hardware supports 
it.

  [Test]
  1. Plug a microphone.
  2. Run `arecord | aplay` and say something to the microphone.
  3. Only noise can be heard.

  With the fix applied, the recording is clear.

  [Where problems could occur]
  If there's any hardware falsely advertised to support 16 bits, this change 
will break them.
  However, this is effectively using `arecord -f cd` or `arecord -f cdr`, so 
that's not likely.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1923841/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1923841] Re: [SRU] Increase recording quality

2021-04-15 Thread Kai-Heng Feng
Yes we can skip groovy. Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-utils in Ubuntu.
https://bugs.launchpad.net/bugs/1923841

Title:
  [SRU] Increase recording quality

Status in HWE Next:
  New
Status in alsa-utils package in Ubuntu:
  Fix Committed

Bug description:
  [Impact]
  Audio gets recorded by "arecord" has really bad sound quality when the volume 
is low.

  [Fix]
  https://github.com/alsa-project/alsa-utils/pull/69
  Switch the default audio format from 8 bits to 16 bits if hardware supports 
it.

  [Test]
  1. Plug a microphone.
  2. Run `arecord | aplay` and say something to the microphone.
  3. Only noise can be heard.

  With the fix applied, the recording is clear.

  [Where problems could occur]
  If there's any hardware falsely advertised to support 16 bits, this change 
will break them.
  However, this is effectively using `arecord -f cd` or `arecord -f cdr`, so 
that's not likely.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1923841/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1923841] Re: [SRU] Increase recording quality

2021-04-15 Thread Sebastien Bacher
Thanks, I've uploaded to focal and hirsute. Do you care about 20.10 at
this point? It feels like we could probably skip this one to spare some
verification work since it's about to be replaced by a new stable and
isn't a LTS

** Changed in: alsa-utils (Ubuntu)
   Importance: Undecided => Low

** Changed in: alsa-utils (Ubuntu)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-utils in Ubuntu.
https://bugs.launchpad.net/bugs/1923841

Title:
  [SRU] Increase recording quality

Status in HWE Next:
  New
Status in alsa-utils package in Ubuntu:
  Fix Committed

Bug description:
  [Impact]
  Audio gets recorded by "arecord" has really bad sound quality when the volume 
is low.

  [Fix]
  https://github.com/alsa-project/alsa-utils/pull/69
  Switch the default audio format from 8 bits to 16 bits if hardware supports 
it.

  [Test]
  1. Plug a microphone.
  2. Run `arecord | aplay` and say something to the microphone.
  3. Only noise can be heard.

  With the fix applied, the recording is clear.

  [Where problems could occur]
  If there's any hardware falsely advertised to support 16 bits, this change 
will break them.
  However, this is effectively using `arecord -f cd` or `arecord -f cdr`, so 
that's not likely.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1923841/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1923841] Re: [SRU] Increase recording quality

2021-04-14 Thread Ubuntu Foundations Team Bug Bot
The attachment "alsa-utils_1.2.4-1ubuntu3.debdiff" seems to be a
debdiff.  The ubuntu-sponsors team has been subscribed to the bug report
so that they can review and hopefully sponsor the debdiff.  If the
attachment isn't a patch, please remove the "patch" flag from the
attachment, remove the "patch" tag, and if you are member of the
~ubuntu-sponsors, unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issue please contact him.]

** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-utils in Ubuntu.
https://bugs.launchpad.net/bugs/1923841

Title:
  [SRU] Increase recording quality

Status in HWE Next:
  New
Status in alsa-utils package in Ubuntu:
  New

Bug description:
  [Impact]
  Audio gets recorded by "arecord" has really bad sound quality when the volume 
is low.

  [Fix]
  https://github.com/alsa-project/alsa-utils/pull/69
  Switch the default audio format from 8 bits to 16 bits if hardware supports 
it.

  [Test]
  1. Plug a microphone.
  2. Run `arecord | aplay` and say something to the microphone.
  3. Only noise can be heard.

  With the fix applied, the recording is clear.

  [Where problems could occur]
  If there's any hardware falsely advertised to support 16 bits, this change 
will break them.
  However, this is effectively using `arecord -f cd` or `arecord -f cdr`, so 
that's not likely.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1923841/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1923841] Re: [SRU] Increase recording quality

2021-04-14 Thread Kai-Heng Feng
debdiff for Focal

** Patch added: "alsa-utils_1.2.2-1ubuntu2.1.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/1923841/+attachment/5487832/+files/alsa-utils_1.2.2-1ubuntu2.1.debdiff

** Tags added: oem-priority originate-from-1868034 sutton

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-utils in Ubuntu.
https://bugs.launchpad.net/bugs/1923841

Title:
  [SRU] Increase recording quality

Status in HWE Next:
  New
Status in alsa-utils package in Ubuntu:
  New

Bug description:
  [Impact]
  Audio gets recorded by "arecord" has really bad sound quality when the volume 
is low.

  [Fix]
  https://github.com/alsa-project/alsa-utils/pull/69
  Switch the default audio format from 8 bits to 16 bits if hardware supports 
it.

  [Test]
  1. Plug a microphone.
  2. Run `arecord | aplay` and say something to the microphone.
  3. Only noise can be heard.

  With the fix applied, the recording is clear.

  [Where problems could occur]
  If there's any hardware falsely advertised to support 16 bits, this change 
will break them.
  However, this is effectively using `arecord -f cd` or `arecord -f cdr`, so 
that's not likely.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1923841/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1923841] Re: [SRU] Increase recording quality

2021-04-14 Thread Kai-Heng Feng
debdiff for Groovy

** Patch added: "alsa-utils_1.2.3-1ubuntu1.1.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/1923841/+attachment/5487831/+files/alsa-utils_1.2.3-1ubuntu1.1.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-utils in Ubuntu.
https://bugs.launchpad.net/bugs/1923841

Title:
  [SRU] Increase recording quality

Status in HWE Next:
  New
Status in alsa-utils package in Ubuntu:
  New

Bug description:
  [Impact]
  Audio gets recorded by "arecord" has really bad sound quality when the volume 
is low.

  [Fix]
  https://github.com/alsa-project/alsa-utils/pull/69
  Switch the default audio format from 8 bits to 16 bits if hardware supports 
it.

  [Test]
  1. Plug a microphone.
  2. Run `arecord | aplay` and say something to the microphone.
  3. Only noise can be heard.

  With the fix applied, the recording is clear.

  [Where problems could occur]
  If there's any hardware falsely advertised to support 16 bits, this change 
will break them.
  However, this is effectively using `arecord -f cd` or `arecord -f cdr`, so 
that's not likely.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1923841/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1923841] Re: [SRU] Increase recording quality

2021-04-14 Thread Kai-Heng Feng
debdiff for Hirsute

** Patch added: "alsa-utils_1.2.4-1ubuntu3.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/1923841/+attachment/5487830/+files/alsa-utils_1.2.4-1ubuntu3.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-utils in Ubuntu.
https://bugs.launchpad.net/bugs/1923841

Title:
  [SRU] Increase recording quality

Status in HWE Next:
  New
Status in alsa-utils package in Ubuntu:
  New

Bug description:
  [Impact]
  Audio gets recorded by "arecord" has really bad sound quality when the volume 
is low.

  [Fix]
  https://github.com/alsa-project/alsa-utils/pull/69
  Switch the default audio format from 8 bits to 16 bits if hardware supports 
it.

  [Test]
  1. Plug a microphone.
  2. Run `arecord | aplay` and say something to the microphone.
  3. Only noise can be heard.

  With the fix applied, the recording is clear.

  [Where problems could occur]
  If there's any hardware falsely advertised to support 16 bits, this change 
will break them.
  However, this is effectively using `arecord -f cd` or `arecord -f cdr`, so 
that's not likely.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1923841/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp