Closed Bug 679261 Opened 13 years ago Closed 13 years ago

sa_stream_get_min_write returns frames but caller expects samples

Categories

(Core :: Audio/Video, defect)

x86_64
Linux
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla9

People

(Reporter: kinetik, Assigned: kinetik)

Details

(Whiteboard: [inbound])

Attachments

(1 file, 1 obsolete file)

sa_stream_get_min_write returns the result of snd_pcm_sw_params_get_start_threshold, which is reported in frames.  nsAudioStream::GetMinWriteSamples and its callers expect the result in samples.

The rest of sydneyaudio's API actually works in bytes, so to fix this sa_stream_get_min_write will be modified to report the result in bytes, and nsAudioStream can then convert that to a sample count.
Attached patch patch v0 (obsolete) — Splinter Review
Assignee: nobody → kinetik
Status: NEW → ASSIGNED
Attachment #553358 - Flags: review?(chris)
Attached patch patch v0.1Splinter Review
Forgot to qref part of the patch.
Attachment #553358 - Attachment is obsolete: true
Attachment #553358 - Flags: review?(chris)
Attachment #553359 - Flags: review?(chris)
Attachment #553359 - Flags: review?(chris) → review+
http://hg.mozilla.org/mozilla-central/rev/5a4ca4d59be4
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla9
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: