mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Remove the experimental profiling based default buffer sizes.
The problem with this idea is that it complicates the buffer size calculations in the backends. It also results in situations where the buffer size is inconsistent which is annoying. Future commits will be adding support for specifying the size of the buffer in milliseconds which should offer more flexibility.
This commit is contained in:
@@ -2437,8 +2437,6 @@ int main(int argc, char** argv)
|
||||
printf("Has NEON: NO\n");
|
||||
}
|
||||
|
||||
printf("CPU Speed Factor: %f\n", mal_calculate_cpu_speed_factor());
|
||||
|
||||
|
||||
// Aligned malloc/free
|
||||
printf("=== TESTING CORE ===\n");
|
||||
|
||||
Reference in New Issue
Block a user