Skip to content

Commit

Permalink
cleanup some white spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinCupak committed Aug 16, 2024
1 parent 8a2adda commit fb63cdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/dat2wav.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def parseArgs():

binData, numChannels, sampleRate, durationHeader, \
startTime, endTime = rawdat.readRawFile(rawFileName)

durationFile = binData.size / sampleRate

metadata = audiofile.MetadataFull(
Expand Down Expand Up @@ -128,7 +128,7 @@ def parseArgs():
elif args.output is not None:
# explicitly specified output filename using commandline parameter
outputFileName = args.output
else:
else:
outputFileName = audiofile.deriveOutputFileName(rawFileName, args.format)

numOverloadedSamples = calibration.countOverload(binData)
Expand Down

0 comments on commit fb63cdc

Please sign in to comment.