Skip to content

Commit 82de790

Browse files
authored
Update README.md
Incorrect feature name
1 parent 998ddd9 commit 82de790

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ model.initialize(inputBank)
6161
model.process(inputBank)
6262
6363
# Get the output of this loudness model
64-
feature = 'InstantaneousLoudness'
64+
feature = 'Loudness'
6565
outputBank = model.getOutput(feature)
6666
67-
print 'Loudness in sones %0.2f' % outputBank.getSample(0, 0, 0, 0)~~~
67+
print 'Loudness in sones %0.2f' % outputBank.getSample(0, 0, 0, 0)
68+
~~~

0 commit comments

Comments
 (0)