Skip to content

Commit

Permalink
Moved AudioStreamSample.
Browse files Browse the repository at this point in the history
  • Loading branch information
Relintai committed Dec 10, 2023
1 parent 763f662 commit 0dfba6c
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion editor/import/resource_importer_wav.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#include "core/io/marshalls.h"
#include "core/io/resource_saver.h"
#include "core/os/file_access.h"
#include "scene/resources/audio_stream_sample.h"
#include "scene/audio/audio_stream_sample.h"

const float TRIM_DB_LIMIT = -50;
const int TRIM_FADE_OUT_FRAMES = 500;
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion scene/register_scene_types.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
#include "scene/main/timer.h"
#include "scene/main/viewport.h"
#include "scene/main/world.h"
#include "scene/resources/audio_stream_sample.h"
#include "scene/audio/audio_stream_sample.h"
#include "scene/resources/bit_map.h"
#include "scene/resources/shapes/box_shape.h"
#include "scene/resources/shapes/capsule_shape.h"
Expand Down
2 changes: 1 addition & 1 deletion servers/audio/effects/audio_effect_record.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#include "core/os/os.h"
#include "core/os/thread.h"
#include "editor/import/resource_importer_wav.h"
#include "scene/resources/audio_stream_sample.h"
#include "scene/audio/audio_stream_sample.h"
#include "servers/audio/audio_effect.h"
#include "servers/audio_server.h"

Expand Down
2 changes: 1 addition & 1 deletion servers/audio_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#include "core/io/resource_loader.h"
#include "core/os/file_access.h"
#include "core/os/os.h"
#include "scene/resources/audio_stream_sample.h"
#include "scene/audio/audio_stream_sample.h"
#include "servers/audio/audio_driver_dummy.h"
#include "servers/audio/effects/audio_effect_compressor.h"

Expand Down

0 comments on commit 0dfba6c

Please sign in to comment.