Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
miniaudio
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
miniaudio
Commits
ceb81f60
Commit
ceb81f60
authored
Mar 06, 2019
by
David Reid
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename files from "mal" to "ma".
parent
e00fe077
Changes
26
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
26 changed files
with
0 additions
and
637 deletions
+0
-637
examples/build/ma_build_examples_bsd
examples/build/ma_build_examples_bsd
+0
-0
examples/build/ma_build_examples_emscripten.bat
examples/build/ma_build_examples_emscripten.bat
+0
-0
examples/build/ma_build_examples_linux
examples/build/ma_build_examples_linux
+0
-0
examples/build/ma_build_examples_mac
examples/build/ma_build_examples_mac
+0
-0
examples/build/ma_build_examples_win32.bat
examples/build/ma_build_examples_win32.bat
+0
-0
research/ma_resampler.h
research/ma_resampler.h
+0
-0
research/mal_ring_buffer.h
research/mal_ring_buffer.h
+0
-637
research/tests/ma_resampler_test_0.c
research/tests/ma_resampler_test_0.c
+0
-0
tests/ma_build_tests_bsd
tests/ma_build_tests_bsd
+0
-0
tests/ma_build_tests_emscripten.bat
tests/ma_build_tests_emscripten.bat
+0
-0
tests/ma_build_tests_linux
tests/ma_build_tests_linux
+0
-0
tests/ma_build_tests_mac
tests/ma_build_tests_mac
+0
-0
tests/ma_build_tests_rpi
tests/ma_build_tests_rpi
+0
-0
tests/ma_build_tests_win32.bat
tests/ma_build_tests_win32.bat
+0
-0
tests/ma_debug_playback.c
tests/ma_debug_playback.c
+0
-0
tests/ma_dithering.c
tests/ma_dithering.c
+0
-0
tests/ma_duplex.c
tests/ma_duplex.c
+0
-0
tests/ma_no_device_io.c
tests/ma_no_device_io.c
+0
-0
tests/ma_profiling.c
tests/ma_profiling.c
+0
-0
tests/ma_resampling.c
tests/ma_resampling.c
+0
-0
tests/ma_stop.c
tests/ma_stop.c
+0
-0
tests/ma_test_0.c
tests/ma_test_0.c
+0
-0
tests/ma_test_0.cpp
tests/ma_test_0.cpp
+0
-0
tests/ma_test_0.vcxproj
tests/ma_test_0.vcxproj
+0
-0
tests/ma_test_0.vcxproj.filters
tests/ma_test_0.vcxproj.filters
+0
-0
tests/ma_webaudio_test_0.html
tests/ma_webaudio_test_0.html
+0
-0
No files found.
examples/build/ma
l
_build_examples_bsd
→
examples/build/ma_build_examples_bsd
View file @
ceb81f60
File moved
examples/build/ma
l
_build_examples_emscripten.bat
→
examples/build/ma_build_examples_emscripten.bat
View file @
ceb81f60
File moved
examples/build/ma
l
_build_examples_linux
→
examples/build/ma_build_examples_linux
View file @
ceb81f60
File moved
examples/build/ma
l
_build_examples_mac
→
examples/build/ma_build_examples_mac
View file @
ceb81f60
File moved
examples/build/ma
l
_build_examples_win32.bat
→
examples/build/ma_build_examples_win32.bat
View file @
ceb81f60
File moved
research/ma
l
_resampler.h
→
research/ma_resampler.h
View file @
ceb81f60
File moved
research/mal_ring_buffer.h
deleted
100644 → 0
View file @
e00fe077
This diff is collapsed.
Click to expand it.
research/tests/ma
l
_resampler_test_0.c
→
research/tests/ma_resampler_test_0.c
View file @
ceb81f60
File moved
tests/ma
l
_build_tests_bsd
→
tests/ma_build_tests_bsd
View file @
ceb81f60
File moved
tests/ma
l
_build_tests_emscripten.bat
→
tests/ma_build_tests_emscripten.bat
View file @
ceb81f60
File moved
tests/ma
l
_build_tests_linux
→
tests/ma_build_tests_linux
View file @
ceb81f60
File moved
tests/ma
l
_build_tests_mac
→
tests/ma_build_tests_mac
View file @
ceb81f60
File moved
tests/ma
l
_build_tests_rpi
→
tests/ma_build_tests_rpi
View file @
ceb81f60
File moved
tests/ma
l
_build_tests_win32.bat
→
tests/ma_build_tests_win32.bat
View file @
ceb81f60
File moved
tests/ma
l
_debug_playback.c
→
tests/ma_debug_playback.c
View file @
ceb81f60
File moved
tests/ma
l
_dithering.c
→
tests/ma_dithering.c
View file @
ceb81f60
File moved
tests/ma
l
_duplex.c
→
tests/ma_duplex.c
View file @
ceb81f60
File moved
tests/ma
l
_no_device_io.c
→
tests/ma_no_device_io.c
View file @
ceb81f60
File moved
tests/ma
l
_profiling.c
→
tests/ma_profiling.c
View file @
ceb81f60
File moved
tests/ma
l
_resampling.c
→
tests/ma_resampling.c
View file @
ceb81f60
File moved
tests/ma
l
_stop.c
→
tests/ma_stop.c
View file @
ceb81f60
File moved
tests/ma
l
_test_0.c
→
tests/ma_test_0.c
View file @
ceb81f60
File moved
tests/ma
l
_test_0.cpp
→
tests/ma_test_0.cpp
View file @
ceb81f60
File moved
tests/ma
l
_test_0.vcxproj
→
tests/ma_test_0.vcxproj
View file @
ceb81f60
File moved
tests/ma
l
_test_0.vcxproj.filters
→
tests/ma_test_0.vcxproj.filters
View file @
ceb81f60
File moved
tests/ma
l
_webaudio_test_0.html
→
tests/ma_webaudio_test_0.html
View file @
ceb81f60
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment