Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用该EZAudio库iOS来处理音频文件的播放并生成其波形。
EZAudio
iOS
我想使用视图创建包含整个波形的EZAudioPlotGL视图,该视图是UIView.
EZAudioPlotGL
UIView
谁能帮我增加波浪的大小作为视图大小使用EZAudioPlotGL.
只需增加增益值,如下所示。
objectOfEZAudioPlotGL.gain = 2.0f; //default gain value is 1.0f
假设情节已添加到您的视图中......这样的事情:
plot.setFrameSize( self.bounds.size )