Change Audio defaults to 48000hz #47064

Closed
opened 2015-12-27 03:23:01 +01:00 by Aaron Carlisle · 13 comments
Member

Currently Blender uses 44100hz as its default sound output this creates some problems on some computers (See error message).

AL lib: (EE) UpdateDeviceParams: Failed to set 44100hz, got 48000hz instead

If 44100hz becomes the new default this removes the error message and clears things up for users. See #44416 #44334

Currently Blender uses 44100hz as its default sound output this creates some problems on some computers (See error message). `AL lib: (EE) UpdateDeviceParams: Failed to set 44100hz, got 48000hz instead` If 44100hz becomes the new default this removes the error message and clears things up for users. See #44416 #44334
Author
Member

Changed status to: 'Open'

Changed status to: 'Open'
Author
Member

Added subscribers: @Blendify, @neXyon

Added subscribers: @Blendify, @neXyon
Member

Added subscriber: @JulianEisel

Added subscriber: @JulianEisel
Member

Is this useful information for users at all? Seems it's more confusing/annoying than useful. So maybe only show this in debug mode?

Is this useful information for users at all? Seems it's more confusing/annoying than useful. So maybe only show this in debug mode?

Added subscriber: @brecht

Added subscriber: @brecht

Ideally all these audio settings in the user preferences would just be automatically set to the appropriate value depending on the sound output device and the input audio file. I imagine there are very few users who understand what these settings do.

I'm not sure if it's possible to automate this entirely in practice, but certainly users aren't typically interested in getting 44.1kHz or 48kHz output specifically, they just want a reasonable default and don't need to see this warning.

Ideally all these audio settings in the user preferences would just be automatically set to the appropriate value depending on the sound output device and the input audio file. I imagine there are very few users who understand what these settings do. I'm not sure if it's possible to automate this entirely in practice, but certainly users aren't typically interested in getting 44.1kHz or 48kHz output specifically, they just want a reasonable default and don't need to see this warning.

This issue was referenced by fcc68a02e9

This issue was referenced by fcc68a02e9a315fad0e1ff0df1bb3e35f1a65fe4
Member

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
Member

Just to clarify: this message is printed by OpenAL soft and cannot be suppressed in the blender code. I think switching to 48 kHz as a default is the best solution and that's what the committed fix does. I was worried if we get the opposite error message now, with hardware only supporting 44.1 and not 48 kHz, but according to - [x] this does not seem to be the case. In any case 48 kHz seems to be the superior default when I looked up the alternatives [2].

Just to clarify: this message is printed by OpenAL soft and cannot be suppressed in the blender code. I think switching to 48 kHz as a default is the best solution and that's what the committed fix does. I was worried if we get the opposite error message now, with hardware only supporting 44.1 and not 48 kHz, but according to - [x] this does not seem to be the case. In any case 48 kHz seems to be the superior default when I looked up the alternatives [2]. - [x] https://en.wikipedia.org/wiki/44,100_Hz#Status - [x] https://en.wikipedia.org/wiki/Sampling_%28signal_processing%29#Sampling_rate

Added subscriber: @Chuppix

Added subscriber: @Chuppix

how do i change it?

how do i change it?
Member

The default has been changed in the code, that means a fresh blender or factory reset of the user settings will have 48 kHz as sampling rate.

If you want to change it to some other value you can do so for playback in the User Preferences -> System -> Sound -> Sample Rate or for your scenes/renders in the Properties Panel -> Scene -> Audio -> Rate.

The default has been changed in the code, that means a fresh blender or factory reset of the user settings will have 48 kHz as sampling rate. If you want to change it to some other value you can do so for playback in the User Preferences -> System -> Sound -> Sample Rate or for your scenes/renders in the Properties Panel -> Scene -> Audio -> Rate.

thank you very much!!

thank you very much!!
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
6 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#47064
No description provided.