Class 'AudioGrapher::Analyser' needs to be exportable for building with MSVC
This commit is contained in:
parent
48fd05c391
commit
52ebf94c1e
@ -33,7 +33,7 @@
|
||||
namespace AudioGrapher
|
||||
{
|
||||
|
||||
class /*LIBAUDIOGRAPHER_API*/ Analyser : public ListedSource<float>, public Sink<float>
|
||||
class LIBAUDIOGRAPHER_API Analyser : public ListedSource<float>, public Sink<float>
|
||||
{
|
||||
public:
|
||||
Analyser (float sample_rate, unsigned int channels, framecnt_t bufsize, framecnt_t n_samples);
|
||||
|
Loading…
Reference in New Issue
Block a user