id int64 0 755k | file_name stringlengths 3 109 | file_path stringlengths 13 185 | content stringlengths 31 9.38M | size int64 31 9.38M | language stringclasses 1
value | extension stringclasses 11
values | total_lines int64 1 340k | avg_line_length float64 2.18 149k | max_line_length int64 7 2.22M | alphanum_fraction float64 0 1 | repo_name stringlengths 6 65 | repo_stars int64 100 47.3k | repo_forks int64 0 12k | repo_open_issues int64 0 3.4k | repo_license stringclasses 9
values | repo_extraction_date stringclasses 92
values | exact_duplicates_redpajama bool 2
classes | near_duplicates_redpajama bool 2
classes | exact_duplicates_githubcode bool 2
classes | exact_duplicates_stackv2 bool 1
class | exact_duplicates_stackv1 bool 2
classes | near_duplicates_githubcode bool 2
classes | near_duplicates_stackv1 bool 2
classes | near_duplicates_stackv2 bool 1
class |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
37,052 | test_utils.hpp | OpenMW_openmw/apps/openmw_tests/mwscript/test_utils.hpp | #ifndef MWSCRIPT_TESTING_UTIL_H
#define MWSCRIPT_TESTING_UTIL_H
#include <optional>
#include <string>
#include <utility>
#include <vector>
#include <components/compiler/context.hpp>
#include <components/compiler/errorhandler.hpp>
#include <components/compiler/exception.hpp>
#include <components/compiler/extensions.hp... | 8,625 | C++ | .h | 194 | 35.556701 | 114 | 0.623774 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,056 | ICSPrerequisites.h | OpenMW_openmw/extern/oics/ICSPrerequisites.h | /* -------------------------------------------------------
Copyright (c) 2011 Alberto G. Salguero (alberto.salguero (at) uca.es)
Permission is hereby granted, free of charge, to any
person obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the
Software without restriction... | 3,069 | C++ | .h | 92 | 31.271739 | 110 | 0.739101 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,058 | ICSChannelListener.h | OpenMW_openmw/extern/oics/ICSChannelListener.h | /* -------------------------------------------------------
Copyright (c) 2011 Alberto G. Salguero (alberto.salguero (at) uca.es)
Permission is hereby granted, free of charge, to any
person obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the
Software without restriction... | 1,561 | C++ | .h | 36 | 41.194444 | 99 | 0.740741 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,059 | ICSControl.h | OpenMW_openmw/extern/oics/ICSControl.h | /* -------------------------------------------------------
Copyright (c) 2011 Alberto G. Salguero (alberto.salguero (at) uca.es)
Permission is hereby granted, free of charge, to any
person obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the
Software without restriction... | 3,685 | C++ | .h | 78 | 44.525641 | 235 | 0.772994 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,061 | ICSChannel.h | OpenMW_openmw/extern/oics/ICSChannel.h | /* -------------------------------------------------------
Copyright (c) 2011 Alberto G. Salguero (alberto.salguero (at) uca.es)
Permission is hereby granted, free of charge, to any
person obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the
Software without restriction... | 3,533 | C++ | .h | 92 | 35.097826 | 91 | 0.743025 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,062 | ICSControlListener.h | OpenMW_openmw/extern/oics/ICSControlListener.h | /* -------------------------------------------------------
Copyright (c) 2011 Alberto G. Salguero (alberto.salguero (at) uca.es)
Permission is hereby granted, free of charge, to any
person obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the
Software without restriction... | 1,561 | C++ | .h | 36 | 41.194444 | 99 | 0.740741 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,064 | CompositeOsgRenderer.hpp | OpenMW_openmw/extern/osgQt/CompositeOsgRenderer.hpp | #ifndef COMPOSITEOSGRENDERER_H
#define COMPOSITEOSGRENDERER_H
#include <QObject>
#include <QTimer>
#include <osgViewer/CompositeViewer>
class CompositeOsgRenderer : public QObject, public osgViewer::CompositeViewer
{
bool m_osgInitialized {false};
osg::ref_ptr<osgViewer::GraphicsWindowEmbedded> m_osgWinEmb;
... | 1,092 | C++ | .h | 30 | 32.533333 | 94 | 0.785441 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,065 | osgQOpenGLWidget.hpp | OpenMW_openmw/extern/osgQt/osgQOpenGLWidget.hpp | #ifndef OSGQOPENGLWIDGET_H
#define OSGQOPENGLWIDGET_H
#include <mutex>
#ifdef WIN32
#include <osg/GL>
#endif
#include <osg/ArgumentParser>
#include <QOpenGLWidget>
#include <QReadWriteLock>
class CompositeOsgRenderer;
namespace osgViewer
{
class View;
class GraphicsWindowEmbedded;
}
class osgQOpenGLWidge... | 1,461 | C++ | .h | 47 | 27.425532 | 94 | 0.758076 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,171 | compat-5.3.h | OpenMW_openmw/extern/sol3/sol/compatibility/compat-5.3.h | #ifndef KEPLER_PROJECT_COMPAT53_H_
#define KEPLER_PROJECT_COMPAT53_H_
#include <stddef.h>
#include <limits.h>
#include <string.h>
#if defined(__cplusplus) && !defined(COMPAT53_LUA_CPP)
extern "C" {
#endif
#include <lua.h>
#include <lauxlib.h>
#include <lualib.h>
#if defined(__cplusplus) && !defined(COMPAT53_LUA_CPP)
}... | 12,924 | C++ | .h | 317 | 39.078864 | 113 | 0.71184 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
37,172 | compat-5.3.c.h | OpenMW_openmw/extern/sol3/sol/compatibility/compat-5.3.c.h | #include <sol/compatibility/compat-5.3.h>
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <errno.h>
#include <stdio.h>
/* don't compile it again if it already is included via compat53.h */
#ifndef KEPLER_PROJECT_COMPAT53_C_
#define KEPLER_PROJECT_COMPAT53_C_
/* definitions f... | 26,566 | C++ | .h | 778 | 31.638817 | 157 | 0.64977 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
37,174 | compat-5.4.h | OpenMW_openmw/extern/sol3/sol/compatibility/compat-5.4.h | #ifndef NOT_KEPLER_PROJECT_COMPAT54_H_
#define NOT_KEPLER_PROJECT_COMPAT54_H_
#if defined(__cplusplus) && !defined(COMPAT53_LUA_CPP)
extern "C" {
#endif
#include <lua.h>
#include <lauxlib.h>
#include <lualib.h>
#if defined(__cplusplus) && !defined(COMPAT53_LUA_CPP)
}
#endif
#if defined(LUA_VERSION_NUM) && LUA_VERSION... | 593 | C++ | .h | 20 | 28.4 | 57 | 0.72232 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
37,177 | libavformatdefines.hpp | OpenMW_openmw/extern/osg-ffmpeg-videoplayer/libavformatdefines.hpp | #ifndef OPENMW_EXTERN_OSG_FFMPEG_VIDEOPLAYER_LIBAVFORMATDEFINES_H
#define OPENMW_EXTERN_OSG_FFMPEG_VIDEOPLAYER_LIBAVFORMATDEFINES_H
extern "C"
{
#include <libavformat/version.h>
}
#define OPENMW_FFMPEG_CONST_WRITEPACKET (LIBAVFORMAT_VERSION_INT >= AV_VERSION_INT(61, 0, 100))
#endif
| 288 | C++ | .h | 8 | 34.375 | 95 | 0.818182 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,178 | audiodecoder.hpp | OpenMW_openmw/extern/osg-ffmpeg-videoplayer/audiodecoder.hpp | #ifndef VIDEOPLAYER_AUDIODECODER_H
#define VIDEOPLAYER_AUDIODECODER_H
#include <stdint.h>
#include <new>
#include <memory>
#include <extern/osg-ffmpeg-videoplayer/libavutildefines.hpp>
#if defined(_MSC_VER)
#pragma warning (push)
#pragma warning (disable : 4244)
#endif
extern "C"
{
#include <libavutil/... | 3,423 | C++ | .h | 94 | 31.914894 | 119 | 0.724023 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,180 | audiofactory.hpp | OpenMW_openmw/extern/osg-ffmpeg-videoplayer/audiofactory.hpp | #ifndef VIDEO_MOVIEAUDIOFACTORY_H
#define VIDEO_MOVIEAUDIOFACTORY_H
#include "audiodecoder.hpp"
namespace Video
{
class MovieAudioFactory
{
public:
virtual std::unique_ptr<MovieAudioDecoder> createDecoder(VideoState* videoState) = 0;
virtual ~MovieAudioFactory() {}
};
}
#endif
| 292 | C++ | .h | 13 | 20.384615 | 89 | 0.809524 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,181 | videoplayer.hpp | OpenMW_openmw/extern/osg-ffmpeg-videoplayer/videoplayer.hpp | #ifndef VIDEOPLAYER_H
#define VIDEOPLAYER_H
#include <stdint.h>
#include <string>
#include <memory>
#include <iosfwd>
#include <osg/Texture2D>
namespace osg
{
class Texture2D;
}
namespace Video
{
struct VideoState;
class MovieAudioFactory;
/**
* @brief Plays a video on an osg texture.
... | 2,540 | C++ | .h | 60 | 35.5 | 138 | 0.669381 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,182 | videostate.hpp | OpenMW_openmw/extern/osg-ffmpeg-videoplayer/videostate.hpp | #ifndef VIDEOPLAYER_VIDEOSTATE_H
#define VIDEOPLAYER_VIDEOSTATE_H
#include <cstdint>
#include <atomic>
#include <array>
#include <vector>
#include <memory>
#include <string>
#include <mutex>
#include <condition_variable>
#include <osg/ref_ptr>
namespace osg
{
class Texture2D;
}
#if defined(_MSC_VER)
#pragma... | 4,751 | C++ | .h | 159 | 26.012579 | 163 | 0.718599 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,183 | libavutildefines.hpp | OpenMW_openmw/extern/osg-ffmpeg-videoplayer/libavutildefines.hpp | #ifndef OPENMW_EXTERN_OSG_FFMPEG_VIDEOPLAYER_LIBAVUTILDEFINES_H
#define OPENMW_EXTERN_OSG_FFMPEG_VIDEOPLAYER_LIBAVUTILDEFINES_H
extern "C"
{
#include <libavutil/version.h>
}
#define OPENMW_FFMPEG_5_OR_GREATER (LIBAVUTIL_VERSION_INT >= AV_VERSION_INT(57, 28, 100))
#endif
| 276 | C++ | .h | 8 | 32.875 | 89 | 0.806084 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,184 | RunDLL.cpp | 0xZ0F_Z0FCourse_ReverseEngineering/FilesNeeded/Chapter 6 - DLL/SourceCode/RunDLL.cpp | #include <iostream>
#include <Windows.h>
class Player {
public:
int score;
float health;
std::string name;
};
//extern "C" void __declspec(dllexport) __cdecl SayHello()
typedef void(WINAPI* ESayHello)(void);
//void __declspec(dllexport) __cdecl PrintArray(int x[])
typedef void(WINAPI* EPrintArray_Int)(int[]);
type... | 3,121 | C++ | .cpp | 80 | 36.3125 | 115 | 0.658094 | 0xZ0F/Z0FCourse_ReverseEngineering | 5,161 | 497 | 1 | AGPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | true | false | true | false |
37,186 | Malware.cpp | 0xZ0F_Z0FCourse_ReverseEngineering/FilesNeeded/Chapter WIP - Malware/SourceCode/Malware.cpp | #include <iostream>
#include <Windows.h>
#include <string>
#include <algorithm>
std::string Lowercase(std::string str) {
std::transform(str.begin(), str.end(), str.begin(), [](unsigned char c) { return std::tolower(c); });
return str;
}
int main(int argc, char* argv[]) {
if (argc != 2) { return -1; } // Make sure ... | 1,857 | C++ | .cpp | 51 | 26.627451 | 102 | 0.195447 | 0xZ0F/Z0FCourse_ReverseEngineering | 5,161 | 497 | 1 | AGPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | true | false | true | false |
37,188 | DLL.h | 0xZ0F_Z0FCourse_ReverseEngineering/FilesNeeded/Chapter 6 - DLL/DebugFiles/DLL/DLL.h | #include <iostream>
#include <string>
class Player {
public:
int score;
float health;
std::string name;
};
extern "C" void __declspec(dllexport) SayHello();
void __declspec(dllexport) PrintArray(int arr[], int size);
void __declspec(dllexport) PrintArray(char arr[], int size);
void __declspec(dllexport) Initializ... | 568 | C++ | .h | 15 | 36.466667 | 79 | 0.76 | 0xZ0F/Z0FCourse_ReverseEngineering | 5,161 | 497 | 1 | AGPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,189 | python_bindings.cpp | spotify_pedalboard/pedalboard/python_bindings.cpp | /*
* pedalboard
* Copyright 2021 Spotify AB
*
* Licensed under the GNU Public License, Version 3.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.gnu.org/licenses/gpl-3.0.html
*
* Unless required by applicable la... | 9,675 | C++ | .cpp | 230 | 37.530435 | 80 | 0.705907 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,191 | juce_BlockingConvolution.cpp | spotify_pedalboard/pedalboard/juce_overrides/juce_BlockingConvolution.cpp | #include "juce_BlockingConvolution.h"
/*
==============================================================================
This file is part of the JUCE library.
Copyright (c) 2020 - Raw Material Software Limited
JUCE is an open source library subject to commercial or open-source
licensing.
By using J... | 31,248 | C++ | .cpp | 653 | 38.249617 | 82 | 0.646214 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,192 | juce_PatchedFLACAudioFormat.cpp | spotify_pedalboard/pedalboard/juce_overrides/juce_PatchedFLACAudioFormat.cpp | /*
==============================================================================
This file is part of the JUCE library.
Copyright (c) 2020 - Raw Material Software Limited
JUCE is an open source library subject to commercial or open-source
licensing.
By using JUCE, you agree to the terms of both the... | 21,241 | C++ | .cpp | 483 | 37.161491 | 112 | 0.654222 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | true | false |
37,194 | RubberbandPlugin.h | spotify_pedalboard/pedalboard/RubberbandPlugin.h | /*
* pedalboard
* Copyright 2022 Spotify AB
*
* Licensed under the GNU Public License, Version 3.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.gnu.org/licenses/gpl-3.0.html
*
* Unless required by applicable la... | 4,535 | C++ | .h | 112 | 34.053571 | 80 | 0.678945 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,195 | PluginContainer.h | spotify_pedalboard/pedalboard/PluginContainer.h | /*
* pedalboard
* Copyright 2021 Spotify AB
*
* Licensed under the GNU Public License, Version 3.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.gnu.org/licenses/gpl-3.0.html
*
* Unless required by applicable la... | 8,550 | C++ | .h | 211 | 30.194313 | 80 | 0.551869 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,196 | AudioUnitParser.h | spotify_pedalboard/pedalboard/AudioUnitParser.h | /*
* pedalboard
* Copyright 2021 Spotify AB
*
* Licensed under the GNU Public License, Version 3.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.gnu.org/licenses/gpl-3.0.html
*
* Unless required by applicable la... | 926 | C++ | .h | 27 | 32.555556 | 79 | 0.769575 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,197 | TimeStretch.h | spotify_pedalboard/pedalboard/TimeStretch.h | /*
* pedalboard
* Copyright 2023 Spotify AB
*
* Licensed under the GNU Public License, Version 3.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.gnu.org/licenses/gpl-3.0.html
*
* Unless required by applicable la... | 20,002 | C++ | .h | 403 | 41.73201 | 88 | 0.664841 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,198 | BufferUtils.h | spotify_pedalboard/pedalboard/BufferUtils.h | /*
* pedalboard
* Copyright 2021 Spotify AB
*
* Licensed under the GNU Public License, Version 3.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.gnu.org/licenses/gpl-3.0.html
*
* Unless required by applicable la... | 9,551 | C++ | .h | 242 | 33.797521 | 80 | 0.670867 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,199 | JuceHeader.h | spotify_pedalboard/pedalboard/JuceHeader.h | /*
* pedalboard
* Copyright 2021 Spotify AB
*
* Licensed under the GNU Public License, Version 3.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.gnu.org/licenses/gpl-3.0.html
*
* Unless required by applicable la... | 1,198 | C++ | .h | 31 | 36.870968 | 80 | 0.767382 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,200 | ExternalPlugin.h | spotify_pedalboard/pedalboard/ExternalPlugin.h | /*
* pedalboard
* Copyright 2021 Spotify AB
*
* Licensed under the GNU Public License, Version 3.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.gnu.org/licenses/gpl-3.0.html
*
* Unless required by applicable la... | 82,761 | C++ | .h | 1,809 | 36.898839 | 88 | 0.641859 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,201 | process.h | spotify_pedalboard/pedalboard/process.h | /*
* pedalboard
* Copyright 2021 Spotify AB
*
* Licensed under the GNU Public License, Version 3.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.gnu.org/licenses/gpl-3.0.html
*
* Unless required by applicable la... | 11,174 | C++ | .h | 256 | 35.988281 | 80 | 0.656891 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,202 | JucePlugin.h | spotify_pedalboard/pedalboard/JucePlugin.h | /*
* pedalboard
* Copyright 2021 Spotify AB
*
* Licensed under the GNU Public License, Version 3.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.gnu.org/licenses/gpl-3.0.html
*
* Unless required by applicable la... | 2,807 | C++ | .h | 64 | 39.15625 | 80 | 0.566776 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,203 | Plugin.h | spotify_pedalboard/pedalboard/Plugin.h | /*
* pedalboard
* Copyright 2021 Spotify AB
*
* Licensed under the GNU Public License, Version 3.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.gnu.org/licenses/gpl-3.0.html
*
* Unless required by applicable la... | 4,326 | C++ | .h | 114 | 33.842105 | 80 | 0.711461 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,204 | StreamUtils.h | spotify_pedalboard/pedalboard/StreamUtils.h | #pragma once
#include <iostream>
/**
* A tiny RAII helper class that suppresses all output to the provided ostream.
* Useful if calling into a third-party library that logs to std::cerr whose
* logs you want to suppress/ignore.
*/
class SuppressOutput {
public:
SuppressOutput(std::ostream &ostream)
: ostre... | 550 | C++ | .h | 18 | 28.111111 | 79 | 0.74717 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,205 | juce_FastWindowedSincInterpolators.h | spotify_pedalboard/pedalboard/juce_overrides/juce_FastWindowedSincInterpolators.h | #include "../JuceHeader.h"
inline double sinc(const double x) {
if (x == 0)
return 1;
return sin(juce::MathConstants<double>::pi * x) /
(juce::MathConstants<double>::pi * x);
}
inline double besselI0(int K, double x) {
// Modified Bessel function of order 0.
double sum = 0;
for (int k = 0; k < ... | 11,881 | C++ | .h | 297 | 33.609428 | 82 | 0.656524 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,206 | juce_PatchedMP3AudioFormat.h | spotify_pedalboard/pedalboard/juce_overrides/juce_PatchedMP3AudioFormat.h | #pragma once
#include "../JuceHeader.h"
/*
==============================================================================
This file is part of the JUCE library.
Copyright (c) 2020 - Raw Material Software Limited
JUCE is an open source library subject to commercial or open-source
licensing.
By using ... | 3,290 | C++ | .h | 65 | 44.169231 | 82 | 0.615648 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,207 | juce_BlockingConvolution.h | spotify_pedalboard/pedalboard/juce_overrides/juce_BlockingConvolution.h | #include "../JuceHeader.h"
/*
==============================================================================
This file is part of the JUCE library.
Copyright (c) 2020 - Raw Material Software Limited
JUCE is an open source library subject to commercial or open-source
licensing.
By using JUCE, you ag... | 9,625 | C++ | .h | 180 | 46.494444 | 82 | 0.657094 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,209 | juce_PatchedVST3PluginFormat.h | spotify_pedalboard/pedalboard/juce_overrides/juce_PatchedVST3PluginFormat.h | /*
==============================================================================
This file is part of the JUCE library.
Copyright (c) 2020 - Raw Material Software Limited
JUCE is an open source library subject to commercial or open-source
licensing.
By using JUCE, you agree to the terms of both the... | 3,808 | C++ | .h | 79 | 42.835443 | 82 | 0.657767 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,210 | Clipping.h | spotify_pedalboard/pedalboard/plugins/Clipping.h | /*
* pedalboard
* Copyright 2021 Spotify AB
*
* Licensed under the GNU Public License, Version 3.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.gnu.org/licenses/gpl-3.0.html
*
* Unless required by applicable la... | 2,867 | C++ | .h | 71 | 34.676056 | 79 | 0.686916 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,211 | Phaser.h | spotify_pedalboard/pedalboard/plugins/Phaser.h | /*
* pedalboard
* Copyright 2021 Spotify AB
*
* Licensed under the GNU Public License, Version 3.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.gnu.org/licenses/gpl-3.0.html
*
* Unless required by applicable la... | 3,306 | C++ | .h | 72 | 38.527778 | 80 | 0.632704 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,212 | Convolution.h | spotify_pedalboard/pedalboard/plugins/Convolution.h | /*
* pedalboard
* Copyright 2021 Spotify AB
*
* Licensed under the GNU Public License, Version 3.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.gnu.org/licenses/gpl-3.0.html
*
* Unless required by applicable la... | 7,601 | C++ | .h | 178 | 32.702247 | 80 | 0.604324 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,213 | HighpassFilter.h | spotify_pedalboard/pedalboard/plugins/HighpassFilter.h | /*
* pedalboard
* Copyright 2021 Spotify AB
*
* Licensed under the GNU Public License, Version 3.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.gnu.org/licenses/gpl-3.0.html
*
* Unless required by applicable la... | 2,855 | C++ | .h | 67 | 35.731343 | 80 | 0.656598 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,214 | Delay.h | spotify_pedalboard/pedalboard/plugins/Delay.h | /*
* pedalboard
* Copyright 2022 Spotify AB
*
* Licensed under the GNU Public License, Version 3.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.gnu.org/licenses/gpl-3.0.html
*
* Unless required by applicable la... | 5,247 | C++ | .h | 125 | 35.08 | 80 | 0.637378 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,215 | Compressor.h | spotify_pedalboard/pedalboard/plugins/Compressor.h | /*
* pedalboard
* Copyright 2021 Spotify AB
*
* Licensed under the GNU Public License, Version 3.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.gnu.org/licenses/gpl-3.0.html
*
* Unless required by applicable la... | 3,127 | C++ | .h | 72 | 35.986111 | 80 | 0.627008 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,216 | NoiseGate.h | spotify_pedalboard/pedalboard/plugins/NoiseGate.h | /*
* pedalboard
* Copyright 2021 Spotify AB
*
* Licensed under the GNU Public License, Version 3.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.gnu.org/licenses/gpl-3.0.html
*
* Unless required by applicable la... | 2,882 | C++ | .h | 66 | 36.030303 | 79 | 0.624199 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,217 | Gain.h | spotify_pedalboard/pedalboard/plugins/Gain.h | /*
* pedalboard
* Copyright 2021 Spotify AB
*
* Licensed under the GNU Public License, Version 3.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.gnu.org/licenses/gpl-3.0.html
*
* Unless required by applicable la... | 1,952 | C++ | .h | 51 | 32.333333 | 78 | 0.640485 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,218 | LadderFilter.h | spotify_pedalboard/pedalboard/plugins/LadderFilter.h | /*
* pedalboard
* Copyright 2021 Spotify AB
*
* Licensed under the GNU Public License, Version 3.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.gnu.org/licenses/gpl-3.0.html
*
* Unless required by applicable la... | 6,191 | C++ | .h | 147 | 32.931973 | 80 | 0.604836 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,219 | AddLatency.h | spotify_pedalboard/pedalboard/plugins/AddLatency.h | /*
* pedalboard
* Copyright 2022 Spotify AB
*
* Licensed under the GNU Public License, Version 3.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.gnu.org/licenses/gpl-3.0.html
*
* Unless required by applicable la... | 2,327 | C++ | .h | 62 | 32.741935 | 79 | 0.690466 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,220 | Bitcrush.h | spotify_pedalboard/pedalboard/plugins/Bitcrush.h | /*
* pedalboard
* Copyright 2022 Spotify AB
*
* Licensed under the GNU Public License, Version 3.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.gnu.org/licenses/gpl-3.0.html
*
* Unless required by applicable la... | 4,363 | C++ | .h | 103 | 34.883495 | 80 | 0.628181 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,221 | Chorus.h | spotify_pedalboard/pedalboard/plugins/Chorus.h | /*
* pedalboard
* Copyright 2021 Spotify AB
*
* Licensed under the GNU Public License, Version 3.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.gnu.org/licenses/gpl-3.0.html
*
* Unless required by applicable la... | 4,203 | C++ | .h | 94 | 36.882979 | 80 | 0.610529 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,222 | Distortion.h | spotify_pedalboard/pedalboard/plugins/Distortion.h | /*
* pedalboard
* Copyright 2021 Spotify AB
*
* Licensed under the GNU Public License, Version 3.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.gnu.org/licenses/gpl-3.0.html
*
* Unless required by applicable la... | 2,803 | C++ | .h | 68 | 34.882353 | 80 | 0.655299 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,223 | IIRFilters.h | spotify_pedalboard/pedalboard/plugins/IIRFilters.h | /*
* pedalboard
* Copyright 2021 Spotify AB
*
* Licensed under the GNU Public License, Version 3.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.gnu.org/licenses/gpl-3.0.html
*
* Unless required by applicable la... | 9,510 | C++ | .h | 218 | 35.472477 | 80 | 0.628276 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,224 | Limiter.h | spotify_pedalboard/pedalboard/plugins/Limiter.h | /*
* pedalboard
* Copyright 2021 Spotify AB
*
* Licensed under the GNU Public License, Version 3.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.gnu.org/licenses/gpl-3.0.html
*
* Unless required by applicable la... | 2,204 | C++ | .h | 54 | 34.37037 | 76 | 0.640727 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,225 | Mix.h | spotify_pedalboard/pedalboard/plugins/Mix.h | /*
* pedalboard
* Copyright 2021 Spotify AB
*
* Licensed under the GNU Public License, Version 3.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.gnu.org/licenses/gpl-3.0.html
*
* Unless required by applicable la... | 6,754 | C++ | .h | 173 | 32.369942 | 78 | 0.639762 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,226 | GSMFullRateCompressor.h | spotify_pedalboard/pedalboard/plugins/GSMFullRateCompressor.h | /*
* pedalboard
* Copyright 2022 Spotify AB
*
* Licensed under the GNU Public License, Version 3.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.gnu.org/licenses/gpl-3.0.html
*
* Unless required by applicable la... | 5,924 | C++ | .h | 154 | 32.227273 | 80 | 0.666725 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,227 | Chain.h | spotify_pedalboard/pedalboard/plugins/Chain.h | /*
* pedalboard
* Copyright 2021 Spotify AB
*
* Licensed under the GNU Public License, Version 3.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.gnu.org/licenses/gpl-3.0.html
*
* Unless required by applicable la... | 3,158 | C++ | .h | 99 | 26.212121 | 75 | 0.604659 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,228 | LowpassFilter.h | spotify_pedalboard/pedalboard/plugins/LowpassFilter.h | /*
* pedalboard
* Copyright 2021 Spotify AB
*
* Licensed under the GNU Public License, Version 3.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.gnu.org/licenses/gpl-3.0.html
*
* Unless required by applicable la... | 2,709 | C++ | .h | 66 | 34.19697 | 76 | 0.654401 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,229 | MP3Compressor.h | spotify_pedalboard/pedalboard/plugins/MP3Compressor.h | /*
* pedalboard
* Copyright 2022 Spotify AB
*
* Licensed under the GNU Public License, Version 3.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.gnu.org/licenses/gpl-3.0.html
*
* Unless required by applicable la... | 13,349 | C++ | .h | 331 | 33.65861 | 80 | 0.659386 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,230 | PitchShift.h | spotify_pedalboard/pedalboard/plugins/PitchShift.h | /*
* pedalboard
* Copyright 2021 Spotify AB
*
* Licensed under the GNU Public License, Version 3.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.gnu.org/licenses/gpl-3.0.html
*
* Unless required by applicable la... | 2,929 | C++ | .h | 74 | 33.608108 | 78 | 0.658459 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,231 | Invert.h | spotify_pedalboard/pedalboard/plugins/Invert.h | /*
* pedalboard
* Copyright 2022 Spotify AB
*
* Licensed under the GNU Public License, Version 3.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.gnu.org/licenses/gpl-3.0.html
*
* Unless required by applicable la... | 2,011 | C++ | .h | 51 | 35.392157 | 79 | 0.686094 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,232 | Reverb.h | spotify_pedalboard/pedalboard/plugins/Reverb.h | /*
* pedalboard
* Copyright 2021 Spotify AB
*
* Licensed under the GNU Public License, Version 3.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.gnu.org/licenses/gpl-3.0.html
*
* Unless required by applicable la... | 5,038 | C++ | .h | 115 | 37.434783 | 80 | 0.637861 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,233 | FixedBlockSize.h | spotify_pedalboard/pedalboard/plugin_templates/FixedBlockSize.h | /*
* pedalboard
* Copyright 2022 Spotify AB
*
* Licensed under the GNU Public License, Version 3.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.gnu.org/licenses/gpl-3.0.html
*
* Unless required by applicable la... | 11,515 | C++ | .h | 272 | 34.599265 | 80 | 0.66479 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,234 | PrimeWithSilence.h | spotify_pedalboard/pedalboard/plugin_templates/PrimeWithSilence.h | /*
* pedalboard
* Copyright 2022 Spotify AB
*
* Licensed under the GNU Public License, Version 3.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.gnu.org/licenses/gpl-3.0.html
*
* Unless required by applicable la... | 5,819 | C++ | .h | 155 | 31.83871 | 79 | 0.693414 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,235 | Resample.h | spotify_pedalboard/pedalboard/plugin_templates/Resample.h | /*
* pedalboard
* Copyright 2022 Spotify AB
*
* Licensed under the GNU Public License, Version 3.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.gnu.org/licenses/gpl-3.0.html
*
* Unless required by applicable la... | 37,842 | C++ | .h | 794 | 38.241814 | 96 | 0.653989 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,236 | ForceMono.h | spotify_pedalboard/pedalboard/plugin_templates/ForceMono.h | /*
* pedalboard
* Copyright 2022 Spotify AB
*
* Licensed under the GNU Public License, Version 3.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.gnu.org/licenses/gpl-3.0.html
*
* Unless required by applicable la... | 3,722 | C++ | .h | 103 | 31.970874 | 80 | 0.696027 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,237 | StreamResampler.h | spotify_pedalboard/pedalboard/io/StreamResampler.h | /*
* pedalboard
* Copyright 2022 Spotify AB
*
* Licensed under the GNU Public License, Version 3.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.gnu.org/licenses/gpl-3.0.html
*
* Unless required by applicable la... | 14,711 | C++ | .h | 356 | 33.707865 | 80 | 0.657873 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,238 | WriteableAudioFile.h | spotify_pedalboard/pedalboard/io/WriteableAudioFile.h | /*
* pedalboard
* Copyright 2022 Spotify AB
*
* Licensed under the GNU Public License, Version 3.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.gnu.org/licenses/gpl-3.0.html
*
* Unless required by applicable la... | 45,503 | C++ | .h | 1,022 | 35.389432 | 81 | 0.614654 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,239 | AudioFile.h | spotify_pedalboard/pedalboard/io/AudioFile.h | /*
* pedalboard
* Copyright 2022 Spotify AB
*
* Licensed under the GNU Public License, Version 3.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.gnu.org/licenses/gpl-3.0.html
*
* Unless required by applicable la... | 1,989 | C++ | .h | 51 | 36.039216 | 78 | 0.759855 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,240 | AudioFileInit.h | spotify_pedalboard/pedalboard/io/AudioFileInit.h | /*
* pedalboard
* Copyright 2022 Spotify AB
*
* Licensed under the GNU Public License, Version 3.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.gnu.org/licenses/gpl-3.0.html
*
* Unless required by applicable la... | 13,545 | C++ | .h | 274 | 39.149635 | 97 | 0.591752 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,241 | AudioStream.h | spotify_pedalboard/pedalboard/io/AudioStream.h | /*
* pedalboard
* Copyright 2023 Spotify AB
*
* Licensed under the GNU Public License, Version 3.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.gnu.org/licenses/gpl-3.0.html
*
* Unless required by applicable la... | 37,379 | C++ | .h | 858 | 34.797203 | 88 | 0.628363 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,242 | LameMP3AudioFormat.h | spotify_pedalboard/pedalboard/io/LameMP3AudioFormat.h | /*
* pedalboard
* Copyright 2022 Spotify AB
*
* Licensed under the GNU Public License, Version 3.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.gnu.org/licenses/gpl-3.0.html
*
* Unless required by applicable la... | 8,347 | C++ | .h | 213 | 30.906103 | 80 | 0.611345 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,243 | PythonFileLike.h | spotify_pedalboard/pedalboard/io/PythonFileLike.h | /*
* pedalboard
* Copyright 2021 Spotify AB
*
* Licensed under the GNU Public License, Version 3.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.gnu.org/licenses/gpl-3.0.html
*
* Unless required by applicable la... | 5,166 | C++ | .h | 161 | 27.944099 | 80 | 0.692339 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,244 | ReadableAudioFile.h | spotify_pedalboard/pedalboard/io/ReadableAudioFile.h | /*
* pedalboard
* Copyright 2022 Spotify AB
*
* Licensed under the GNU Public License, Version 3.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.gnu.org/licenses/gpl-3.0.html
*
* Unless required by applicable la... | 42,215 | C++ | .h | 915 | 37.851366 | 103 | 0.637557 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,245 | ResampledReadableAudioFile.h | spotify_pedalboard/pedalboard/io/ResampledReadableAudioFile.h | /*
* pedalboard
* Copyright 2022 Spotify AB
*
* Licensed under the GNU Public License, Version 3.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.gnu.org/licenses/gpl-3.0.html
*
* Unless required by applicable la... | 28,275 | C++ | .h | 585 | 39.832479 | 103 | 0.665496 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,246 | PythonInputStream.h | spotify_pedalboard/pedalboard/io/PythonInputStream.h | /*
* pedalboard
* Copyright 2021 Spotify AB
*
* Licensed under the GNU Public License, Version 3.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.gnu.org/licenses/gpl-3.0.html
*
* Unless required by applicable la... | 8,289 | C++ | .h | 239 | 28.778243 | 80 | 0.64275 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,247 | PythonOutputStream.h | spotify_pedalboard/pedalboard/io/PythonOutputStream.h | /*
* pedalboard
* Copyright 2021 Spotify AB
*
* Licensed under the GNU Public License, Version 3.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.gnu.org/licenses/gpl-3.0.html
*
* Unless required by applicable la... | 5,061 | C++ | .h | 142 | 29.06338 | 79 | 0.638946 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,248 | execinfo.h | spotify_pedalboard/vendors/execinfo.h | /* Copyright (C) 1998-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the ... | 1,409 | C++ | .h | 27 | 49.185185 | 75 | 0.737455 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,249 | lame_config.h | spotify_pedalboard/vendors/lame_config.h | #ifndef __cplusplus
#include <stdlib.h>
#ifndef CONFIGMS_H_INCLUDED
#define CONFIGMS_H_INCLUDED
/* The number of bytes in a double. */
#define SIZEOF_DOUBLE 8
/* The number of bytes in a float. */
#define SIZEOF_FLOAT 4
/* The number of bytes in a int. */
#define SIZEOF_INT 4
/* The number of bytes in a long. ... | 2,647 | C++ | .h | 93 | 27.139785 | 63 | 0.752377 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
37,250 | lame_overrides.h | spotify_pedalboard/vendors/lame_overrides.h | /**
* LAME's MP3 decoding routines are not thread-safe, and the functions that
* would need to be called to make them thread-safe from user code are `static`
* (i.e.: private) to the C file that contains them.
*/
#include "lame/include/lame.h"
/*
* For hip_decode: return code
* -1 error
* 0 ok, but... | 587 | C++ | .h | 15 | 35.666667 | 80 | 0.66725 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,251 | simd-sse2.h | spotify_pedalboard/vendors/fftw3/simd-support/simd-sse2.h | /*
* Copyright (c) 2003, 2007-14 Matteo Frigo
* Copyright (c) 2003, 2007-14 Massachusetts Institute of Technology
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the ... | 11,797 | C++ | .h | 336 | 32.842262 | 80 | 0.552035 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,252 | simd-altivec.h | spotify_pedalboard/vendors/fftw3/simd-support/simd-altivec.h | /*
* Copyright (c) 2003, 2007-14 Matteo Frigo
* Copyright (c) 2003, 2007-14 Massachusetts Institute of Technology
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the ... | 8,788 | C++ | .h | 232 | 35.288793 | 80 | 0.615737 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,253 | simd-kcvi.h | spotify_pedalboard/vendors/fftw3/simd-support/simd-kcvi.h | /*
* Copyright (c) 2003, 2007-11 Matteo Frigo
* Copyright (c) 2003, 2007-11 Massachusetts Institute of Technology
*
* Knights Corner Vector Instruction support added by Romain Dolbeau.
* Romain Dolbeau hereby places his modifications in the public domain.
*
* Permission is hereby granted, free of charge, to any ... | 18,029 | C++ | .h | 422 | 38.924171 | 81 | 0.525689 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,254 | simd-avx-128-fma.h | spotify_pedalboard/vendors/fftw3/simd-support/simd-avx-128-fma.h | /*
* Copyright (c) 2003, 2007-14 Matteo Frigo
* Copyright (c) 2003, 2007-14 Massachusetts Institute of Technology
*
* 128-bit AVX support by Erik Lindahl, 2015.
* Erik Lindahl hereby places his modifications in the public domain.
*
* This program is free software; you can redistribute it and/or modify
* it unde... | 9,887 | C++ | .h | 281 | 32.939502 | 80 | 0.551411 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,255 | amd64-cpuid.h | spotify_pedalboard/vendors/fftw3/simd-support/amd64-cpuid.h | /*
* Copyright (c) 2003, 2007-14 Matteo Frigo
* Copyright (c) 2003, 2007-14 Massachusetts Institute of Technology
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the ... | 3,258 | C++ | .h | 132 | 21.181818 | 80 | 0.629974 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,256 | simd-common.h | spotify_pedalboard/vendors/fftw3/simd-support/simd-common.h | /*
* Copyright (c) 2003, 2007-14 Matteo Frigo
* Copyright (c) 2003, 2007-14 Massachusetts Institute of Technology
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the ... | 3,542 | C++ | .h | 89 | 38.202247 | 80 | 0.720093 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
37,257 | simd-generic128.h | spotify_pedalboard/vendors/fftw3/simd-support/simd-generic128.h | /*
* Copyright (c) 2003, 2007-14 Matteo Frigo
* Copyright (c) 2003, 2007-14 Massachusetts Institute of Technology
*
* Generic128d added by Romain Dolbeau, and turned into simd-generic128.h
* with single & double precision by Erik Lindahl.
* Romain Dolbeau hereby places his modifications in the public domain.
* E... | 7,871 | C++ | .h | 241 | 30.609959 | 80 | 0.535395 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,258 | simd-avx2.h | spotify_pedalboard/vendors/fftw3/simd-support/simd-avx2.h | /*
* Copyright (c) 2003, 2007-14 Matteo Frigo
* Copyright (c) 2003, 2007-14 Massachusetts Institute of Technology
*
* Modifications by Romain Dolbeau & Erik Lindahl, derived from simd-avx.h
* Romain Dolbeau hereby places his modifications in the public domain.
* Erik Lindahl hereby places his modifications in the... | 15,141 | C++ | .h | 359 | 39.292479 | 80 | 0.525076 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,259 | simd-avx512.h | spotify_pedalboard/vendors/fftw3/simd-support/simd-avx512.h | /*
* Copyright (c) 2003, 2007-11 Matteo Frigo
* Copyright (c) 2003, 2007-11 Massachusetts Institute of Technology
*
* AVX-512 support implemented by Romain Dolbeau.
* Romain Dolbeau hereby places his modifications in the public domain.
*
* Permission is hereby granted, free of charge, to any person obtaining a c... | 12,540 | C++ | .h | 261 | 43.984674 | 80 | 0.492278 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,260 | simd-generic256.h | spotify_pedalboard/vendors/fftw3/simd-support/simd-generic256.h | /*
* Copyright (c) 2003, 2007-11 Matteo Frigo
* Copyright (c) 2003, 2007-11 Massachusetts Institute of Technology
*
* Generic256d added by Romain Dolbeau, and turned into simd-generic256.h
* with single & double precision by Erik Lindahl.
* Romain Dolbeau hereby places his modifications in the public domain.
* E... | 9,972 | C++ | .h | 292 | 31.712329 | 80 | 0.473199 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,261 | simd-avx.h | spotify_pedalboard/vendors/fftw3/simd-support/simd-avx.h | /*
* Copyright (c) 2003, 2007-14 Matteo Frigo
* Copyright (c) 2003, 2007-14 Massachusetts Institute of Technology
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the ... | 14,202 | C++ | .h | 343 | 38.670554 | 80 | 0.524799 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,262 | simd-vsx.h | spotify_pedalboard/vendors/fftw3/simd-support/simd-vsx.h | /*
* Copyright (c) 2003, 2007-14 Matteo Frigo
* Copyright (c) 2003, 2007-14 Massachusetts Institute of Technology
*
* VSX SIMD implementation added 2015 Erik Lindahl.
* Erik Lindahl places his modifications in the public domain.
*
* This program is free software; you can redistribute it and/or modify
* it under... | 10,187 | C++ | .h | 274 | 33.959854 | 80 | 0.507896 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,263 | simd-neon.h | spotify_pedalboard/vendors/fftw3/simd-support/simd-neon.h | /*
* Copyright (c) 2003, 2007-14 Matteo Frigo
* Copyright (c) 2003, 2007-14 Massachusetts Institute of Technology
*
* Double-precision support added by Romain Dolbeau.
* Romain Dolbeau hereby places his modifications in the public domain.
*
* This program is free software; you can redistribute it and/or modify
... | 10,640 | C++ | .h | 282 | 35.198582 | 80 | 0.538864 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,264 | simd-avx2-128.h | spotify_pedalboard/vendors/fftw3/simd-support/simd-avx2-128.h | /*
* Copyright (c) 2003, 2007-14 Matteo Frigo
* Copyright (c) 2003, 2007-14 Massachusetts Institute of Technology
*
* 128-bit AVX2 support by Erik Lindahl, 2015.
* Erik Lindahl hereby places his modifications in the public domain.
*
* This program is free software; you can redistribute it and/or modify
* it und... | 10,366 | C++ | .h | 290 | 33.531034 | 80 | 0.563204 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,265 | x86-cpuid.h | spotify_pedalboard/vendors/fftw3/simd-support/x86-cpuid.h | /*
* Copyright (c) 2003, 2007-14 Matteo Frigo
* Copyright (c) 2003, 2007-14 Massachusetts Institute of Technology
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the ... | 4,689 | C++ | .h | 192 | 19.171875 | 80 | 0.554738 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
37,266 | verify.h | spotify_pedalboard/vendors/fftw3/libbench2/verify.h | /*
* Copyright (c) 2003, 2007-14 Matteo Frigo
* Copyright (c) 2003, 2007-14 Massachusetts Institute of Technology
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the ... | 3,599 | C++ | .h | 87 | 37.563218 | 80 | 0.693429 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
37,267 | my-getopt.h | spotify_pedalboard/vendors/fftw3/libbench2/my-getopt.h | /*
* Copyright (c) 2003, 2007-14 Matteo Frigo
* Copyright (c) 2003, 2007-14 Massachusetts Institute of Technology
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the ... | 1,365 | C++ | .h | 38 | 34.078947 | 80 | 0.736164 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
37,268 | bench.h | spotify_pedalboard/vendors/fftw3/libbench2/bench.h | /*
* Copyright (c) 2001 Matteo Frigo
* Copyright (c) 2001 Massachusetts Institute of Technology
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at... | 2,220 | C++ | .h | 48 | 44.083333 | 80 | 0.752085 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
37,269 | bench-user.h | spotify_pedalboard/vendors/fftw3/libbench2/bench-user.h | /*
* Copyright (c) 2001 Matteo Frigo
* Copyright (c) 2001 Massachusetts Institute of Technology
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at... | 8,505 | C++ | .h | 239 | 33.225941 | 80 | 0.634173 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
37,270 | ifftw-mpi.h | spotify_pedalboard/vendors/fftw3/mpi/ifftw-mpi.h | /*
* Copyright (c) 2003, 2007-14 Matteo Frigo
* Copyright (c) 2003, 2007-14 Massachusetts Institute of Technology
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the ... | 5,568 | C++ | .h | 127 | 41.440945 | 80 | 0.661558 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
37,271 | mpi-dft.h | spotify_pedalboard/vendors/fftw3/mpi/mpi-dft.h | /*
* Copyright (c) 2003, 2007-14 Matteo Frigo
* Copyright (c) 2003, 2007-14 Massachusetts Institute of Technology
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the ... | 2,144 | C++ | .h | 48 | 41.166667 | 80 | 0.691902 | spotify/pedalboard | 5,130 | 259 | 64 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | true | true | false | false | false | false | false | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.