Changeset 0fcd6da in ammosreader


Ignore:
Timestamp:
05/28/23 10:21:39 (2 years ago)
Author:
Enrico Schwass <ennoausberlin@…>
Branches:
AmmosSource
Children:
ff9efb1
Parents:
0c6fd4c
Message:

typo fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ammosreader/AmmosAudioReader.py

    r0c6fd4c r0fcd6da  
    113113        :rtype: bytes
    114114        """
    115         return self.__container.pcm_for_channel(a_channel)
     115        return self.container.pcm_for_channel(a_channel)
Note: See TracChangeset for help on using the changeset viewer.